fix address
parent
6f42fbbbd9
commit
b98f3b6a6b
|
|
@ -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!');
|
||||
|
|
|
|||
Reference in New Issue