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

Incorrect price data for certain tokens in tokenHourDatas

Open korkey128k opened this issue 2 years ago • 1 comments

Token: 0x5ee84583f67d5ecea5420dbb42b462896e7f8d06 Last good unix time: 1679932800

You can run this query to get all the tokens with bad data:

{
  tokens(where:{derivedETH:0}) {
    id
    name
    symbol
    derivedETH
  }
}

korkey128k avatar Mar 29 '23 15:03 korkey128k

I am not sure what the issue is with this. Is it working now?

Quick question, did you need to have an archive node to deploy this subgraph?

I am also curious if you used a node provider or ran your own node.

I have a had a lot of difficulty with getting this subgraph deployed. Thank you for the help.

racket2000 avatar Mar 30 '23 21:03 racket2000