Skip to content

Commit 1391f65

Browse files
feat: Deploy Upgradable MSCA contracts and paymaster to Avax (#84)
## Summary Deployed and verified upgradable MSCA contracts and paymaster contract to avax and avax-fuji. ## Detail ### Changeset This pull request adds deployment details for the `DeploySponsorPaymaster` and `DeploySponsorPaymasterProxy` scripts across two specific chains. The updates include transaction hashes and notes that these deployments used `cast send`, so no `run.json` files were generated. Deployment details added: * [`broadcast/012_DeploySponsorPaymaster.s.sol/43113/README.md`](diffhunk://#diff-4f581aa8caf85327e226865113d84d8aa122324775819c9d331fb2a3f08c1219R1-R3): Documented the deployment process for chain 43113, including the transaction hashes and the use of `cast send`. * [`broadcast/012_DeploySponsorPaymaster.s.sol/43114/README.md`](diffhunk://#diff-efe666115aa55354823a291cd9843ec419c899c0e809f93cd807d203334eeb67R1-R3): Documented the deployment process for chain 43114, including the transaction hashes and the use of `cast send`. ### Checklist - [x] Did you add new tests and confirm all tests pass? (`yarn test`) - [x] Did you ensure any new Solidity source code files meet minimum test coverage requirements? (`yarn coverage`) - [x] Did you update relevant docs? (docs are found in the `docs` folder) - [x] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [x] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [x] Did you run lint (`yarn lint`) and fix any issues? - [x] Did you run formatter (`yarn format:check`) and fix any issues (`yarn format:write`)? ## Testing Mandatory section. For each changeset, please highlight the tests you've added. Verified contracts function as expected onchain. ## Documentation Optional section. Link to the doc.
1 parent f96b79b commit 1391f65

File tree

20 files changed

+793
-881
lines changed

20 files changed

+793
-881
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in `script/cmd/DeploySponsorPaymaster` and `script/cmd/DeploySponsorPaymasterProxy`
3+
- tx hash: 0x8d4639a9bbe884fb19390b22a535f4a2b5645e384af3c5568579d01ea2ce07e2, 0xb0f0b7773057e12c1af42b9837b1b7da435d39bbc69a260f613e8c00862ef2b7
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in `script/cmd/DeploySponsorPaymaster` and `script/cmd/DeploySponsorPaymasterProxy`
3+
- tx hash: 0xf7054c7a702d5457cddd33e366c99a47647687cba989954691839d94c7434ac5, 0x815308068f4054175c8f25fe1e623f0d83cee2a80ba53181117a5cda8a560e63

broadcast/multi/101_DeployPluginManager.s.sol-1751558736/run.json

Lines changed: 99 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/multi/101_DeployPluginManager.s.sol-latest/run.json

Lines changed: 27 additions & 145 deletions
Large diffs are not rendered by default.

broadcast/multi/102_DeployUpgradableMSCAFactory.s.sol-1751558784/run.json

Lines changed: 205 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/multi/102_DeployUpgradableMSCAFactory.s.sol-latest/run.json

Lines changed: 57 additions & 284 deletions
Large diffs are not rendered by default.

broadcast/multi/103_DeployColdStorageAddressBookPlugin.s.sol-1751558834/run.json

Lines changed: 99 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/multi/103_DeployColdStorageAddressBookPlugin.s.sol-latest/run.json

Lines changed: 26 additions & 144 deletions
Large diffs are not rendered by default.

broadcast/multi/104_DeployWeightedWebauthnMultisigPlugin.s.sol-1751558881/run.json

Lines changed: 103 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/multi/104_DeployWeightedWebauthnMultisigPlugin.s.sol-latest/run.json

Lines changed: 27 additions & 149 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)