From 7eb7e43e846cd764f2bf61695628be7d84c7929c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 9 Dec 2020 15:13:40 -0800 Subject: [PATCH] Added Cover and DefiDollar to Ethereum --- data/ecosystems/c/cover.toml | 25 +++++++++++++++++++++++++ data/ecosystems/d/defidollar.toml | 22 ++++++++++++++++++++++ data/ecosystems/e/ethereum.toml | 8 ++++++++ 3 files changed, 55 insertions(+) create mode 100644 data/ecosystems/c/cover.toml create mode 100644 data/ecosystems/d/defidollar.toml diff --git a/data/ecosystems/c/cover.toml b/data/ecosystems/c/cover.toml new file mode 100644 index 00000000..8550d48d --- /dev/null +++ b/data/ecosystems/c/cover.toml @@ -0,0 +1,25 @@ +# Ecosystem Level Information +title = "Cover" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/CoverProtocol"] + +# Repositories +[[repo]] +url = "https://github.com/COVERProtocol/cover-core-v1" + +[[repo]] +url = "https://github.com/CoverProtocol/cover-token-mining" + +[[repo]] +url = "https://github.com/CoverProtocol/protocol-proposals" + +[[repo]] +url = "https://github.com/CoverProtocol/safe-app-template" + +[[repo]] +url = "https://github.com/CoverProtocol/snapshot-spaces" + +[[repo]] +url = "https://github.com/CoverProtocol/yGift-frontend" diff --git a/data/ecosystems/d/defidollar.toml b/data/ecosystems/d/defidollar.toml new file mode 100644 index 00000000..5845950c --- /dev/null +++ b/data/ecosystems/d/defidollar.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "DefiDollar" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/defidollar"] + +# Repositories +[[repo]] +url = "https://github.com/defidollar/configurable-rights-pool" + +[[repo]] +url = "https://github.com/defidollar/core-client-lib" + +[[repo]] +url = "https://github.com/defidollar/defidollar-core" + +[[repo]] +url = "https://github.com/defidollar/hackmoney-submission" + +[[repo]] +url = "https://github.com/defidollar/liquidity-mining" diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index a5a2f8b1..894d2a8c 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -34,10 +34,12 @@ sub_ecosystems = [ "Connext Network", "Consensys", "Counterfactual", + "Cover", "Cream Finance", "Creaton", "Curve", "Decentraland", + "DefiDollar", "DeFiner", "Dego Finance", "DFI.money", @@ -1240,6 +1242,12 @@ tags = ["Dapp"] url = "https://github.com/ethcoinflip/EthCoinFlip" tags = ["Dapp"] +[[repo]] +url = "https://github.com/ethential/code-remix" + +[[repo]] +url = "https://github.com/ethential/ethcode" + [[repo]] url = "https://github.com/ether-camp/ethereum-harmony" tags = ["Protocol"]