mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
nikugogoi
1a903fccc6
* Make sumStaked variable local in eden network mapping * Implement compare CLI to fetch and query by ids * Set filterLogs to true for eden-watcher * Use varchar for bigint array type in eden-watcher * Store subgraph entities by id in IPLD state * Store bigint vales as string in IPLD state * Update eden watcher hook to store single Block entity in IPLD checkpoint * Fix entity enum type property * Fix parsing big numbers in event params * Fix event bigint params parsing in all watchers * Set default limit to query result and process block after events
17 lines
365 B
TOML
17 lines
365 B
TOML
[endpoints]
|
|
gqlEndpoint1 = "http://localhost:8000/subgraphs/name/example1"
|
|
gqlEndpoint2 = "http://localhost:3008/graphql"
|
|
|
|
[queries]
|
|
queryDir = "../graph-test-watcher/src/gql/queries"
|
|
names = []
|
|
idsEndpoint = "gqlEndpoint1"
|
|
|
|
[cache]
|
|
endpoint = "gqlEndpoint1"
|
|
|
|
[cache.config]
|
|
name = "subgraph-requests"
|
|
enabled = true
|
|
deleteOnStart = false
|