From 4569c6da2b890042aa765c8787898f4ee628e6ba Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:31:18 -0800 Subject: [PATCH] Added Hydro Protocol --- data/ecosystems/h/hydro-protocol.toml | 73 +++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 data/ecosystems/h/hydro-protocol.toml diff --git a/data/ecosystems/h/hydro-protocol.toml b/data/ecosystems/h/hydro-protocol.toml new file mode 100644 index 00000000..3450ab8c --- /dev/null +++ b/data/ecosystems/h/hydro-protocol.toml @@ -0,0 +1,73 @@ +# Ecosystem Level Information +title = "Hydro Protocol" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/HydroProtocol"] + +# Repositories +[[repo]] +url = "https://github.com/HydroProtocol/amm-bots" + +[[repo]] +url = "https://github.com/HydroProtocol/audit-reports" + +[[repo]] +url = "https://github.com/HydroProtocol/contract-interactions" + +[[repo]] +url = "https://github.com/HydroProtocol/ethereum-jsonrpc-gateway" + +[[repo]] +url = "https://github.com/HydroProtocol/ethereum-test-node" + +[[repo]] +url = "https://github.com/HydroProtocol/ethereum-tx-sender" + +[[repo]] +url = "https://github.com/HydroProtocol/ethereum-watcher" + +[[repo]] +url = "https://github.com/HydroProtocol/example-maker" + +[[repo]] +url = "https://github.com/HydroProtocol/example-orderbook" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-augur-scaffold" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-client-js" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-scaffold-dex" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-sdk" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-sdk-backend" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-sdk-charts" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-sdk-wallets" + +[[repo]] +url = "https://github.com/HydroProtocol/hydro-sdk-web" + +[[repo]] +url = "https://github.com/HydroProtocol/liquidation_bot" + +[[repo]] +url = "https://github.com/HydroProtocol/protocol" + +[[repo]] +url = "https://github.com/HydroProtocol/protocol-tron" + +[[repo]] +url = "https://github.com/HydroProtocol/swap-contract" + +[[repo]] +url = "https://github.com/HydroProtocol/swap-sdk"