Commit 1391f65
authored
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
20 files changed
Lines changed: 793 additions & 881 deletions
File tree
- broadcast
- 012_DeploySponsorPaymaster.s.sol
- 43113
- 43114
- multi
- 101_DeployPluginManager.s.sol-1751558736
- 101_DeployPluginManager.s.sol-latest
- 102_DeployUpgradableMSCAFactory.s.sol-1751558784
- 102_DeployUpgradableMSCAFactory.s.sol-latest
- 103_DeployColdStorageAddressBookPlugin.s.sol-1751558834
- 103_DeployColdStorageAddressBookPlugin.s.sol-latest
- 104_DeployWeightedWebauthnMultisigPlugin.s.sol-1751558881
- 104_DeployWeightedWebauthnMultisigPlugin.s.sol-latest
- 105_SetUpgradableMSCAFactoryPlugins.s.sol-1751560577
- 105_SetUpgradableMSCAFactoryPlugins.s.sol-latest
- script/bytecode-deploy
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 99 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 27 additions & 145 deletions
Large diffs are not rendered by default.
Lines changed: 205 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 57 additions & 284 deletions
Large diffs are not rendered by default.
Lines changed: 99 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 144 deletions
Large diffs are not rendered by default.
Lines changed: 103 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 27 additions & 149 deletions
Large diffs are not rendered by default.
0 commit comments