-
Notifications
You must be signed in to change notification settings - Fork 391
hotfix: explorer operator metadata mainnet #1545
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
Conversation
avilagaston9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works in my machine!
JulianVentura
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't make the explorer_fetch_old_batches work on my machine.
Configured explorer .env to point to mainnet contracts and rpc.
Executing said script shows error "Could not connect to explorer@"
Make sure your ELIXIR_HOSTNAME is correctly set, you can get the value with the cmd: Also make sure you have the explorer running while you do this |
Co-authored-by: Julian Arce <[email protected]>
Fix fetch operator metadata for mainnet
Description
The first block being read in mainnet was too big, so the operator didn't find any
operator update avs metadata urievents.This PR lowers this number to a smaller value.
This pr also parametrizes the make target to make it more usable, the same as fetch old batches, since it had a similar problem.
Type of change
Please delete options that are not relevant.
Checklist
testnet, everything else tostaging