Skip to content

Commit 093a1f7

Browse files
Filipp MakarovFilipp Makarov
authored andcommitted
chore: recalc salts
1 parent 2d6c1b5 commit 093a1f7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
bytecode_hash = "none"
77
evm_version = "cancun" # See https://www.evmdiff.com/features?name=PUSH0&kind=opcode
88
fuzz = { runs = 1_000 }
9-
via-ir = false
9+
via-ir = true
1010
gas_reports = ["*"]
1111
optimizer = true
1212
optimizer_runs = 999

script/deploy/DeployStxContracts.s.sol

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

1414
contract DeployStxContracts is Script, Config {
1515
/* ===== salts ===== */
16-
bytes32 constant MEE_K1_VALIDATOR_SALT = 0x00000000000000000000000000000000000000005fe8f5cea26ea502e2353dc7; //=>
17-
// 0x00000000983d6976c35EBFf16C8c82C25dB02741;
16+
bytes32 constant MEE_K1_VALIDATOR_SALT = 0x0000000000000000000000000000000000000000972d15c771cbed0134f06e96; //=>
17+
// 0x0000000055C766a7060797FBc7Be40c08B296b72;
1818

19-
bytes32 constant NEXUS_SALT = 0x0000000000000000000000000000000000000000f8526dfbfad5b102ee58fd37; // =>
20-
// 0x000000007aDb4a4257975C9Dd6d8df2144B1bfC7;
19+
bytes32 constant NEXUS_SALT = 0x0000000000000000000000000000000000000000d778ccb0fcb1a100ad59b1f4; // =>
20+
// 0x00000000561Dd60aEa485cDb26E4618B1E40Fd6E;
2121

22-
bytes32 constant NEXUSBOOTSTRAP_SALT = 0x0000000000000000000000000000000000000000f72983c6386f4d01693fac9b; // =>
23-
// 0x000000883b2d98307c8024503C864bbDf8B45A2f
22+
bytes32 constant NEXUSBOOTSTRAP_SALT = 0x00000000000000000000000000000000000000007ddd91bf179d32003c6b22f9; // =>
23+
// 0x000000006f105FED549ee4304269Cc4a6111Fa6e
2424

25-
bytes32 constant NEXUS_ACCOUNT_FACTORY_SALT = 0x000000000000000000000000000000000000000025a91df89f517902cceea895; //
26-
// => 0x0000000070D5F6a41C3CF3a8b754b6cEa048234C;
25+
bytes32 constant NEXUS_ACCOUNT_FACTORY_SALT = 0x0000000000000000000000000000000000000000cfbb4facaad7260297eca2fc; //
26+
// => 0x00000000976b6E105D5237DcE5d65C4F6DB60200;
2727

2828
bytes32 constant COMPOSABLE_EXECUTION_MODULE_SALT =
2929
0x000000000000000000000000000000000000000093ca75554c2a3c03ef8aebc4; // =>

0 commit comments

Comments
 (0)