Skip to content

Commit be97000

Browse files
committed
fix: update salt value for CREATE2 strategy configuration in Hardhat setup
1 parent dec623c commit be97000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sharing-smart-contract/hardhat.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module.exports = {
141141
ignition: {
142142
strategyConfig: {
143143
create2: {
144-
salt: "0x0000000000000000000000000000000000000001000000000000000000000001",
144+
salt: "0x0100000000000000000000000000000000000001000000000000000000000001",
145145
},
146146
},
147147
},

0 commit comments

Comments
 (0)