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

Insert Optimism subgraph data from pre-regenesis

Open willhennessy opened this issue 3 years ago • 1 comments

Bug Description The subgraph was nuked when Optimism performed regenesis in November 2021. We released a new Optimism subgraph that indexes from the regenesis until now. However, it is unable to obtain data from pre-regenesis. (https://github.com/Uniswap/v3-info/issues/178)

We've saved a snapshot of pre-regenesis data and want to insert it into the collection so that users can see complete history on info.uniswap.org.

willhennessy avatar Jan 11 '22 18:01 willhennessy

Hello @ianlapham , can I ask for the snapshot on pre-regenesis? Currently, the optimism-post-regenesis subgraph is having wrong/missing tick data of many pools (for example the pool 0x03af20bdaaffb4cc0a521796a223f7d85e2aac31) I need the full tick list data of the pool to simulate calAmountOut, but the current subgraph tick liquidity net data return is a non-zero sum. Is there any fix to get all tick data of the pool?

Neokun avatar Jul 12 '22 04:07 Neokun