From 30492bfea025eb388b73e7d02961779353ef94a1 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 25 Mar 2020 15:56:30 -0700 Subject: [PATCH] Added more Keep network repos (common, core, sortition pools and ecdsa) --- data/ecosystems/k/keep-network.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/ecosystems/k/keep-network.toml b/data/ecosystems/k/keep-network.toml index d93fbe44..c67c3e5b 100644 --- a/data/ecosystems/k/keep-network.toml +++ b/data/ecosystems/k/keep-network.toml @@ -96,6 +96,15 @@ url = "https://github.com/keep-network/gobcy" [[repo]] url = "https://github.com/keep-network/js-libp2p-gossip-discovery" +[[repo]] +url = "https://github.com/keep-network/keep-common" + +[[repo]] +url = "https://github.com/keep-network/keep-core" + +[[repo]] +url = "https://github.com/keep-network/keep-ecdsa" + [[repo]] url = "https://github.com/keep-network/kyber" @@ -165,6 +174,9 @@ url = "https://github.com/keep-network/solidity-flattener" [[repo]] url = "https://github.com/keep-network/solium-config-keep" +[[repo]] +url = "https://github.com/keep-network/sortition-pools" + [[repo]] url = "https://github.com/keep-network/SPDZ-2"