v3-subgraph
v3-subgraph copied to clipboard
Subgraph for Uniswap V3
Related to #73 Currently the subgraph does not work, checking the graph here: https://thegraph.com/explorer/subgraph?id=0x9bde7bf4d5b13ef94373ced7c8ee0be59735a298-2&view=Playground We see the status: ``` Progress 97% Current Block #13606667 ``` And the example query returns:...
Did a position for Eth/Sand on V3 but after that, it did everything in my metamask account but my postion is not appearing anywhere
As of last commit eef5b6e15650ac1fece8a637a6e199cdd16f6c7c the Position entity is missing `collectedToken0` and `collectedToken1` fields ``` ERROR TS2339: Property 'collectedToken0' does not exist on type '~lib/@graphprotocol/graph-ts/index/TypedMap'. position.collectedToken0 = position.collectedToken0.plus(amount0) ~~~~~~~~~~~~~~~ in...
"message": "No suitable indexer found for subgraph deployment"
The derivedETH for WBTC shows up as ~60. But WBTC to WETH is ~14. Is there a definition of `derivedETH` somewhere? I thought it was the ratio of one token...
I'd like to query how much of the TVL is in active positions -- but I'm not sure that's available in the current subgraph. For example, if the TVL is...
- Is there any limitations as to how many items can a filter can have in an array format? - Secondly, is it possible to increase the result of `tokens`,...
The currently computed amountUSD of a swap is sometimes wrong, Sometimes the resulting output is 0, and sometimes it is divided by 2 when it shouldn't. USD prices are computed...
It's not clear what exactly `totalValueLockedToken0` and `totalValueLockedToken1` are reflecting. For instance, look at this UI screenshot:  The price of 0.9988 DAI per GUSD, and the liquidity distribution in...
Seems like the types folder wasn't uploaded.