Skip to content

Commit

Permalink
update salt
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco <[email protected]>
  • Loading branch information
fulminmaxi committed Dec 7, 2023
1 parent f2d9372 commit 62c2878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/FloodPlain.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract FloodPlainScript is BetterScript {
bytes memory creationCode = type(FloodPlain).creationCode;
console.logBytes32(keccak256(bytes.concat(creationCode, abi.encode(PERMIT2))));

bytes32 SALT = 0x45bddd7a4404868c5a41cb716e01a4006b38bab0d883c5718e9f000089fb98fe;
bytes32 SALT = 0x45bddd7a4404868c5a41cb716e01a4006b38bab014f6753945f900003be7b160;
vm.broadcast();
console.log("FloodPlain deployed at ", deploy2(creationCode, SALT, abi.encode(PERMIT2)));
}
Expand Down

0 comments on commit 62c2878

Please sign in to comment.