Skip to content

Commit

Permalink
testo to functionyard
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Mar 7, 2024
1 parent 00dbc92 commit 4b65ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/protocols/chain-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<ApiPromise> => {
const provider = new WsProvider(wsAddress);
const api = await ApiPromise.create({ types, provider }).catch((err) => {
Expand Down

0 comments on commit 4b65ea3

Please sign in to comment.