v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Subgraph for Uniswap V3

Results 118 v3-subgraph issues
Sort by recently updated
recently updated
newest added

The chart of liquidity of pool USDC / ETH(https://info.uniswap.org/#/pools/0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640) show some highly amount liquidity ![WX20230915-130656](https://github.com/Uniswap/v3-subgraph/assets/41572604/88ba388b-088e-463b-9136-304e799335b5) And we read the source code of info.uniswap.org(https://github.com/Uniswap/v3-info), and find the core code of query:...

Arbitrum One subgraph is showing indexing_error

It appears that the subgraph has not been deployed for some of the testnets, resulting in the absence of the range selector in the user interface during testing of trading...

See: https://github.com/Uniswap/v3-sdk/issues/182 for full breakdown of the issue. What it boils down to is token0Price and token1Price are incorrectly calculated. I've had a look through, and located the main problem....

Hello. I tried to use v3-subgraph to get a history of the TVL of a Uniswap V3 Pool PAW-WETH, but provided TVL is differs from the dispalyed at info.uniswap The...

When getting ticks of popular pools, subgraph will return lots (like hundreds) of inactive pools. I.e liquidity net/gross = 0 I know I can filter this in the graphql query,...

Subgraph for BSC isn't returning any position data. https://thegraph.com/hosted-service/subgraph/ianlapham/uniswap-v3-bsc Given the query `{ positions{ id } }` Returns: `{ "data": { "positions": [] } }`

OP Mainnet volume has [shown 0 on Defillama](https://defillama.com/dexs/uniswap-v3) since ~Aug 17. The [subgraph playground](https://thegraph.com/hosted-service/subgraph/ianlapham/optimism-post-regenesis) shows an indexing error for OP Mainnet. ![image](https://github.com/Uniswap/v3-subgraph/assets/4006780/54927a13-f7fc-4e7e-b1c1-248664d5917f)

# The problem Unlike all the other chains, Arbitrum contains no `ticks` information in its subgraph. One cannot calculate the liquidity in each tick that way. Why is that? How...