You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: