-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Add EP0.7 audited MSCA contracts testnet deployment logs and update scripts #6
feat: Add EP0.7 audited MSCA contracts testnet deployment logs and update scripts #6
Conversation
cb52582
to
7d1e1ea
Compare
383e633
to
8d75ec8
Compare
LGTM. @dlim-circle could you please take another look at your convenience? |
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.
@ashutosh-ukey Think you asked previously, did you also wanted to deploy the mainnet contracts for plugins that doesn't need owners?
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2024-09-27) ### Features * Add EP0.7 audited MSCA contracts testnet deployment logs and update scripts ([#6](#6)) ([4294cc2](4294cc2)) * Deployed and Verified SponsorPaymaster on Testnet ([#2](#2)) ([9cdf6dc](9cdf6dc)) ### Miscellaneous Chores * **ci:** Minor refactor to release workflow ([#4](#4)) ([01ece52](01ece52)) * **style**: organize imports ([#1](#1)) ([1d2d26c](1d2d26c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
@dlim-circle I will deploy those ones locally and update our internal docs, but I was planning on bunching together all of the mainnet MSCA audited contract deployment logs into one big PR later. |
Summary
Update deployment scripts and add deployment logs for audited MSCA EP0.7 contracts.
Checklist
yarn test
)docs
folder)feat!: breaking change
)yarn lint
) and fix any issues?yarn format:check
) and fix any issues (yarn format:write
)?Testing
All the script changes were tested locally in the process of deploying the new contracts. Any edits made during the PR review process were tested by simulating the script and verifying that there were no errors. I tested the
cast send
commands on a local networks and verified that contracts were deployed at the same addresses as those deployed using theforge script
command.