Uniswap / v3-subgraph

Subgraph for Uniswap V3
GNU General Public License v3.0
337 stars 467 forks source link

Incorrect price data for certain tokens in tokenHourDatas #162

Open korkey128k opened 1 year ago

korkey128k commented 1 year ago

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
  }
}
racket2000 commented 1 year ago

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.