Skip to content

Commit dec623c

Browse files
committed
fix: remove redundant fallback to DEPLOYER_PRIVATE_KEY in Hardhat configuration
1 parent b98a3a3 commit dec623c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ module.exports = {
3939
env.DEPLOYER_PRIVATE_KEY ||
4040
'0x0000000000000000000000000000000000000000000000000000000000000000',
4141
env.ADMIN_PRIVATE_KEY ||
42-
env.DEPLOYER_PRIVATE_KEY ||
4342
'0x0000000000000000000000000000000000000000000000000000000000000000',
4443
],
4544
},
@@ -50,7 +49,6 @@ module.exports = {
5049
env.DEPLOYER_PRIVATE_KEY ||
5150
'0x0000000000000000000000000000000000000000000000000000000000000000',
5251
env.ADMIN_PRIVATE_KEY ||
53-
env.DEPLOYER_PRIVATE_KEY ||
5452
'0x0000000000000000000000000000000000000000000000000000000000000000',
5553
],
5654
blockGasLimit: 8_000_000,
@@ -62,7 +60,6 @@ module.exports = {
6260
env.DEPLOYER_PRIVATE_KEY ||
6361
'0x0000000000000000000000000000000000000000000000000000000000000000',
6462
env.ADMIN_PRIVATE_KEY ||
65-
env.DEPLOYER_PRIVATE_KEY ||
6663
'0x0000000000000000000000000000000000000000000000000000000000000000',
6764
],
6865
blockGasLimit: 30_000_000,
@@ -74,7 +71,6 @@ module.exports = {
7471
env.DEPLOYER_PRIVATE_KEY ||
7572
'0x0000000000000000000000000000000000000000000000000000000000000000',
7673
env.ADMIN_PRIVATE_KEY ||
77-
env.DEPLOYER_PRIVATE_KEY ||
7874
'0x0000000000000000000000000000000000000000000000000000000000000000',
7975
],
8076
blockGasLimit: 30_000_000,

0 commit comments

Comments
 (0)