From 2e02161c347d0d5e8806704f5bdc776553ef5700 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 26 Oct 2019 09:59:59 -0700 Subject: [PATCH] Added cosmos sdk tutorials --- data/ecosystems/c/cosmos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/c/cosmos.toml b/data/ecosystems/c/cosmos.toml index 2a18cc16..ad2cbff6 100644 --- a/data/ecosystems/c/cosmos.toml +++ b/data/ecosystems/c/cosmos.toml @@ -130,6 +130,9 @@ url = "https://github.com/cosmos/research" [[repo]] url = "https://github.com/cosmos/sdk-application-tutorial" +[[repo]] +url = "https://github.com/cosmos/sdk-tutorials" + [[repo]] url = "https://github.com/cosmos/telegram-moderator-bot"