Skip to content

Commit 643b01e

Browse files
committed
fix: update salt value for CREATE2 strategy in hardhat configuration
1 parent 8be96ba commit 643b01e

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: "0x0100000000000000100000000100000000000001000000000000000000000001",
144+
salt: "0x0100000000000000100000000100000000100001000000000000000000000001",
145145
},
146146
},
147147
},

0 commit comments

Comments
 (0)