watcher-ts/packages/graph-node/environments/compare-cli-config.toml
nikugogoi e1aef1a7e9
Changes to use packages in uniswap-watcher (#196)
* Changes to use util from uniswap-watcher

* Refactor ResultIPLDBlock to util

* Verify state in compare CLI for uniswap multiple queries

* Prepare watcher-ts for publishing packages

* Fix verify state in compare CLI for multiple entities query

* Fix codegen util imports
2022-10-11 13:41:26 +05:30

25 lines
585 B
TOML

[endpoints]
gqlEndpoint1 = "http://localhost:8000/subgraphs/name/example1"
gqlEndpoint2 = "http://localhost:3008/graphql"
[queries]
queryDir = "../../graph-test-watcher/src/gql/queries"
blockDelayInMs = 250
queryLimits = {}
[queries.names]
[watcher]
configPath = "../../graph-test-watcher/environments/local.toml"
entitiesDir = "../../graph-test-watcher/dist/entity/*"
endpoint = "gqlEndpoint2"
verifyState = true
skipFields = []
[cache]
endpoint = "gqlEndpoint1"
[cache.config]
name = "subgraph-requests"
enabled = true
deleteOnStart = false