Compare commits

..

4 Commits

Author SHA1 Message Date
IshaVenikar
826786709e Merge remote-tracking branch 'upstream/main' into iv-add-readme-for-stacks 2024-06-19 15:24:58 +05:30
IshaVenikar
eca28fb08f Add readme in stacks folder 2024-06-19 14:45:32 +05:30
IshaVenikar
64c78bb203 Create stack for route-processor watcher 2024-06-19 14:27:47 +05:30
IshaVenikar
7aa3e9a89d Create stack for sushiswap blocks watcher 2024-06-19 14:26:03 +05:30
4 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
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
[Stacks](stacks/stack-orchestrator/stacks/README.md) for the sushiswap-watchers
## Setup

View File

@ -1,9 +0,0 @@
# 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

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

View File

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