diff --git a/README.md b/README.md index 288447d..993c55c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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 + ## Setup * Run the following command to install required packages: diff --git a/stacks/stack-orchestrator/stacks/README.md b/stacks/stack-orchestrator/stacks/README.md new file mode 100644 index 0000000..ee4eebd --- /dev/null +++ b/stacks/stack-orchestrator/stacks/README.md @@ -0,0 +1,9 @@ +# sushiswap-watcher-stack + +Stacks to run watchers for sushiswap-subgraphs + +- [sushiswap-watcher](stacks/stack-orchestrator/stacks/sushiswap) +- [blocks-watcher](stacks/stack-orchestrator/stacks/sushiswap-blocks) +- [route-processor-watcher](stacks/stack-orchestrator/stacks/sushiswap-route-processor) +- [v2-watcher](stacks/stack-orchestrator/stacks/sushiswap-v2) +- [v3-watcher](stacks/stack-orchestrator/stacks/sushiswap-v3)