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 ce9d300 commit 4887939Copy full SHA for 4887939
hardhat.config.ts
@@ -91,9 +91,6 @@ const config: HardhatUserConfig = {
91
accounts: {
92
mnemonic: process.env.MNEMONIC || HARDHAT_NETWORK_MNEMONIC,
93
},
94
- // accounts: [
95
- // process.env.MNEMONIC || HARDHAT_NETWORK_MNEMONIC,
96
- // ],
97
...((isNativeChainType || isLocalFork) && bellecourNetworkConfig),
98
...(isLocalFork && {
99
accounts: 'remote', // Override defaults accounts for impersonation
0 commit comments