-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Deploy on Arbitrum Sepolia #246
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #246 +/- ##
========================================
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:
|
This reverts commit d7854fd.
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
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 implements deployment support for the Arbitrum Sepolia testnet network, adding new deployment configurations and updating existing contracts for this test environment.
- Update WorkerpoolRegistry contract deployment with new address and modified function signatures
- Deploy RLC token contract with proxy implementation for testnet
- Remove ReverseRegistrar deployment configuration
Reviewed Changes
Copilot reviewed 31 out of 31 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
deployments/arbitrumSepolia/WorkerpoolRegistry.json |
Updates contract address, removes parameter names, changes function mutability, and increments deployment count |
deployments/arbitrumSepolia/ReverseRegistrar.json |
Completely removes the ReverseRegistrar deployment configuration |
deployments/arbitrumSepolia/RLC.json |
Updates RLC token contract address, increments deployment count, and replaces with proxy implementation bytecode |
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.
Well done 🚀
Deployment run ✔️ :
https://github.com/iExecBlockchainComputing/PoCo/actions/runs/16576595973
Addresses: