Skip to content

Commit

Permalink
configures testnet rpc (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Apr 10, 2024
1 parent f120589 commit 57626af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/src/useAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function useAuth() {
},
config: {
defaultFinality: undefined,
nodeUrl: "https://near.lava.build",
nodeUrl: NetworkId === "mainnet" ? "https://near.lava.build" : "near-testnet.lava.build",
},
});
}, [initNear]);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bos-workspace",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "",
"bin": {
"bos-workspace": "./bin/bw.js",
Expand Down

0 comments on commit 57626af

Please sign in to comment.