mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-02 18:31:53 +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 { doStuff, registerTestS } from '../compiled/examples/complex';
|
||||
|
||||
export async function complexCall() {
|
||||
const relayPeerId = FluencePeer.default.connectionInfo.connectedRelay;
|
||||
const selfPeerId = FluencePeer.default.connectionInfo.selfPeerId;
|
||||
const relayPeerId = Fluence.getPeer().getStatus().relayPeerId;
|
||||
const selfPeerId = Fluence.getPeer().getStatus().peerId;
|
||||
|
||||
registerTestS({
|
||||
t: (arg0) => {
|
||||
|
Reference in New Issue
Block a user