From b461902172be5b9da2d4c7b5365b8d0290aa8a55 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 17 Aug 2020 22:15:15 -0700 Subject: [PATCH] Added Kusama ecosystem repos --- data/ecosystems/k/kusama.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/ecosystems/k/kusama.toml diff --git a/data/ecosystems/k/kusama.toml b/data/ecosystems/k/kusama.toml new file mode 100644 index 00000000..e42a1a23 --- /dev/null +++ b/data/ecosystems/k/kusama.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Kusama" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/kusamanetwork"] + +# Repositories +[[repo]] +url = "https://github.com/kusamanetwork/faucet" + +[[repo]] +url = "https://github.com/kusamanetwork/KGPs" + +[[repo]] +url = "https://github.com/kusamanetwork/KSM-dapp" + +[[repo]] +url = "https://github.com/kusamanetwork/kusama.network" + +[[repo]] +url = "https://github.com/kusamanetwork/userguide"