v3-subgraph
v3-subgraph copied to clipboard
Subgraph for Uniswap V3
There isn't any documentation on this, but i'm assuming the `collectedFeesTokenX = withdrawnTokenX + tokenXFees` It looks like since position id 138293, the `collectedFeesToken` is either 0 or a completely...
The V3 subgraph on arbitrum mainnet doesn't work for a while, are there any plans to fix that??
Fixed a typo in the comment
Hello, The `close` parameter for PoolDayData was not updated after initialize. This also removes useless close assignments in init phase.
I noticed that the subgraph has "indexing_error" [https://thegraph.com/hosted-service/subgraph/ianlapham/uniswap-v3-subgraph?selected=playground ](https://thegraph.com/hosted-service/subgraph/ianlapham/uniswap-v3-subgraph?selected=playground ) Any idea what is going on ?
When I run ``` { poolDayDatas(where: {pool: "0x99ac8ca7087fa4a2a1fb6357269965a2014abc35"}) { open close } } ``` the close price appears to be the same as the open price for all of the...