You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means your ethereum node only accepts log query with max 50k block ranges. I believe right now inc sq doesn’t put any bounds on the queries. There’s an update in the eigensdk to allow querying with time ranges so we’ll have to update to latest eigensdk version and for loop over 50k block ranges.
If possible, could you guide me on how to update it? I will update it and create a PR, as I also want to understand more deeply and contribute to EigenLayer.
Issue Summary
When trying to run the aggregator on the testnet (holesky), I encountered the following error:
How can I resolve the "exceed maximum block range: 50000" error when running the example on the testnet (holesky)?
The text was updated successfully, but these errors were encountered: