v3-subgraph
v3-subgraph copied to clipboard
Subgraph for Uniswap V3
It's quite hard to find links to subgraphs other than ETH. As a new developer, wanting to develop on BSC, I first went to the docs on the uniswap website:...
ERROR TS6054: File 'src/types/schema.ts' not found. import { Bundle, Position, PositionSnapshot, Token } from '../types/schema' ~~~~~~~~~~~~~~~~~ in src/mappings/position-manager.ts(9,59) ERROR TS6054: File 'src/types/templates/Pool/Factory.ts' not found.
When I query daily data, I get the correct fees/volume but hourly always returns 0. Here's an example but I looked at all active pools and every one showed the...
Creating big int value from actual uint256 type in smart contact instead of truncating the value from an i32 and making the field optional in the schema
# Subgraph Issues Not sure if this is an open issue or maybe a typo on my end but when using the [Uniswap V3 Subgraph explorer](https://thegraph.com/hosted-service/subgraph/uniswap/uniswap-v3) I am able to...
On some Pools, especially bigger ones with more than 1,000 initialized Ticks, some Ticks contain incorrect values. While the values are incorrect in the sense of not representing the actual...
When I'm looking into [the pool for `LUSD / USDC 0.05%` on Arbitrum](https://info.uniswap.org/#/arbitrum/pools/0x3d18c836be1674e8ecc6906224c3e871a1b3a13f), I found that the TVL and Volume 24h are wrong. And then I checked this repository code,...
I tried fetching queries for the pools of Polygon network which didn't work. The same query worked for Ethereum chain. Any update on this?