mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-01-23 15:44:22 +01:00
Added Mirror protocol to Terra
This commit is contained in:
40
data/ecosystems/m/mirror-protocol.toml
Normal file
40
data/ecosystems/m/mirror-protocol.toml
Normal 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"
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user