From 3a0f5236b892f8105b0f47ee40e9a263d37cf611 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 12 Nov 2020 07:54:58 -0800 Subject: [PATCH] Added bZx protocol ecosystem --- data/ecosystems/b/bzx-protocol.toml | 61 +++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 data/ecosystems/b/bzx-protocol.toml diff --git a/data/ecosystems/b/bzx-protocol.toml b/data/ecosystems/b/bzx-protocol.toml new file mode 100644 index 00000000..f7ce6528 --- /dev/null +++ b/data/ecosystems/b/bzx-protocol.toml @@ -0,0 +1,61 @@ +# Ecosystem Level Information +title = "bZx Protocol" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/bZxNetwork"] + +# Repositories +[[repo]] +url = "https://github.com/bZxNetwork/alchemy-web3" + +[[repo]] +url = "https://github.com/bZxNetwork/assets" + +[[repo]] +url = "https://github.com/bZxNetwork/Bounties" + +[[repo]] +url = "https://github.com/bZxNetwork/bounty_hunters" + +[[repo]] +url = "https://github.com/bZxNetwork/bzips" + +[[repo]] +url = "https://github.com/bZxNetwork/bZx-monorepo" + +[[repo]] +url = "https://github.com/bZxNetwork/bZx.js" + +[[repo]] +url = "https://github.com/bZxNetwork/bzx.network_website" + +[[repo]] +url = "https://github.com/bZxNetwork/bZxMEW" + +[[repo]] +url = "https://github.com/bZxNetwork/contractsV2" + +[[repo]] +url = "https://github.com/bZxNetwork/docs" + +[[repo]] +url = "https://github.com/bZxNetwork/flashloan-sample" + +[[repo]] +url = "https://github.com/bZxNetwork/fulcrum_ui" + +[[repo]] +url = "https://github.com/bZxNetwork/portal" + +[[repo]] +url = "https://github.com/bZxNetwork/protocol_contracts" + +[[repo]] +url = "https://github.com/bZxNetwork/snapshot-spaces" + +[[repo]] +url = "https://github.com/bZxNetwork/truffle-privatekey-provider" + +[[repo]] +url = "https://github.com/bZxNetwork/veil-contracts"