v3-subgraph
v3-subgraph copied to clipboard
Incorrect price data for certain tokens in tokenHourDatas
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
}
}
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.