Deployed Subgraphs
Chain | URL |
---|---|
Kovan | https://thegraph.com/hosted-service/subgraph/bigboydiamonds/overlay-v1-subgraph |
Rinkeby | https://thegraph.com/hosted-service/subgraph/bigboydiamonds/overlay-v1-subgraph-rinkeby |
To run tests against the legacy subgraph, run:
yarn test:compat
To run unit tests, you first need to build a Docker image:
yarn test:build
Now run the tests:
yarn test:unit
If you are on Windows, run
yarn test:unit-win
instead.