mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-02 21:11:47 +00:00
increate timeout
This commit is contained in:
@ -5,9 +5,7 @@ import { config } from '../config';
|
|||||||
const relays = config.relays
|
const relays = config.relays
|
||||||
|
|
||||||
export async function viaArrCall(): Promise<string[]> {
|
export async function viaArrCall(): Promise<string[]> {
|
||||||
const relayPeerId = Fluence.getPeer().getStatus().relayPeerId;
|
let res = await viaArr(relays[4].peerId, [relays[2].peerId, relays[1].peerId], {ttl: 10000});
|
||||||
|
|
||||||
let res = await viaArr(relays[4].peerId, [relays[2].peerId, relays[1].peerId]);
|
|
||||||
|
|
||||||
return res.external_addresses;
|
return res.external_addresses;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user