Skip to content

Commit 4887939

Browse files
Update upgrade-status.md
1 parent ce9d300 commit 4887939

File tree

3 files changed

+15
-270
lines changed

3 files changed

+15
-270
lines changed

hardhat.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ const config: HardhatUserConfig = {
9191
accounts: {
9292
mnemonic: process.env.MNEMONIC || HARDHAT_NETWORK_MNEMONIC,
9393
},
94-
// accounts: [
95-
// process.env.MNEMONIC || HARDHAT_NETWORK_MNEMONIC,
96-
// ],
9794
...((isNativeChainType || isLocalFork) && bellecourNetworkConfig),
9895
...(isLocalFork && {
9996
accounts: 'remote', // Override defaults accounts for impersonation

0 commit comments

Comments
 (0)