Upgrade sushiswap-v3-watcher-ts release

This commit is contained in:
Nabarun 2023-11-13 15:24:01 +05:30
parent 33d8e6dc88
commit 6642bf07e9
2 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,8 @@
jobDelayInMilliSecs = 100 jobDelayInMilliSecs = 100
eventsInBatch = 50 eventsInBatch = 50
subgraphEventsOrder = true subgraphEventsOrder = true
blockDelayInMilliSecs = 2000 # Filecoin block time: https://docs.filecoin.io/basics/the-blockchain/blocks-and-tipsets#blocktime
blockDelayInMilliSecs = 30000
prefetchBlocksInMem = false prefetchBlocksInMem = false
prefetchBlockCount = 10 prefetchBlockCount = 10

View File

@ -2,7 +2,7 @@ version: "1.0"
name: sushiswap-v3 name: sushiswap-v3
description: "SushiSwap v3 watcher stack" description: "SushiSwap v3 watcher stack"
repos: repos:
- github.com/cerc-io/sushiswap-v3-watcher-ts@v0.1.0 - github.com/cerc-io/sushiswap-v3-watcher-ts@v0.1.1
containers: containers:
- cerc/watcher-sushiswap-v3 - cerc/watcher-sushiswap-v3
pods: pods: