From b98f3b6a6b4ce9d2692128c9a03db7c108e6fa52 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 14 Feb 2021 03:06:34 -0500 Subject: [PATCH] fix address --- relay/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/index.js b/relay/index.js index a982e8f..7a42a7b 100644 --- a/relay/index.js +++ b/relay/index.js @@ -30,7 +30,7 @@ function connectNetwork(t = 1000) { const client = stp.connect({ identity, port: config.ports.relay, - ip: 'valnet.xyz' + ip: config.addresses.relay }); client.on('ready', () => { log.success('connectd!');