From d41fbf3c32dee3fc412d2679c3acef8cdf69b8f1 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 12 Nov 2020 07:55:15 -0800 Subject: [PATCH] Added Vyper, Tenderly and Teller Protocol ecos --- data/ecosystems/t/teller-protocol.toml | 22 +++++ data/ecosystems/t/tenderly.toml | 109 +++++++++++++++++++++++++ data/ecosystems/v/vyper.toml | 52 ++++++++++++ 3 files changed, 183 insertions(+) create mode 100644 data/ecosystems/t/teller-protocol.toml create mode 100644 data/ecosystems/t/tenderly.toml create mode 100644 data/ecosystems/v/vyper.toml diff --git a/data/ecosystems/t/teller-protocol.toml b/data/ecosystems/t/teller-protocol.toml new file mode 100644 index 00000000..114316f0 --- /dev/null +++ b/data/ecosystems/t/teller-protocol.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Teller Protocol" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/teller-protocol"] + +# Repositories +[[repo]] +url = "https://github.com/teller-protocol/graph-node" + +[[repo]] +url = "https://github.com/teller-protocol/landing-page" + +[[repo]] +url = "https://github.com/teller-protocol/Risk-Profile-Algorithms" + +[[repo]] +url = "https://github.com/teller-protocol/subgraph" + +[[repo]] +url = "https://github.com/teller-protocol/teller-protocol-v1" diff --git a/data/ecosystems/t/tenderly.toml b/data/ecosystems/t/tenderly.toml new file mode 100644 index 00000000..6bb13e50 --- /dev/null +++ b/data/ecosystems/t/tenderly.toml @@ -0,0 +1,109 @@ +# Ecosystem Level Information +title = "Tenderly" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Tenderly"] + +# Repositories +[[repo]] +url = "https://github.com/Tenderly/buidler" + +[[repo]] +url = "https://github.com/Tenderly/ens" + +[[repo]] +url = "https://github.com/Tenderly/eth-sig-util" + +[[repo]] +url = "https://github.com/Tenderly/ethberlinzwei-maglev" + +[[repo]] +url = "https://github.com/Tenderly/ethereumjs-abi" + +[[repo]] +url = "https://github.com/Tenderly/ethereumjs-util" + +[[repo]] +url = "https://github.com/Tenderly/ethereumjs-vm" + +[[repo]] +url = "https://github.com/Tenderly/ethereumjs-wallet" + +[[repo]] +url = "https://github.com/Tenderly/ethparis-txflow" + +[[repo]] +url = "https://github.com/Tenderly/ethparis-zippo" + +[[repo]] +url = "https://github.com/Tenderly/ganache-cli" + +[[repo]] +url = "https://github.com/Tenderly/ganache-core" + +[[repo]] +url = "https://github.com/Tenderly/go-ethereum" + +[[repo]] +url = "https://github.com/Tenderly/hardhat-tenderly" + +[[repo]] +url = "https://github.com/Tenderly/homebrew-tenderly" + +[[repo]] +url = "https://github.com/Tenderly/manrope" + +[[repo]] +url = "https://github.com/Tenderly/merkle-patricia-tree" + +[[repo]] +url = "https://github.com/Tenderly/openzeppelin-sdk" + +[[repo]] +url = "https://github.com/Tenderly/ot-node" + +[[repo]] +url = "https://github.com/Tenderly/polygon-sdk" + +[[repo]] +url = "https://github.com/Tenderly/react-blockies" + +[[repo]] +url = "https://github.com/Tenderly/remix-ide" + +[[repo]] +url = "https://github.com/Tenderly/sendgrid-go" + +[[repo]] +url = "https://github.com/Tenderly/sol.tty" + +[[repo]] +url = "https://github.com/Tenderly/tenderly-cli" + +[[repo]] +url = "https://github.com/Tenderly/tenderly-dashboard" + +[[repo]] +url = "https://github.com/Tenderly/tenderly-docs" + +[[repo]] +url = "https://github.com/Tenderly/tenderly-examples" + +[[repo]] +url = "https://github.com/Tenderly/tenderly-remix-plugin" + +[[repo]] +url = "https://github.com/Tenderly/tenderly-trace" + +[[repo]] +url = "https://github.com/Tenderly/truffle" + +[[repo]] +url = "https://github.com/Tenderly/truffle-hdwallet-provider" + +[[repo]] +url = "https://github.com/Tenderly/web3.js" + +[[repo]] +url = "https://github.com/Tenderly/WebSocket-Node" diff --git a/data/ecosystems/v/vyper.toml b/data/ecosystems/v/vyper.toml new file mode 100644 index 00000000..942b663d --- /dev/null +++ b/data/ecosystems/v/vyper.toml @@ -0,0 +1,52 @@ +# Ecosystem Level Information +title = "Vyper" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/vyperlang"] + +# Repositories +[[repo]] +url = "https://github.com/vyperlang/atom-vyper" + +[[repo]] +url = "https://github.com/vyperlang/coq-vyper" + +[[repo]] +url = "https://github.com/vyperlang/k-vyper" + +[[repo]] +url = "https://github.com/vyperlang/language-vyper" + +[[repo]] +url = "https://github.com/vyperlang/pyodide" + +[[repo]] +url = "https://github.com/vyperlang/sublime-vyper" + +[[repo]] +url = "https://github.com/vyperlang/verified-vyper-contracts" + +[[repo]] +url = "https://github.com/vyperlang/vim-vyper" + +[[repo]] +url = "https://github.com/vyperlang/vscode-vyper" + +[[repo]] +url = "https://github.com/vyperlang/vvm" + +[[repo]] +url = "https://github.com/vyperlang/vyper" + +[[repo]] +url = "https://github.com/vyperlang/vyper-debug" + +[[repo]] +url = "https://github.com/vyperlang/vyper-in-browser" + +[[repo]] +url = "https://github.com/vyperlang/vyper-semantics" + +[[repo]] +url = "https://github.com/vyperlang/vyper-static-linux-build"