From a4883426a267a97276e5a4e558d377b19ed72d1f Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 1 Jan 2020 20:26:46 -0800 Subject: [PATCH] Added nym-client and nym-mixnode repos to Nym --- 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 83c05782..0248903b 100644 --- a/data/ecosystems/n/nym.toml +++ b/data/ecosystems/n/nym.toml @@ -24,12 +24,21 @@ url = "https://github.com/nymtech/loopix-messaging" [[repo]] url = "https://github.com/nymtech/nym" +[[repo]] +url = "https://github.com/nymtech/nym-client" + [[repo]] url = "https://github.com/nymtech/nym-directory" [[repo]] url = "https://github.com/nymtech/nym-mixnet" +[[repo]] +url = "https://github.com/nymtech/nym-mixnode" + +[[repo]] +url = "https://github.com/nymtech/nym-sfw-provider" + [[repo]] url = "https://github.com/nymtech/nym-validator" @@ -39,5 +48,8 @@ url = "https://github.com/nymtech/nym-web-dashboard" [[repo]] url = "https://github.com/nymtech/qt-validator-client-demo" +[[repo]] +url = "https://github.com/nymtech/sphinx" + [[repo]] url = "https://github.com/nymtech/website"