You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like I'm getting the same error as #27 - I am calling add on top of an existing subgraph folder however:
- Add a new dataSource FooFooV1
Initiating graph add command
- Add a new dataSource FooFooV1
- Fetching ABI from Etherscan
✖ Failed to fetch ABI from Etherscan: getaddrinfo ENOTFOUND api-hardhat.etherscan.io
✖ Failed to add a new dataSource DeVoxShamanSummonerV1: getaddrinfo ENOTFOUND api-hardhat.etherscan.io
Error HH604: Error running JSON-RPC server: ERROR processing /foo/evm/deploy/020_Graph_Init.ts:
Error: getaddrinfo ENOTFOUND api-hardhat.etherscan.io
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
For more info go to https://hardhat.org/HH604 or run Hardhat with --show-stack-traces
error Command failed with exit code 1.
Shame it's not being actively developed btw. What's the alternative route, short of deploying stuff to Goerli or wherever and then using the regular Graph CLI?
Looks like I'm getting the same error as #27 - I am calling
add
on top of an existingsubgraph
folder however:Shame it's not being actively developed btw. What's the alternative route, short of deploying stuff to Goerli or wherever and then using the regular Graph CLI?
Originally posted by @moconnell in #27 (comment)
The text was updated successfully, but these errors were encountered: