Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: 400 error on indexer queries #481

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

odesenfans
Copy link
Contributor

Problem: indexer queries fail because of a breaking change. The blockchain parameter is now a literal string instead of an enum value, requiring additional quotes.

Solution: add quotes around the blockchain parameter value.

Problem: indexer queries fail because of a breaking change. The
blockchain parameter is now a literal string instead of an enum value,
requiring additional quotes.

Solution: add quotes around the blockchain parameter value.
@odesenfans odesenfans merged commit 5b13331 into master Oct 3, 2023
4 checks passed
@odesenfans odesenfans deleted the od-fix-400-on-indexer-queries branch October 3, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant