Skip to content

Commit

Permalink
readme and hardhat config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacodes committed Sep 14, 2021
1 parent bb404cc commit f22c9bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ See [here](https://thegraph.com/docs/deploy-a-subgraph#redeploying-a-subgraph) f

### Local Development Graph Setup

Check out the setup guide [here](https://github.com/openlawteam/tribute-contracts/blob/master/subgraph/docker/README.md)
Check out the setup guide [here](https://github.com/openlawteam/tribute-subgraph/blob/master/docker/README.md)

## Subgraph Tests

Expand Down
6 changes: 3 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const config = {
},
// https://hardhat.org/config/#path-configuration
paths: {
tests: "./subgraph/subgraph-tests",
cache: "./subgraph/subgraph-tests/cache",
artifacts: "./subgraph/subgraph-tests/artifacts",
tests: "./tests",
cache: "./tests/cache",
artifacts: "./tests/artifacts",
},
};

Expand Down

0 comments on commit f22c9bb

Please sign in to comment.