From 2b40f0a50918f3cfdd9d372c4cc6f9fca0571a0f Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:31:26 -0800 Subject: [PATCH] Added Futureswap --- data/ecosystems/f/futureswap.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 data/ecosystems/f/futureswap.toml diff --git a/data/ecosystems/f/futureswap.toml b/data/ecosystems/f/futureswap.toml new file mode 100644 index 00000000..1078507e --- /dev/null +++ b/data/ecosystems/f/futureswap.toml @@ -0,0 +1,31 @@ +# Ecosystem Level Information +title = "Futureswap" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/futureswap"] + +# Repositories +[[repo]] +url = "https://github.com/futureswap/DSR_bot" + +[[repo]] +url = "https://github.com/futureswap/fs-graph-v2" + +[[repo]] +url = "https://github.com/futureswap/fs-graph-v2-beta" + +[[repo]] +url = "https://github.com/futureswap/fs_graph" + +[[repo]] +url = "https://github.com/futureswap/internal_exchange_bot" + +[[repo]] +url = "https://github.com/futureswap/liquidation_bot" + +[[repo]] +url = "https://github.com/futureswap/signing-lib" + +[[repo]] +url = "https://github.com/futureswap/trade-cli"