From 0daee1535693c396c32fdf03dec9ee6eceae8471 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 15 Feb 2020 09:07:44 -0800 Subject: [PATCH] Added cosmos-node-tester to Cosmos ecosystem --- 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 0931b57f..d617d0e1 100644 --- a/data/ecosystems/c/cosmos.toml +++ b/data/ecosystems/c/cosmos.toml @@ -202,6 +202,9 @@ url = "https://github.com/luniehq/cosmos-keys" [[repo]] url = "https://github.com/luniehq/cosmos-ledger" +[[repo]] +url = "https://github.com/luniehq/cosmos-node-tester" + [[repo]] url = "https://github.com/luniehq/ledger-cosmos-js"