From d0619694e35befe421756deb416a9b7409b4c056 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 8 Oct 2019 10:39:41 -0700 Subject: [PATCH] Nano Standalone PoW Server --- data/ecosystems/n/nano.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/n/nano.toml b/data/ecosystems/n/nano.toml index ef38accf..0d703bf5 100644 --- a/data/ecosystems/n/nano.toml +++ b/data/ecosystems/n/nano.toml @@ -274,6 +274,9 @@ tags = ["Protocol"] [[repo]] url = "https://github.com/nanocurrency/nano-pow" +[[repo]] +url = "https://github.com/nanocurrency/nano-pow-server" + [[repo]] url = "https://github.com/nanocurrency/nano-vanity"