mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-02 10:01:46 +00:00
Update the compiler and JS SDK version to support udpate public JS API (#13)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { FluencePeer } from '@fluencelabs/fluence';
|
||||
import { Fluence } from '@fluencelabs/fluence';
|
||||
import { krasnodar } from '@fluencelabs/fluence-network-environment';
|
||||
import { viaArr, viaOpt, viaStream, registerCustomId } from '../compiled/examples/via';
|
||||
|
||||
export async function viaCall(): Promise<string[][]> {
|
||||
const relayPeerId = FluencePeer.default.connectionInfo.connectedRelay;
|
||||
const relayPeerId = Fluence.getPeer().getStatus().relayPeerId;
|
||||
|
||||
registerCustomId({
|
||||
id: (args0) => {
|
||||
|
Reference in New Issue
Block a user