Add stack for sushiswap route processor subgraph watcher #13

Merged
ashwin merged 2 commits from deep-stack/sushiswap-watcher-ts:iv-create-route-processor-watcher-stack into main 2024-06-19 10:29:23 +00:00
3 changed files with 14 additions and 3 deletions
Showing only changes of commit 3a0aef0b84 - Show all commits

View File

@ -2,6 +2,8 @@
Watchers for the [sushiswap-subgraphs](https://github.com/cerc-io/sushiswap-subgraphs/tree/watcher-ts) on Filecoin
[Stacks](stacks/README.md) for the sushiswap-watchers
## Setup
* Run the following command to install required packages:

9
stacks/README.md Normal file
View File

@ -0,0 +1,9 @@
# sushiswap-watcher-stack
Stacks to run watchers for sushiswap-subgraphs
- [sushiswap-watcher](stack-orchestrator/stacks/sushiswap)
- [blocks-watcher](stack-orchestrator/stacks/sushiswap-blocks)
- [route-processor-watcher](stack-orchestrator/stacks/sushiswap-route-processor)
- [v2-watcher](stack-orchestrator/stacks/sushiswap-v2)
- [v3-watcher](stack-orchestrator/stacks/sushiswap-v3)

View File

@ -1,8 +1,8 @@
version: "1.0"
name: sushiswap-v2
description: "SushiSwap v2 watcher stack"
name: sushiswap-route-processor
description: "SushiSwap route processor watcher stack"
repos:
containers:
- cerc/watcher-sushiswap
pods:
- watcher-sushiswap-v2
- watcher-sushiswap-route-processor