hardhat-graph
hardhat-graph copied to clipboard
logs after `docker-compose` are next: ``` ... graph-node_1 | Waiting for Postgres (postgres:5432) graph-node_1 | Oct 21 18:55:40.900 INFO Graph Node version: 0.32.0 (2023-08-21) graph-node_1 | Oct 21 18:55:40.902 WARN...
I was about to start integrating my local setup with thegraph, but weary of adding an unmaintained dependency. Is this project still active? Are there alternatives?
I tried to install from repo (and also from npm package) and I got this error at the end of the install ``` error Couldn't find match for "feat/smaller" in...
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...
Hi there, When installing this project, there was a problem with a dependency that could not be found. See #34 By just updating the dependency to graph-cli, it seems to...