Compare commits
1 Commits
iv-add-rea
...
main
Author | SHA1 | Date | |
---|---|---|---|
45177bb2ce |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Watchers for the [sushiswap-subgraphs](https://github.com/cerc-io/sushiswap-subgraphs/tree/watcher-ts) on Filecoin
|
Watchers for the [sushiswap-subgraphs](https://github.com/cerc-io/sushiswap-subgraphs/tree/watcher-ts) on Filecoin
|
||||||
|
|
||||||
[Stacks](stacks/stack-orchestrator/stacks/README.md) for the sushiswap-watchers
|
[Stacks](stacks/README.md) for the sushiswap-watchers
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
9
stacks/README.md
Normal file
9
stacks/README.md
Normal 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)
|
@ -1,9 +0,0 @@
|
|||||||
# 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)
|
|
@ -1,8 +1,8 @@
|
|||||||
version: "1.0"
|
version: "1.0"
|
||||||
name: sushiswap-v2
|
name: sushiswap-route-processor
|
||||||
description: "SushiSwap v2 watcher stack"
|
description: "SushiSwap route processor watcher stack"
|
||||||
repos:
|
repos:
|
||||||
containers:
|
containers:
|
||||||
- cerc/watcher-sushiswap
|
- cerc/watcher-sushiswap
|
||||||
pods:
|
pods:
|
||||||
- watcher-sushiswap-v2
|
- watcher-sushiswap-route-processor
|
||||||
|
Loading…
Reference in New Issue
Block a user