From 40d69a621e2f857e9073fb397fce8bd1d4629a9b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:34:26 -0800 Subject: [PATCH] Added MCDEX --- data/ecosystems/m/mcdex.toml | 82 ++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 data/ecosystems/m/mcdex.toml diff --git a/data/ecosystems/m/mcdex.toml b/data/ecosystems/m/mcdex.toml new file mode 100644 index 00000000..48c6eaf4 --- /dev/null +++ b/data/ecosystems/m/mcdex.toml @@ -0,0 +1,82 @@ +# Ecosystem Level Information +title = "MCDEX" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/mcdexio"] + +# Repositories +[[repo]] +url = "https://github.com/mcdexio/bounties" + +[[repo]] +url = "https://github.com/mcdexio/DeFi-Pulse-Adapters" + +[[repo]] +url = "https://github.com/mcdexio/documents" + +[[repo]] +url = "https://github.com/mcdexio/example-perpetual-orderbook.py" + +[[repo]] +url = "https://github.com/mcdexio/foundation" + +[[repo]] +url = "https://github.com/mcdexio/gov-be" + +[[repo]] +url = "https://github.com/mcdexio/gov-fe" + +[[repo]] +url = "https://github.com/mcdexio/governance" + +[[repo]] +url = "https://github.com/mcdexio/idea" + +[[repo]] +url = "https://github.com/mcdexio/liquidity-mining" + +[[repo]] +url = "https://github.com/mcdexio/mai-fund-graph" + +[[repo]] +url = "https://github.com/mcdexio/mai-fund-keeper" + +[[repo]] +url = "https://github.com/mcdexio/mai-fund-protocol" + +[[repo]] +url = "https://github.com/mcdexio/mai-fund-update-price" + +[[repo]] +url = "https://github.com/mcdexio/mai-protocol" + +[[repo]] +url = "https://github.com/mcdexio/mai-protocol-v2" + +[[repo]] +url = "https://github.com/mcdexio/mai-tokenized-position-protocol" + +[[repo]] +url = "https://github.com/mcdexio/mai-tp.js" + +[[repo]] +url = "https://github.com/mcdexio/mai2-keeper" + +[[repo]] +url = "https://github.com/mcdexio/mai2-update-index" + +[[repo]] +url = "https://github.com/mcdexio/mai2.js" + +[[repo]] +url = "https://github.com/mcdexio/MARKETProtocol" + +[[repo]] +url = "https://github.com/mcdexio/mcdex-references" + +[[repo]] +url = "https://github.com/mcdexio/mips" + +[[repo]] +url = "https://github.com/mcdexio/vote-protocol"