v3-subgraph
v3-subgraph copied to clipboard
Subgraph for Uniswap V3
I've deployed the uniswap v3 subgraph from commit hash bf03f940f17c3d32ee58bd37386f26713cff21e2 but with the graft removed. I'm seeing the following deterministic error being reported by the graph node: ``` Mapping aborted...
Token: `0x5ee84583f67d5ecea5420dbb42b462896e7f8d06` Last good unix time: `1679932800` You can run this query to get all the tokens with bad data: ```graphql { tokens(where:{derivedETH:0}) { id name symbol derivedETH } }...
I am trying to deploy this subgraph on a locally hosted node. I was able to deploy other subgraphs by cloning them by this one is giving me trouble. V2...
What is totalSupply? 
whats the uniswap-v3-subgraph office of arbitrum network?
Fixed spelling for the word amount
Hi folks. So there is a bug in the subgraph that has resulted in very incorrect prices being shown for stables on Optimism. You can see here USDC displaying a...
In the hosted subgraph: https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3 running a query on positions the collectedFeesToken0 and 1 always returns zero. 1.) Run this query: ``` { positions(first: 100, where: {id_gt: "410000"}) { depositedToken0...
Conversion from here https://github.com/Uniswap/v3-info/issues/186 - In a majority of ```pools``` the TVL in terms of ```token0``` and ```token1``` is incorrect **Steps to Reproduce** (provided by @tcpzl) 1. Go to the...
Position Id : 391518 liquidity : 12427049926553981 depositedToken0 : 8673.338892 depositedToken1 : 8.742992214289703129 Token0 name : USD Coin Token0 volumeUSD : 508835485683.6431848888761421967557 Token0 feesUSD : 494172419.7480401641640941962014626 Token0 decimals : 6...