From d29b56012ae99ce8f211133782ea87ddc11ebdfa Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 4 Jul 2022 21:36:34 -0700 Subject: [PATCH] Add Ethereum Dev Tools sub ecosystem --- data/ecosystems/e/ethereum-dev-tools.toml | 16 ++++++++++++++++ data/ecosystems/e/ethereum.toml | 1 + 2 files changed, 17 insertions(+) create mode 100644 data/ecosystems/e/ethereum-dev-tools.toml diff --git a/data/ecosystems/e/ethereum-dev-tools.toml b/data/ecosystems/e/ethereum-dev-tools.toml new file mode 100644 index 00000000..e96cb6b6 --- /dev/null +++ b/data/ecosystems/e/ethereum-dev-tools.toml @@ -0,0 +1,16 @@ +# Ecosystem Level Information +title = "Ethereum Dev Tools" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/memester-xyz/solenv" + +[[repo]] +url = "https://github.com/naddison36/sol2uml" + +[[repo]] +url = "https://github.com/naddison36/tx2uml" diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index 3a6169d3..7cab821b 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -192,6 +192,7 @@ sub_ecosystems = [ "Erasure", "Ether Cards", "Ethereum Consensus", + "Ethereum Dev Tools", "Ethereum Execution", "Ethereum Name Service", "Ethermon",