-
Notifications
You must be signed in to change notification settings - Fork 123
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
Fallback not working #1457
Comments
Can you please add some more info about your |
It is 3 custom smart contracts I use in a closed environment (not publicly accessible)
// .env.local file:
|
Version
0.5.23
Current behavior
Having problem indexing blocks from arbitrum from a public RPC with fallback implementation.
ponder.config.ts file:
Getting the following error messages:
and :
Expected behavior
If one RPC connection fails, another one should be tried. Currently it exits with status code 1
RPC list for easy testing:
PONDER_RPC_URL_PROD=https://arbitrum.llamarpc.com,https://arb1.arbitrum.io/rpc,https://rpc.ankr.com/arbitrum
Steps to reproduce
No response
Link to repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: