Change postgraphile queries to work with v3 schema (#112)

This commit is contained in:
2022-04-28 17:13:32 +05:30
committed by GitHub
parent 654edf4008
commit eca09ad66b
5 changed files with 19 additions and 11 deletions
+10
View File
@@ -35,6 +35,12 @@ Install packages (Node.JS v16.13.1):
yarn
```
Build packages:
```bash
yarn build
```
## Tests
* [graph-node](./packages/graph-node/README.md)
@@ -53,6 +59,10 @@ The default config files used by the watchers assume the following services are
`chainConfig = "./chain.json" # ETH_CHAIN_CONFIG`
## Watchers
* [eden-watcher](./packages/eden-watcher/README.md)
## Databases
Note: Requires `postgres12`.