From 09dc5a71ff463e8df83e0ba7c45aa9ba66982f9c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:44:12 -0700 Subject: [PATCH] Added nym validator and mixnet repos. --- data/ecosystems/n/nym.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/ecosystems/n/nym.toml b/data/ecosystems/n/nym.toml index ab69012c..a57d29c4 100644 --- a/data/ecosystems/n/nym.toml +++ b/data/ecosystems/n/nym.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/nymtech"] # Repositories +[[repo]] +url = "https://github.com/nymtech/amcl" + [[repo]] url = "https://github.com/nymtech/docs" @@ -15,5 +18,14 @@ url = "https://github.com/nymtech/loopix-messaging" [[repo]] url = "https://github.com/nymtech/nym" +[[repo]] +url = "https://github.com/nymtech/nym-directory" + +[[repo]] +url = "https://github.com/nymtech/nym-mixnet" + +[[repo]] +url = "https://github.com/nymtech/nym-validator" + [[repo]] url = "https://github.com/nymtech/website"