From eca28fb08f2a4da3f59a89da3ab61030531fc842 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Wed, 19 Jun 2024 14:45:32 +0530 Subject: [PATCH] Add readme in stacks folder --- README.md | 2 ++ stacks/stack-orchestrator/stacks/README.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 stacks/stack-orchestrator/stacks/README.md 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)