Skip to content

Commit 9287fa0

Browse files
committed
chore: add localnostNoSecureAccounts network to base hardhat config
Signed-off-by: Tomás Migone <[email protected]>
1 parent 2e57fe7 commit 9287fa0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/hardhat-graph-protocol/src/sdk/hardhat.base.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ export const networksUserConfig: BaseNetworksUserConfig = {
5252
subgraphService: resolveLocalAddressBook('@graphprotocol/subgraph-service/addresses.json'),
5353
},
5454
},
55+
localhostNoSecureAccounts: {
56+
chainId: 31337,
57+
url: 'http://localhost:8545',
58+
deployments: {
59+
horizon: resolveLocalAddressBook('@graphprotocol/horizon/addresses.json'),
60+
subgraphService: resolveLocalAddressBook('@graphprotocol/subgraph-service/addresses.json'),
61+
},
62+
},
5563
localhost: {
5664
chainId: 31337,
5765
url: 'http://localhost:8545',

0 commit comments

Comments
 (0)