Added Mirror protocol to Terra

This commit is contained in:
Curtis Spencer
2020-12-07 08:00:11 -08:00
parent fc16a92a5e
commit 20599f2e28
3 changed files with 50 additions and 1 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"