From 2dcb1c7effa9fb5a5f07a325b96f51572aecd79c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 1 Aug 2019 20:50:41 -0700 Subject: [PATCH] Use multiline formatting for Ethereum sub ecosystems --- data/ecosystems/e/ethereum.toml | 43 ++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index e2aebaba..0bbefdcc 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -1,7 +1,48 @@ # Ecosystem Level Information title = "Ethereum" -sub_ecosystems = ["Truffle", "Status", "Storj", "0x", "Enjin Coin", "Decentraland", "Loom Network", "Gnosis", "Aragon", "Golem", "Augur", "Plasma", "Kyber Network", "InstaDApp", "NuCypher", "Maker", "Moloch", "FunFair", "Consensys", "Aztec Protocol", "Uniswap", "Matic Network", "The Graph", "Synthetix", "Bloom", "uPort", "Pisa Research", "Gitcoin", "Nuo Lend", "Melon", "Connext Network", "Bancor", "Dharma Protocol", "Set Protocol", "Matter Labs", "Compound", "Origin Protocol", "POA Network", "MyBit", "Uma Protocol"] +sub_ecosystems = [ + "0x", + "Aragon", + "Augur", + "Aztec Protocol", + "Bancor", + "Bloom", + "Compound", + "Connext Network", + "Consensys", + "Decentraland", + "Dharma Protocol", + "Enjin Coin", + "FunFair", + "Gitcoin", + "Gnosis", + "Golem", + "InstaDApp", + "Kyber Network", + "Loom Network", + "Maker", + "Matic Network", + "Matter Labs", + "Melon", + "Moloch", + "MyBit", + "NuCypher", + "Nuo Lend", + "Origin Protocol", + "POA Network", + "Pisa Research", + "Plasma", + "Set Protocol", + "Status", + "Storj", + "Synthetix", + "The Graph", + "Truffle", + "Uma Protocol", + "Uniswap", + "uPort" +] github_organizations = ["https://github.com/ethereum", "https://github.com/PegaSysEng", "https://github.com/prysmaticlabs"]