Skip to content

Commit 3154f72

Browse files
Filipp MakarovFilipp Makarov
authored andcommitted
chore: add salts
1 parent f368401 commit 3154f72

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

script/deploy/DeployStxContracts.s.sol

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,30 @@ import { CreateX } from "script/deploy/util/CreateX.sol";
1313

1414
contract DeployStxContracts is Script, Config {
1515
/* ===== salts ===== */
16-
bytes32 constant MEE_K1_VALIDATOR_SALT = 0x00000000000000000000000000000000000000005ec01b7f9f6e300427d823e3; //=>
17-
// 0x00000002987de8E966e1202534f018B028384eaC;
16+
bytes32 constant MEE_K1_VALIDATOR_SALT = 0x00000000000000000000000000000000000000007b2b83ee18c0340289459702; //=>
17+
// 0x00000000eFCeaA8158112c4b7D48851445bB9D55;
1818

19-
bytes32 constant NEXUS_SALT = 0x0000000000000000000000000000000000000000657b02ac499d6d001a3fda43; // =>
20-
// 0x00000099da5B22B6d0D64f966f7138e0c70FAf57;
19+
bytes32 constant NEXUS_SALT = 0x000000000000000000000000000000000000000069e4899d55219e0366b0f6ba; // =>
20+
// 0x0000009901cf970b3F7BD7268Fe5C5b2Cd031C1D;
2121

22-
bytes32 constant NEXUSBOOTSTRAP_SALT = 0x0000000000000000000000000000000000000000d1daf021ab489402fcf69293; // =>
23-
// 0x000000dD827476e7Ba18C12d0a754124Fe84d6f6
22+
bytes32 constant NEXUSBOOTSTRAP_SALT = 0x00000000000000000000000000000000000000008cddbe8e64a32603e5c8a08e; // =>
23+
// 0x000000883b2d98307c8024503C864bbDf8B45A2f
2424

25-
bytes32 constant NEXUS_ACCOUNT_FACTORY_SALT = 0x0000000000000000000000000000000000000000b41ef430bf3b3b04dcce4193; //
26-
// => 0x0000009FD552C6c8D9F2F139b254Ec9b0C132360;
25+
bytes32 constant NEXUS_ACCOUNT_FACTORY_SALT = 0x0000000000000000000000000000000000000000d5af607691681802316edffe; //
26+
// => 0x00000000519A04DA34e20FDb3BAe2887e1cf8d14;
2727

2828
bytes32 constant COMPOSABLE_EXECUTION_MODULE_SALT =
29-
0x0000000000000000000000000000000000000000a7f26e3d794af2032a4a54a3; // =>
30-
// 0x000000e0Ac0Bcd4Cbc716B152fecbA0F706d6605
31-
bytes32 constant COMPOSABLE_STORAGE_SALT = 0x00000000000000000000000000000000000000000e67edf598940102c2150653; // =>
32-
// 0x0000000671eb337E12fe5dB0e788F32e1D71B183;
29+
0x000000000000000000000000000000000000000093ca75554c2a3c03ef8aebc4; // =>
30+
// 0x00000042e9416FB078530A34f6d4F22D2Cc585f2
3331

34-
bytes32 constant ETH_FORWARDER_SALT = 0x0000000000000000000000000000000000000000f9941fb84509c0031a6fc103; //=>
35-
// 0x000000Afe527A978Ecb761008Af475cfF04132a1;
32+
bytes32 constant COMPOSABLE_STORAGE_SALT = 0x0000000000000000000000000000000000000000465fbd534a6e5803cde982a7; // =>
33+
// 0x000000773e37c4E78f4a4d98ee44f8259d64226D;
3634

37-
bytes32 constant NODE_PMF_SALT = 0x0000000000000000000000000000000000000000b2c8417146408700c86d4373; // =>
38-
// 0x000000006fcc00f06a507E4284cc17e767189b04
35+
bytes32 constant ETH_FORWARDER_SALT = 0x00000000000000000000000000000000000000002f5763a1f79af7033892e88a; //=>
36+
// 0x000000C48Cdf2b46bEc062483dBD27046dfE3b8d;
37+
38+
bytes32 constant NODE_PMF_SALT = 0x000000000000000000000000000000000000000043d5c4fb34feeb02c1d49524; // =>
39+
// 0x000000A04da3b610fE1ce06C154A8B8A4c1CAaea
3940

4041
bytes32 public constant DISPERSE_SALT = 0xfd73487f4e6544007a3ce4000000000000000000000000000000000000000000;
4142
bytes public constant DISPERSE_INITCODE =
@@ -319,7 +320,7 @@ contract DeployStxContracts is Script, Config {
319320
require(block.chainid == chainId, "Chain ID mismatch");
320321

321322
// Load configuration using new StdConfig pattern
322-
ChainConfig memory chainConfig = loadChainConfigFromStdConfig(chainId, contractNames);
323+
ChainConfig memory chainConfig = loadChainConfigFromStdConfig(chainId);
323324
chainConfigs[chainId] = chainConfig;
324325
}
325326

0 commit comments

Comments
 (0)