-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix(web): update alchemy url for arbitrum mainnet #1642
Conversation
WalkthroughThe change in Changes
Poem
Tip AI model upgrade
|
Code Climate has analyzed commit 87f344a and detected 0 issues on this pull request. View more on Code Climate. |
|
✅ Deploy Preview for kleros-v2-university ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kleros-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kleros-v2-neo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- web/src/context/Web3Provider.tsx (1 hunks)
Additional comments not posted (2)
web/src/context/Web3Provider.tsx (2)
20-20
: Update to AlchemyChain type.The
AlchemyChain
type has been updated to include "arb-mainnet". This aligns with the objective of updating the Alchemy URL for the Arbitrum mainnet.
28-28
: Update to alchemyTransport function call.The
alchemyTransport
function call has been updated to use "arb-mainnet" for production deployments. This aligns with the objective of updating the Alchemy URL for the Arbitrum mainnet.
Superseded by #1638 |
PR-Codex overview
This PR updates the AlchemyChain type and related functions to include a new chain option "arb-mainnet".
Detailed summary
Summary by CodeRabbit