From 20599f2e281dfcb699ca86ce03010bef8b456026 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 7 Dec 2020 08:00:11 -0800 Subject: [PATCH] Added Mirror protocol to Terra --- data/ecosystems/m/mirror-protocol.toml | 40 ++++++++++++++++++++++++++ data/ecosystems/t/terra-sdt.toml | 3 ++ data/ecosystems/t/terra.toml | 8 +++++- 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 data/ecosystems/m/mirror-protocol.toml diff --git a/data/ecosystems/m/mirror-protocol.toml b/data/ecosystems/m/mirror-protocol.toml new file mode 100644 index 00000000..35df11a5 --- /dev/null +++ b/data/ecosystems/m/mirror-protocol.toml @@ -0,0 +1,40 @@ +# Ecosystem Level Information +title = "Mirror Protocol" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Mirror-Protocol"] + +# Repositories +[[repo]] +url = "https://github.com/Mirror-Protocol/docs" + +[[repo]] +url = "https://github.com/Mirror-Protocol/eth-web-app" + +[[repo]] +url = "https://github.com/Mirror-Protocol/LocalMirror" + +[[repo]] +url = "https://github.com/Mirror-Protocol/mirror-airdrop" + +[[repo]] +url = "https://github.com/Mirror-Protocol/mirror-contracts" + +[[repo]] +url = "https://github.com/Mirror-Protocol/mirror-graph" + +[[repo]] +url = "https://github.com/Mirror-Protocol/mirror-website" + +[[repo]] +url = "https://github.com/Mirror-Protocol/mirror.js" + +[[repo]] +url = "https://github.com/Mirror-Protocol/mirrorcli" + +[[repo]] +url = "https://github.com/Mirror-Protocol/terra-web-app" + +[[repo]] +url = "https://github.com/Mirror-Protocol/whitelist" diff --git a/data/ecosystems/t/terra-sdt.toml b/data/ecosystems/t/terra-sdt.toml index 3ff21019..a881d5d0 100644 --- a/data/ecosystems/t/terra-sdt.toml +++ b/data/ecosystems/t/terra-sdt.toml @@ -147,6 +147,9 @@ url = "https://github.com/terra-project/santa" [[repo]] url = "https://github.com/terra-project/screening-test-devops" +[[repo]] +url = "https://github.com/terra-project/shuttle" + [[repo]] url = "https://github.com/terra-project/station" diff --git a/data/ecosystems/t/terra.toml b/data/ecosystems/t/terra.toml index b598b82d..b850b5c4 100644 --- a/data/ecosystems/t/terra.toml +++ b/data/ecosystems/t/terra.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Terra" -sub_ecosystems = [] +sub_ecosystems = ["Mirror Protocol"] github_organizations = ["https://github.com/terra-project"] @@ -147,6 +147,9 @@ url = "https://github.com/terra-project/santa" [[repo]] url = "https://github.com/terra-project/screening-test-devops" +[[repo]] +url = "https://github.com/terra-project/shuttle" + [[repo]] url = "https://github.com/terra-project/station" @@ -191,3 +194,6 @@ url = "https://github.com/terra-project/validator-profiles" [[repo]] url = "https://github.com/terra-project/wasmer" + +[[repo]] +url = "https://github.com/terraswap/terraswap"