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

indexing_error on networks #195

Open
chocoford opened this issue Jan 27, 2024 · 5 comments
Open

indexing_error on networks #195

chocoford opened this issue Jan 27, 2024 · 5 comments

Comments

@chocoford
Copy link

In the playground

Just use example query

{
  factories(first: 5) {
    id
    poolCount
    txCount
    totalVolumeUSD
  }
  bundles(first: 5) {
    id
    ethPriceUSD
  }
}

and got

{
  "errors": [
    {
      "message": "indexing_error"
    }
  ]
}
@jadeden1999
Copy link

as well in arbitrum network

@nadProg
Copy link

nadProg commented Feb 9, 2024

The same issue is on polygon network - https://thegraph.com/hosted-service/subgraph/kalinbas/uniswap-v3-polygon

@JairusSW
Copy link

JairusSW commented Feb 9, 2024

Same issue here, but with the uniswap v3 polygon
https://thegraph.com/hosted-service/subgraph/ianlapham/uniswap-v3-polygon

@chocoford chocoford changed the title indexing_error on Optimism network indexing_error on networks Feb 11, 2024
@chocoford
Copy link
Author

It seems that the graph provided by GRAPH-BUILDERSDAO has fixed the problem.

@JairusSW
Copy link

For those looking for an alternative to Ianlapham's subgraph, https://thegraph.com/hosted-service/subgraph/lehainam-dev/uniswap-v3-polygon-grafting is synced up

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

4 participants