From fbda69226b9006cf5772bd27582ba6abbf62734d Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 17 Sep 2020 13:35:05 -0700 Subject: [PATCH] Added more Defi ecosystems --- data/ecosystems/b/based.toml | 13 +++++++++++++ data/ecosystems/b/burger-swap.toml | 13 +++++++++++++ data/ecosystems/s/sushi-swap.toml | 22 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 data/ecosystems/b/based.toml create mode 100644 data/ecosystems/b/burger-swap.toml create mode 100644 data/ecosystems/s/sushi-swap.toml diff --git a/data/ecosystems/b/based.toml b/data/ecosystems/b/based.toml new file mode 100644 index 00000000..c5690a7a --- /dev/null +++ b/data/ecosystems/b/based.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Based" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/cryptoghoulz"] + +# Repositories +[[repo]] +url = "https://github.com/cryptoghoulz/based-contracts" + +[[repo]] +url = "https://github.com/cryptoghoulz/snapshot" diff --git a/data/ecosystems/b/burger-swap.toml b/data/ecosystems/b/burger-swap.toml new file mode 100644 index 00000000..c977a056 --- /dev/null +++ b/data/ecosystems/b/burger-swap.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Burger Swap" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/burgerswap-org/burgerswap-core" + +[[repo]] +url = "https://github.com/burgerswap-org/burgerswap-subgraph" diff --git a/data/ecosystems/s/sushi-swap.toml b/data/ecosystems/s/sushi-swap.toml new file mode 100644 index 00000000..53937b4a --- /dev/null +++ b/data/ecosystems/s/sushi-swap.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Sushi Swap" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/sushiswap"] + +# Repositories +[[repo]] +url = "https://github.com/sushiswap/sushiswap" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-exchange" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-frontend" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-subgraph" + +[[repo]] +url = "https://github.com/sushiswap/sushiswap-vision"