Uniswap / v3-subgraph

Subgraph for Uniswap V3
GNU General Public License v3.0
338 stars 464 forks source link

indexing error on mainnet (Last Synced Block 19473885) #205

Closed Bitwise0x closed 3 months ago

Bitwise0x commented 5 months ago

Input: { factories(first: 5) { id poolCount txCount totalVolumeUSD } bundles(first: 5) { id ethPriceUSD } }

output: { "errors": [ { "message": "indexing_error" } ] }

k1tzu commented 5 months ago

I don't understand this either. Graph explorer shows the error and how everyone else are working with Uniswap API? https://thegraph.com/hosted-service/subgraph/uniswap/uniswap-v3

Alex-ASF commented 5 months ago

Confirmed. And I think that due to this the liquidity diagram does not appear when adding liquidity. addl_no_d_1_2

Alex-ASF commented 5 months ago

Looks like they fixed it.

Bitwise0x commented 3 months ago

Fixed