Commit 53d281d
authored
feat: Deploy Arc Testnet, Monad Testnet and Monad paymaster and v2, v3 factory contracts (#101)
## Summary
Contracts are deployed and verified:
**Monad**
[Plugin
Manager](https://monadscan.com/address/0xc93D6559Fe4dB59742751A857d11a04861a50CCC)
[SingleOwnerMSCAFactory](https://monadscan.com/address/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536)
[ColdStorageAddressBookPlugin](https://monadscan.com/address/0x11BACb0F0C9D04A28A2043b54c0C3C2CE15F0Af4)
[EPV0.6 Paymaster Proxy
STG](https://monadscan.com/address/0x67aC303faB3A9507Ac48fD5B5EE176c4E39aE98C)
[EPV0.6 Paymaster Proxy
PROD](https://monadscan.com/address/0x7ceA357B5AC0639F89F9e378a1f03Aa5005C0a25)
[EPV0.6 Paymaster Implementation
](https://monadscan.com/address/0x26f77C6455518CAF29A5414004C5A2Ef441228b1)
[Plugin manager
v2](https://monadscan.com/address/0x3169ad878021b87c9caa9b5cda740ff3ca270ce9)
[SingleOwnerMSCAFactory
v2](https://monadscan.com/address/0xa233b124d7b9cff2d38cb62319e1a3f79144b490)
**Monad Testnet**
[Plugin
Manager](https://testnet.monadscan.com/address/0xc93D6559Fe4dB59742751A857d11a04861a50CCC)
[SingleOwnerMSCAFactory](https://testnet.monadscan.com/address/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536)
[ColdStorageAddressBookPlugin](https://testnet.monadscan.com/address/0x11BACb0F0C9D04A28A2043b54c0C3C2CE15F0Af4)
[EPV0.6 Paymaster Proxy
STG](https://testnet.monadscan.com/address/0x67aC303faB3A9507Ac48fD5B5EE176c4E39aE98C)
[EPV0.6 Paymaster Proxy
PROD](https://testnet.monadscan.com/address/0x7ceA357B5AC0639F89F9e378a1f03Aa5005C0a25)
[EPV0.6 Paymaster Implementation
](https://testnet.monadscan.com/address/0x26f77C6455518CAF29A5414004C5A2Ef441228b1)
[Plugin manager
v2](https://testnet.monadscan.com/address/0x3169ad878021b87c9caa9b5cda740ff3ca270ce9)
[SingleOwnerMSCAFactory
v2](https://testnet.monadscan.com/address/0xa233b124d7b9cff2d38cb62319e1a3f79144b490)
**Arc Testnet**
[Plugin
Manager](https://testnet.arcscan.app/address/0xc93D6559Fe4dB59742751A857d11a04861a50CCC)
[SingleOwnerMSCAFactory](https://testnet.arcscan.app/address/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536)
[ColdStorageAddressBookPlugin](https://testnet.arcscan.app/address/0x11BACb0F0C9D04A28A2043b54c0C3C2CE15F0Af4)
[EPV0.6 Paymaster Proxy
STG](https://testnet.arcscan.app/address/0x67aC303faB3A9507Ac48fD5B5EE176c4E39aE98C)
[EPV0.6 Paymaster Proxy
PROD](https://testnet.arcscan.app/address/0x7ceA357B5AC0639F89F9e378a1f03Aa5005C0a25)
[EPV0.6 Paymaster Implementation
](https://testnet.arcscan.app/address/0x26f77C6455518CAF29A5414004C5A2Ef441228b1)
[Plugin manager
v2](https://testnet.arcscan.app/address/0x3169ad878021b87c9caa9b5cda740ff3ca270ce9)
[SingleOwnerMSCAFactory
v2](https://testnet.arcscan.app/address/0xa233b124d7b9cff2d38cb62319e1a3f79144b490)
## Detail
Contracts are deployed for Monad, Monad Testnet, and Arc Testnet for
epv0.6. All contracts are verified
### Changeset
N/A
### Checklist
- [ ] Did you add new tests and confirm all tests pass? (`yarn test`)
- [ ] Did you ensure any new Solidity source code files meet minimum
test coverage requirements? (`yarn coverage`)
- [ ] Did you update relevant docs? (docs are found in the `docs`
folder)
- [ ] Do your commits follow the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] Does your PR title also follow the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] Did you run lint (`yarn lint`) and fix any issues?
- [ ] Did you run formatter (`yarn format:check`) and fix any issues
(`yarn format:write`)?
## Testing
Tests passed
## Documentation
N/A1 parent 2dc46f1 commit 53d281d
File tree
37 files changed
+2724
-7
lines changed- broadcast
- 001_DeployPluginManager.s.sol
- 10143
- 143
- 5042002
- 003_DeploySingleOwnerMSCAFactory.s.sol
- 10143
- 143
- 5042002
- 101_DeploySponsorPaymaster.s.sol
- 10143
- 143
- 5042002
- 102_DeployPluginManager.s.sol
- 10143
- 143
- 5042002
- 103_DeploySingleOwnerMSCAFactory.s.sol
- 10143
- 143
- 5042002
- 104_DeployColdStorageAddressBookPlugin.s.sol
- 10143
- 143
- 5042002
- script/bytecode-deploy
37 files changed
+2724
-7
lines changedLines 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: 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: 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: 256 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.
0 commit comments