mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-26 19:51:48 +00:00
switch js sdk dep (#10)
This commit is contained in:
@ -2,5 +2,5 @@ import {FluenceClient} from "@fluencelabs/fluence";
|
||||
import {getTwoResults} from "../compiled/examples/foldJoin";
|
||||
|
||||
export async function foldJoinCall(client: FluenceClient): Promise<number[]> {
|
||||
return await getTwoResults(client, client.relayPeerId!)
|
||||
return await getTwoResults(client, client.relayPeerId!, {ttl: 10000})
|
||||
}
|
||||
|
Reference in New Issue
Block a user