From 967afa38fae8fb7b44a12f9801e7efbde68c253e Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 17 Dec 2019 16:32:08 -0800 Subject: [PATCH] Added Cosmos UI Code to Tendermint Ecosystem --- data/ecosystems/t/tendermint.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/t/tendermint.toml b/data/ecosystems/t/tendermint.toml index 72645de3..fa377ceb 100644 --- a/data/ecosystems/t/tendermint.toml +++ b/data/ecosystems/t/tendermint.toml @@ -33,6 +33,9 @@ url = "https://github.com/tendermint/clearchain" [[repo]] url = "https://github.com/tendermint/coding" +[[repo]] +url = "https://github.com/tendermint/cosmos-ui" + [[repo]] url = "https://github.com/tendermint/crypto"