sushiswap-subgraph icon indicating copy to clipboard operation
sushiswap-subgraph copied to clipboard

Missing Pools from Query

Open nicholaswood opened this issue 2 years ago • 2 comments

This problem seems to have started a few days ago, the deployed subgraph seems to be missing pools on the MATIC network. For example, trying to query for the USDC-WETH pool (one of the most active) produces no results:

On sushi analytics: https://app.sushi.com/analytics/pools/0x34965ba0ac2451a34a0471f04cca3f990b8dea27?chainId=137 On polygonscan: https://polygonscan.com/token/0x34965ba0ac2451a34a0471f04cca3f990b8dea27 On sushiswap subgraph: https://thegraph.com/hosted-service/subgraph/sushiswap/matic-exchange query: { pair(id:"0x34965ba0ac2451a34a0471f04cca3f990b8dea27") { id } }

result: { "data": { "pair": null } }

I did notice if I switch to the "pending version" of the subgraph the I get a result to the query - was this a recently fixed issue?

nicholaswood avatar Apr 20 '22 04:04 nicholaswood

Yeah sorry about this, there is actually a bug from a recent deployment into the prod version of the subgraph. Working with the graph team currently on restore that old one, and getting it back into this endpoint. Will probably be a few days or longer before it's gets all fixed.

jiro-ono avatar Apr 21 '22 23:04 jiro-ono

is this a problem in mainnet too? I just checked for usdt on mainnet it results in null as well

LiquidICP avatar Apr 25 '22 02:04 LiquidICP