From d4bfe9917bb2f433f2bf19274b0ccb34b798925c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:01:29 -0800 Subject: [PATCH] Added HBTC Chain --- data/ecosystems/h/hbtc-chain.toml | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/ecosystems/h/hbtc-chain.toml diff --git a/data/ecosystems/h/hbtc-chain.toml b/data/ecosystems/h/hbtc-chain.toml new file mode 100644 index 00000000..55ad03a0 --- /dev/null +++ b/data/ecosystems/h/hbtc-chain.toml @@ -0,0 +1,40 @@ +# Ecosystem Level Information +title = "HBTC Chain" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/hbtc-chain"] + +# Repositories +[[repo]] +url = "https://github.com/hbtc-chain/bhchain" + +[[repo]] +url = "https://github.com/hbtc-chain/chainnode" + +[[repo]] +url = "https://github.com/hbtc-chain/dex" + +[[repo]] +url = "https://github.com/hbtc-chain/docs" + +[[repo]] +url = "https://github.com/hbtc-chain/gotron-sdk" + +[[repo]] +url = "https://github.com/hbtc-chain/iavl" + +[[repo]] +url = "https://github.com/hbtc-chain/tendermint" + +[[repo]] +url = "https://github.com/hbtc-chain/testnet" + +[[repo]] +url = "https://github.com/hbtc-chain/wallet-android" + +[[repo]] +url = "https://github.com/hbtc-chain/wallet-ios" + +[[repo]] +url = "https://github.com/hbtc-chain/wallet-web"