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!');