From 9e1353449eb90fe26073f095883fc8adc17343aa Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 18 Nov 2020 23:42:56 -0800 Subject: [PATCH] Added Sifchain ecosystem --- data/ecosystems/s/sifchain.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/ecosystems/s/sifchain.toml diff --git a/data/ecosystems/s/sifchain.toml b/data/ecosystems/s/sifchain.toml new file mode 100644 index 00000000..71aeee2f --- /dev/null +++ b/data/ecosystems/s/sifchain.toml @@ -0,0 +1,25 @@ +# Ecosystem Level Information +title = "Sifchain" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Sifchain"] + +# Repositories +[[repo]] +url = "https://github.com/Sifchain/big-dipper" + +[[repo]] +url = "https://github.com/Sifchain/cosmos-sdk" + +[[repo]] +url = "https://github.com/Sifchain/networks" + +[[repo]] +url = "https://github.com/Sifchain/relayer" + +[[repo]] +url = "https://github.com/Sifchain/sifnode" + +[[repo]] +url = "https://github.com/Sifchain/stargate"