-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't sync Uni V3 pool #105
Comments
Syncing from a checkpoint is not stable with V3 currently, this should only be done with V2/Vaults since the current logic isn't syncing the mint/burn logs from the last synced block on the checkpoint to the current chain head, the liquidity positions will be outdated on the pools. Does it sync without a checkpoint? |
@0xOsiris haven't checked yet. As I understood, I have to sync from 0 block every time I run the program, then? |
We are releasing a significant refactor of the library with the upcoming 0.7.0 release. If you are still experiencing this issue after these changes have been upstreamed to main, feel free to open an issue! #235 for reference |
Hey! I am trying to sync Uni V3 pools on Polygon, but always getting Middleware Error (
⠦ Syncing AMMs...Error: Middleware error
).I am using basic alchemy node.
Code sample (very similar to one in examples):
What am I doing wrong?
The text was updated successfully, but these errors were encountered: