File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ import { CreateX } from "script/deploy/util/CreateX.sol";
1313
1414contract 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 ; // =>
You can’t perform that action at this time.
0 commit comments