Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Missing Pools from Query #91

Open
nicholaswood opened this issue Apr 20, 2022 · 2 comments
Open

Missing Pools from Query #91

nicholaswood opened this issue Apr 20, 2022 · 2 comments

Comments

@nicholaswood
Copy link

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?

@jiro-ono
Copy link
Contributor

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.

@LiquidICP
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants