-
Notifications
You must be signed in to change notification settings - Fork 309
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
Crash on rpc error(s) #323
Comments
Ah yeah that is a good idea. We do handle retries right now via ethers but it seems depending on what type of RPC provider you are using it may fail. We should add a fallback retry in case ethers retries blows up. |
Is this still open? |
adding that im currently observing an intermittent panic, presumably caused by alchemy on base throwing get_proof errors. Here's what it looks like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should probably gracefully handle this:
The text was updated successfully, but these errors were encountered: