We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3dc61 commit 3a7d928Copy full SHA for 3a7d928
packages/sharing-smart-contract/hardhat.config.cjs
@@ -142,7 +142,8 @@ module.exports = {
142
strategyConfig: {
143
//TODO: Handle salt dynamically depending on the network and the dev/prod environment
144
create2: {
145
- salt: "0x0100001000010000100010000100000000100001000000000100000000000004",
+ // salt: "0x0100001000010000100010000100000000100001000000000100000000000004", testnet
146
+ salt: "0x0000000000000000000000000000000000000000000000000000000000000000",
147
},
148
149
0 commit comments