Skip to content

Commit 360fe70

Browse files
committed
fix: update salt value in create2 strategy configuration
1 parent 0095dec commit 360fe70

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
@@ -142,7 +142,7 @@ module.exports = {
142142
strategyConfig: {
143143
//TODO: Handle salt dynamically depending on the network and the dev/prod environment
144144
create2: {
145-
salt: "0x0100001000010000100010000100000000100001000000000100000000000003",
145+
salt: "0x0100001000010000100010000100000000100001000000000100000000000004",
146146
},
147147
},
148148
},

0 commit comments

Comments
 (0)