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
but
I got empty result :
{
"data": {
"token": {
"decimals": "9",
"id": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e",
"name": "FLOKI",
"pairBase": [],
"symbol": "FLOKI"
}
}
}
and I am sure that my command works on other tokens .
the next is my query command :
{
token (id: "0xfb5b838b6cfeedc2873ab27866079ac55363d37e" ) {
id
name
symbol
decimals
pairBase{
id
name
reserve0
reserve1
totalSupply
token0 {
id
symbol
decimals
}
token1 {
id
symbol
decimals
}
}
}
}
so whats happened ? its a bug ?
The text was updated successfully, but these errors were encountered:
hey,
I query the next subgraph command in your subgraph platform :
https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2
but
I got empty result :
{
"data": {
"token": {
"decimals": "9",
"id": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e",
"name": "FLOKI",
"pairBase": [],
"symbol": "FLOKI"
}
}
}
and I am sure that my command works on other tokens .
the next is my query command :
so whats happened ? its a bug ?
The text was updated successfully, but these errors were encountered: