Skip to content

Commit c82ab13

Browse files
committed
deploy mainnet plugins and factories
1 parent a8e9d9d commit c82ab13

File tree

9 files changed

+389
-2
lines changed

9 files changed

+389
-2
lines changed

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.

broadcast/103_DeploySingleOwnerMSCAFactory.s.sol/1329/run-1756489318.json

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

broadcast/103_DeploySingleOwnerMSCAFactory.s.sol/1329/run-latest.json

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

broadcast/104_DeployColdStorageAddressBookPlugin.s.sol/1329/run-1756489414.json

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

broadcast/104_DeployColdStorageAddressBookPlugin.s.sol/1329/run-latest.json

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

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ world-sepolia="${WORLD_SEPOLIA_RPC_URL}"
4949
celo="${CELO_RPC_URL}"
5050
celo-alfajores="${CELO_ALFAJORES_RPC_URL}"
5151
sei-testnet="${SEI_TESTNET_RPC_URL}"
52+
sei="${SEI_RPC_URL}"

script/bytecode-deploy/100_Constants.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ address constant SPONSOR_PAYMASTER_ADDRESS = 0x7ceA357B5AC0639F89F9e378a1f03Aa50
3434
library Constants {
3535
function getChains() internal pure returns (string[1] memory) {
3636
return [
37-
"sei-testnet"
37+
"sei"
3838
];
3939
}
4040

4141
// A list of chains that need to run setup work after deployment. Please adjust the list based on the chain
4242
// expansion needs.
4343
function getCurrentDeploymentChains() internal pure returns (string[1] memory) {
44-
return ["sei-testnet"];
44+
return ["sei"];
4545
}
4646
}

0 commit comments

Comments
 (0)