-
Notifications
You must be signed in to change notification settings - Fork 51
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
Provider errors #858
Provider errors #858
Conversation
tyler17
commented
Mar 26, 2024
•
edited
Loading
edited
- make quorum 1, and add priorities to the providers.
- fix a couple calls that pass in a rpcUrl instead of a network
- decrease chunk size to 900
- run prettier and build
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Summary
|
const provider = new ethers.providers.FallbackProvider([ | ||
{ provider: infuraProvider, priority: 2 }, | ||
{ provider: alchemyProvider, priority: 1 }, | ||
{ provider: pocketProvider, priority: 3 }, | ||
{ provider: etherscanProvider, priority: 3 } | ||
], 1); //Quorum of 1 |
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.
cool, so this will always try alchemy first, and if it is successful then we're good, right?
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.
awesome! I'm seeing the missing exec on the landing page and the MKR support on the executive page.