Skip to content

Commit cf9e754

Browse files
committed
fix: prevent mnemonic override for local network
Signed-off-by: Tomás Migone <[email protected]>
1 parent 9b05de4 commit cf9e754

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/toolshed/src/hardhat/hardhat.base.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ export const networksUserConfig: BaseNetworksUserConfig = {
9191
localNetwork: {
9292
chainId: 1337,
9393
url: LOCAL_NETWORK_RPC,
94-
accounts: {
95-
mnemonic: 'myth like bonus scare over problem client lizard pioneer submit female collect',
96-
},
9794
deployments: {
9895
horizon: resolveNodeModulesPath('@graphprotocol/horizon/addresses-local-network.json'),
9996
subgraphService: resolveNodeModulesPath('@graphprotocol/subgraph-service/addresses-local-network.json'),

0 commit comments

Comments
 (0)