Upgrade watcher version to 0.1.2
and update config (#2)
Part of [Generate secured-finance subgraph watcher with codegen](https://www.notion.so/Generate-secured-finance-subgraph-watcher-with-codegen-2923413e0af54ea787c5435d6966f3bb) Reviewed-on: #2 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
parent
f6ed97a044
commit
8b070d6200
@ -10,7 +10,6 @@
|
||||
checkpointInterval = 2000
|
||||
|
||||
# Enable state creation
|
||||
# CAUTION: Disable only if state creation is not desired or can be filled subsequently
|
||||
enableState = false
|
||||
|
||||
subgraphPath = "./subgraph-build"
|
||||
@ -77,6 +76,10 @@
|
||||
# Boolean flag to filter event logs by topics
|
||||
filterLogsByTopics = true
|
||||
|
||||
# Switch clients if eth_getLogs call takes more than threshold (in secs)
|
||||
# Set to 0 for disabling switching
|
||||
getLogsClientSwitchThresholdInSecs = 30
|
||||
|
||||
[upstream.cache]
|
||||
name = "requests"
|
||||
enabled = false
|
||||
|
@ -2,7 +2,7 @@ version: "1.0"
|
||||
name: secured-finance
|
||||
description: "Secured finance watcher stack"
|
||||
repos:
|
||||
- git.vdb.to/cerc-io/secured-finance-watcher-ts@v0.1.1
|
||||
- git.vdb.to/cerc-io/secured-finance-watcher-ts@v0.1.2
|
||||
containers:
|
||||
- cerc/watcher-secured-finance
|
||||
pods:
|
||||
|
Loading…
Reference in New Issue
Block a user