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 2e57fe7 commit 9287fa0Copy full SHA for 9287fa0
packages/hardhat-graph-protocol/src/sdk/hardhat.base.config.ts
@@ -52,6 +52,14 @@ export const networksUserConfig: BaseNetworksUserConfig = {
52
subgraphService: resolveLocalAddressBook('@graphprotocol/subgraph-service/addresses.json'),
53
},
54
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
63
localhost: {
64
chainId: 31337,
65
url: 'http://localhost:8545',
0 commit comments