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 9b05de4 commit cf9e754Copy full SHA for cf9e754
packages/toolshed/src/hardhat/hardhat.base.config.ts
@@ -91,9 +91,6 @@ export const networksUserConfig: BaseNetworksUserConfig = {
91
localNetwork: {
92
chainId: 1337,
93
url: LOCAL_NETWORK_RPC,
94
- accounts: {
95
- mnemonic: 'myth like bonus scare over problem client lizard pioneer submit female collect',
96
- },
97
deployments: {
98
horizon: resolveNodeModulesPath('@graphprotocol/horizon/addresses-local-network.json'),
99
subgraphService: resolveNodeModulesPath('@graphprotocol/subgraph-service/addresses-local-network.json'),
0 commit comments