From 14e5d9210478aa7254297912e7f8ec6f0bc18906 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 17 Oct 2020 15:27:59 -0700 Subject: [PATCH] Added Interlay ecosystem --- data/ecosystems/i/interlay.toml | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 data/ecosystems/i/interlay.toml diff --git a/data/ecosystems/i/interlay.toml b/data/ecosystems/i/interlay.toml new file mode 100644 index 00000000..03346d46 --- /dev/null +++ b/data/ecosystems/i/interlay.toml @@ -0,0 +1,49 @@ +# Ecosystem Level Information +title = "Interlay" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/interlay"] + +# Repositories +[[repo]] +url = "https://github.com/interlay/bitcoin-spv" + +[[repo]] +url = "https://github.com/interlay/BTC-Parachain" + +[[repo]] +url = "https://github.com/interlay/BTC-Parachain-Spec" + +[[repo]] +url = "https://github.com/interlay/BTC-Relay-Solidity" + +[[repo]] +url = "https://github.com/interlay/compressed-inclusion-proofs" + +[[repo]] +url = "https://github.com/interlay/esplora-btc-api" + +[[repo]] +url = "https://github.com/interlay/interlay.github.io" + +[[repo]] +url = "https://github.com/interlay/metamask-snap-bitcoin" + +[[repo]] +url = "https://github.com/interlay/polkabtc-js" + +[[repo]] +url = "https://github.com/interlay/polkabtc.io" + +[[repo]] +url = "https://github.com/interlay/substrate-front-end-template" + +[[repo]] +url = "https://github.com/interlay/xopts" + +[[repo]] +url = "https://github.com/interlay/xopts-subgraph" + +[[repo]] +url = "https://github.com/interlay/xopts-ui"