Uniswap / v2-subgraph

Uniswap V2 subgraph 📊
https://thegraph.com/explorer/subgraph/uniswap/uniswap-v2
GNU General Public License v3.0
401 stars 736 forks source link

Missing Tokens #147

Open simple-marvin opened 8 months ago

simple-marvin commented 8 months ago

So when trying to get both tokens for specific pairs (not all but few pairs have that issue) then it throws an error for token0 or token1 depeding which token is missing.

This error exists since the graph failed for the first time 2-3 weeks ago.

example query: { pair(id:"0x8f1b19622a888c53c8ee4f7d7b4dc8f574ff9068") { token0{id symbol} token1{id symbol} } }

error message: "message": "Null value resolved for non-null field token0"

etherscan pair: https://etherscan.io/address/0x8f1B19622a888c53C8eE4F7D7B4Dc8F574ff9068#readContract

Data-Nexus commented 8 months ago

When running this query, I get a successful result. Can this issue be closed?

simple-marvin commented 8 months ago

The issue seems to be resolved now, thank you!

The graph needs to sync up, but it guess after it did, everything will work, so yeah this ticket can be closed.

simple-marvin commented 8 months ago

how long will it take until its fully synced from now on?