Skip to content

Commit 3a7d928

Browse files
Le-Caigneczguesmi
andauthored
Update packages/sharing-smart-contract/hardhat.config.cjs
Co-authored-by: Zied Guesmi <[email protected]>
1 parent cb3dc61 commit 3a7d928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ module.exports = {
142142
strategyConfig: {
143143
//TODO: Handle salt dynamically depending on the network and the dev/prod environment
144144
create2: {
145-
salt: "0x0100001000010000100010000100000000100001000000000100000000000004",
145+
// salt: "0x0100001000010000100010000100000000100001000000000100000000000004", testnet
146+
salt: "0x0000000000000000000000000000000000000000000000000000000000000000",
146147
},
147148
},
148149
},

0 commit comments

Comments
 (0)