-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Add support for Arbitrum Mainnet #248
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
Conversation
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.
Pull Request Overview
This PR adds support for Arbitrum One mainnet deployment to the project's configuration. The changes enable the project to deploy and verify contracts on Arbitrum's mainnet network alongside the existing testnet support.
- Adds Arbitrum One (chain ID 42161) network configuration to Hardhat
- Includes mainnet-specific configuration with gas settings and contract addresses
- Updates changelog to document the new mainnet support
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
File | Description |
---|---|
hardhat.config.ts | Adds Arbitrum One network configuration with RPC endpoints, gas settings, and Etherscan API key |
config/config.json | Adds Arbitrum One chain configuration with contract addresses and deployment settings |
CHANGELOG.md | Documents the addition of Arbitrum One support |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #248 +/- ##
========================================
Coverage 83.66% 83.66%
========================================
Files 38 38
Lines 1218 1218
Branches 227 227
========================================
Hits 1019 1019
Misses 199 199 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Zied Guesmi <26070035+zguesmi@users.noreply.github.com>
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.
LGTM
No description provided.