Skip to content

Commit

Permalink
update to lava rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 26, 2024
1 parent 5e6e791 commit 0c20075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions gateway/src/useAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function useAuth() {
},
config: {
defaultFinality: undefined,
nodeUrl: "https://near.lava.build",
},
});
}, [initNear]);
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "bos-workspace",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "",
"bin": {
"bos-workspace": "./bin/bw.js",
"bw": "./bin/bw.js"
},
"scripts": {
"build": "tsc && tsc-alias",
"build:gateway": "cd ./gateway && npm install && npm run build",
"dev": "watch 'npm run build' lib",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build:gateway"
},
"files": [
"dist",
Expand Down

0 comments on commit 0c20075

Please sign in to comment.