Skip to content

Commit d20efb2

Browse files
committed
fix: Update salt value in ignition strategy configuration
1 parent c194637 commit d20efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smart-contract/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const config: HardhatUserConfig = {
8383
ignition: {
8484
strategyConfig: {
8585
create2: {
86-
salt: '0x02d07f0d9586079a702b1001a27901283ef78700c849e3c6c61fa57e4deadb7b',
86+
salt: '0xd1f3b9e19ca957891c30907967c28afbcb1c15085a051f8946e4f7038c4b3a79',
8787
},
8888
},
8989
},

0 commit comments

Comments
 (0)