fix address
parent
6f42fbbbd9
commit
b98f3b6a6b
|
|
@ -30,7 +30,7 @@ function connectNetwork(t = 1000) {
|
||||||
const client = stp.connect({
|
const client = stp.connect({
|
||||||
identity,
|
identity,
|
||||||
port: config.ports.relay,
|
port: config.ports.relay,
|
||||||
ip: 'valnet.xyz'
|
ip: config.addresses.relay
|
||||||
});
|
});
|
||||||
client.on('ready', () => {
|
client.on('ready', () => {
|
||||||
log.success('connectd!');
|
log.success('connectd!');
|
||||||
|
|
|
||||||
Reference in New Issue