Upgrade watcher version to 0.1.2
and update config
#2
@ -10,7 +10,6 @@
|
|||||||
checkpointInterval = 2000
|
checkpointInterval = 2000
|
||||||
|
|
||||||
# Enable state creation
|
# Enable state creation
|
||||||
# CAUTION: Disable only if state creation is not desired or can be filled subsequently
|
|
||||||
enableState = false
|
enableState = false
|
||||||
|
|
||||||
subgraphPath = "./subgraph-build"
|
subgraphPath = "./subgraph-build"
|
||||||
@ -77,6 +76,10 @@
|
|||||||
# Boolean flag to filter event logs by topics
|
# Boolean flag to filter event logs by topics
|
||||||
filterLogsByTopics = true
|
filterLogsByTopics = true
|
||||||
|
|
||||||
|
# Switch clients if eth_getLogs call takes more than threshold (in secs)
|
||||||
|
# Set to 0 for disabling switching
|
||||||
|
getLogsClientSwitchThresholdInSecs = 30
|
||||||
|
|
||||||
[upstream.cache]
|
[upstream.cache]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
enabled = false
|
enabled = false
|
||||||
|
@ -2,7 +2,7 @@ version: "1.0"
|
|||||||
name: secured-finance
|
name: secured-finance
|
||||||
description: "Secured finance watcher stack"
|
description: "Secured finance watcher stack"
|
||||||
repos:
|
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:
|
containers:
|
||||||
- cerc/watcher-secured-finance
|
- cerc/watcher-secured-finance
|
||||||
pods:
|
pods:
|
||||||
|
Loading…
Reference in New Issue
Block a user