Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: pairBase return data loss #173

Open
lidd77 opened this issue Jun 19, 2022 · 0 comments
Open

Bug Report: pairBase return data loss #173

lidd77 opened this issue Jun 19, 2022 · 0 comments

Comments

@lidd77
Copy link

lidd77 commented Jun 19, 2022

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 :

{
  
   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 ?

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

No branches or pull requests

1 participant