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

Error querying sToken from reserves in Protocol V3 Mainnet Subgraph #146

Open
Natkamon opened this issue Dec 25, 2024 · 0 comments
Open

Comments

@Natkamon
Copy link

Describe the bug
I obtained an error when I tried to query sToken from reserves in Protocol V3 Mainnet.

To Reproduce
Subgraph: https://thegraph.com/explorer/subgraphs/Cd2gEDVeqnjBn1hSeqFMitw8Q1iiyV9FYUZkLNRcL87g

Query

{
  reserves {
    id
    sToken {
      id
    }
  }
}

Result

{
  "errors": [
    {
      "message": "Unexpected token 'I', \"Internal S\"... is not valid JSON",
      "stack": "SyntaxError: Unexpected token 'I', \"Internal S\"... is not valid JSON"
    }
  ]
}
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

No branches or pull requests

1 participant