We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090d21c commit 7ba02c0Copy full SHA for 7ba02c0
script/releases/CrosschainDeployLib.sol
@@ -88,7 +88,7 @@ library CrosschainDeployLib {
88
return bytes32(
89
bytes.concat(
90
bytes20(deployer),
91
- bytes1(uint8(0)), // Cross-chain redeploy protection disabled (0: false, 1: true)
+ bytes1(uint8(0)), // Cross-chain redeploy protection enabled (0: false, 1: true)
92
bytes11(salt)
93
)
94
);
0 commit comments