Skip to content

Commit bdc9364

Browse files
committed
fix: update salt value in ignition strategy configuration for consistency
1 parent 9ab9123 commit bdc9364

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

0 commit comments

Comments
 (0)