Juanma0x

Results 1 comments of Juanma0x

It was fixed in [Polygon](https://github.com/Uniswap/v3-subgraph/issues/95), but still not working in mainnet? https://thegraph.com/hosted-service/subgraph/ianlapham/uniswap-v3-subgraph ``` { poolHourDatas(first: 3, where: { pool: "0xc0fbed3cbbf272e0649ddfefdec99f4eba7eca22", } ){ pool{ token0{symbol} token1{symbol} } volumeUSD feesUSD } }...