mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-02 15:01:52 +00:00
improve config to test different environments easily
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import { Fluence } from '@fluencelabs/fluence';
|
||||
import { viaArr, viaOpt, viaStream, registerCustomId } from '../compiled/examples/via';
|
||||
import { relays } from '../config';
|
||||
import { config } from '../config';
|
||||
|
||||
const relays = config.relays
|
||||
|
||||
export async function viaCall(): Promise<string[][]> {
|
||||
const relayPeerId = Fluence.getPeer().getStatus().relayPeerId;
|
||||
|
Reference in New Issue
Block a user