Uniswap / v3-subgraph

Subgraph for Uniswap V3
GNU General Public License v3.0
338 stars 464 forks source link

`indexing_error` on networks #195

Open chocoford opened 7 months ago

chocoford commented 7 months ago

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 commented 7 months ago

as well in arbitrum network

nadProg commented 7 months ago

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

JairusSW commented 7 months ago

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

chocoford commented 6 months ago

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

JairusSW commented 6 months ago

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