Skip to content

Commit 9246b87

Browse files
committed
Use a random salt
1 parent 1c5c65e commit 9246b87

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
@@ -109,7 +109,7 @@ module.exports = {
109109
ignition: {
110110
strategyConfig: {
111111
create2: {
112-
salt: "0x0000000000000000000000000000000000000000000000000000000000000000",
112+
salt: "0x5FD8F2C3DFCF36E174AC91A44AE6CAEBDDA012EFED601736E2C20A11A56CF532",
113113
},
114114
},
115115
},

0 commit comments

Comments
 (0)