Commit 2dc46f1
authored
feat: deploy single owner v3 and ep v0.6 paymasters for sei chain expansion (#92)
## Summary
Deploy Single Owner v3 contracts and EPv0.6 paymasters for SEI
## Detail
### Changeset
In this PR the following contracts have been deployed:
**Mainnet**:
[PluginManager](https://seiscan.io/address/0xc93d6559fe4db59742751a857d11a04861a50ccc)
[SingleOwnerMSCAFactory](https://seiscan.io/address/0xf61023061ed45fa9eac4d2670649ce1fd37ce536)
[ColdStorageAddressBookPlugin](https://seiscan.io/address/0x11bacb0f0c9d04a28a2043b54c0c3c2ce15f0af4)
Paymaster contracts:
+ [STG
Proxy](https://seiscan.io/address/0x67ac303fab3a9507ac48fd5b5ee176c4e39ae98c)
+ [PROD
Proxy](https://seiscan.io/address/0x7cea357b5ac0639f89f9e378a1f03aa5005c0a25)
+
[Implementation](https://seiscan.io/address/0x26f77c6455518caf29a5414004c5a2ef441228b1)
**Testnet**
[PluginManager](https://testnet.seiscan.io/address/0xc93d6559fe4db59742751a857d11a04861a50ccc)
[SingleOwnerMSCAFactory](https://testnet.seiscan.io/address/0xf61023061ed45fa9eac4d2670649ce1fd37ce536)
[ColdStorageAddressBookPlugin](https://testnet.seiscan.io/address/0x11bacb0f0c9d04a28a2043b54c0c3c2ce15f0af4)
Paymaster contracts
+ [STG
Proxy](https://testnet.seitrace.com/address/0x67aC303faB3A9507Ac48fD5B5EE176c4E39aE98C)
+ [PROD
Proxy](https://testnet.seitrace.com/address/0x7ceA357B5AC0639F89F9e378a1f03Aa5005C0a25?chain=pacific-1)
+
[Implementation](https://testnet.seitrace.com/address/0x26f77C6455518CAF29A5414004C5A2Ef441228b1)
### 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
All tests passed.
## Documentation
N/A1 parent 5d528b8 commit 2dc46f1
File tree
24 files changed
+1743
-9
lines changed- broadcast
- 101_DeploySponsorPaymaster.s.sol
- 1328
- 1329
- 102_DeployPluginManager.s.sol
- 1328
- 1329
- 103_DeploySingleOwnerMSCAFactory.s.sol
- 1328
- 1329
- 104_DeployColdStorageAddressBookPlugin.s.sol
- 1328
- 1329
- script/bytecode-deploy
24 files changed
+1743
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
Lines changed: 247 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 247 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 247 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 247 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 30 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.
0 commit comments