From d8458978f3165bfd4003ca6fcc615777fc1b6cf3 Mon Sep 17 00:00:00 2001 From: Taarush Vemulapalli Date: Tue, 17 Aug 2021 07:12:17 -0700 Subject: [PATCH] add inspector status --- GUIDE.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index 65dc9b8..0115d7b 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -1,5 +1,19 @@ # Contributor guide +|Protocol|Status| +|--- |--- | +| Uniswap v2 | ✅ | +| Uniswap v2 forks (sushiswap etc) | ✅ | +| Uniswap v3 | ✅ | +| Curve | ⛏️ | +| Aave | ✅ | +| Compound v1 | ⛏️ | +| Compound v2 | ✅ | +| Compound forks (cream, rari fuse etc) | ⛏️ | +| Synthetix | ⛏️ | +| Balancer | ⛏️ | + + ### Requirements * [Install](https://docs.docker.com/compose/install/) docker compose @@ -119,7 +133,6 @@ Additional fields we're potentially interested in (aside from inspector specific * Difference between profit estimated by our inspectors and pure token flow analysis - ### Creating an inspector from scratch If you intend to create your own inspector and submit it as a PR, this should serve as a useful walkthrough to understand the code structure and types.