Skip to content

Commit 7ba02c0

Browse files
committed
chore: push
1 parent 090d21c commit 7ba02c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/releases/CrosschainDeployLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ library CrosschainDeployLib {
8888
return bytes32(
8989
bytes.concat(
9090
bytes20(deployer),
91-
bytes1(uint8(0)), // Cross-chain redeploy protection disabled (0: false, 1: true)
91+
bytes1(uint8(0)), // Cross-chain redeploy protection enabled (0: false, 1: true)
9292
bytes11(salt)
9393
)
9494
);

0 commit comments

Comments
 (0)