From 024607252ffffc7d493080bae20bf4116f9043f1 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 19 Dec 2020 07:24:36 -0800 Subject: [PATCH] Added Cosmos registrar and registry --- data/ecosystems/c/cosmos.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/c/cosmos.toml b/data/ecosystems/c/cosmos.toml index 6c00aff8..3acb66cc 100644 --- a/data/ecosystems/c/cosmos.toml +++ b/data/ecosystems/c/cosmos.toml @@ -101,6 +101,9 @@ tags = ["Protocol"] [[repo]] url = "https://github.com/cosmos/cosmos-academy" +[[repo]] +url = "https://github.com/cosmos/cosmos-registrar" + [[repo]] url = "https://github.com/cosmos/cosmos-rust" @@ -218,6 +221,9 @@ url = "https://github.com/cosmos/peggy" [[repo]] url = "https://github.com/cosmos/peggy-original" +[[repo]] +url = "https://github.com/cosmos/registry" + [[repo]] url = "https://github.com/cosmos/relayer"