From 4b65ea3e864a9d2232b9078003be3455cbe969ba Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Thu, 7 Mar 2024 15:37:43 -0500 Subject: [PATCH] testo to functionyard --- package.json | 2 +- src/protocols/chain-api.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1043d0..1abfe78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.53.0", + "version": "1.53.1", "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/src/protocols/chain-api.ts b/src/protocols/chain-api.ts index 7319a78..7e446a2 100644 --- a/src/protocols/chain-api.ts +++ b/src/protocols/chain-api.ts @@ -10,7 +10,7 @@ const types = { }; export const init = async ( - wsAddress: string = 'wss://node3.test.fula.network' + wsAddress: string = 'wss://node3.functionyard.fula.network' ): Promise => { const provider = new WsProvider(wsAddress); const api = await ApiPromise.create({ types, provider }).catch((err) => {