Skip to content

Commit 2dc46f1

Browse files
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/A
1 parent 5d528b8 commit 2dc46f1

24 files changed

+1743
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Note that deploy commands attempt to deploy on all chains listed in foundry.toml
111111
forge script script/bytecode-deploy/102_DeployPluginManager.s.sol -vvvv --slow --broadcast --force --multi
112112

113113
# Deploy SingleOwnerMSCAFactory
114-
forge script script/bytecode-deploy/102_DeploySingleOwnerMSCAFactory.s.sol -vvvv --slow --broadcast --force --multi
114+
forge script script/bytecode-deploy/103_DeploySingleOwnerMSCAFactory.s.sol -vvvv --slow --broadcast --force --multi
115115

116116
# Deploy ColdStorageAddressBookPlugin
117117
forge script script/bytecode-deploy/104_DeployColdStorageAddressBookPlugin.s.sol -vvvv --slow --broadcast --force --multi

broadcast/101_DeploySponsorPaymaster.s.sol/1328/run-1756831958.json

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

broadcast/101_DeploySponsorPaymaster.s.sol/1328/run-latest.json

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

broadcast/101_DeploySponsorPaymaster.s.sol/1329/run-1756832549.json

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

broadcast/101_DeploySponsorPaymaster.s.sol/1329/run-latest.json

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

broadcast/102_DeployPluginManager.s.sol/1328/run-1756328119.json

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

broadcast/102_DeployPluginManager.s.sol/1328/run-latest.json

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

broadcast/102_DeployPluginManager.s.sol/1329/run-1756487064.json

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

broadcast/102_DeployPluginManager.s.sol/1329/run-1756489236.json

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

broadcast/102_DeployPluginManager.s.sol/1329/run-latest.json

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

0 commit comments

Comments
 (0)