From 38efe46035a6e7f30468ea117cd2156d80db9e40 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 21 Sep 2019 08:08:34 -0700 Subject: [PATCH] Added additional Cardano Repos. --- data/ecosystems/c/cardano.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/c/cardano.toml b/data/ecosystems/c/cardano.toml index 9c10aa28..b3648d9c 100644 --- a/data/ecosystems/c/cardano.toml +++ b/data/ecosystems/c/cardano.toml @@ -102,6 +102,9 @@ url = "https://github.com/input-output-hk/cardano-docs.iohk.io" [[repo]] url = "https://github.com/input-output-hk/cardano-explorer" +[[repo]] +url = "https://github.com/input-output-hk/cardano-explorer-app" + [[repo]] url = "https://github.com/input-output-hk/cardano-http-bridge" @@ -169,6 +172,9 @@ url = "https://github.com/input-output-hk/cbor-sets-spec" [[repo]] url = "https://github.com/input-output-hk/chain-libs" +[[repo]] +url = "https://github.com/input-output-hk/chain-wallet-libs" + [[repo]] url = "https://github.com/input-output-hk/ChimpHttpCallTester"