Skip to content

Commit

Permalink
Updates to lava rpc (#65)
Browse files Browse the repository at this point in the history
* update to lava rpc

* updates dist
  • Loading branch information
elliotBraem authored Mar 26, 2024
1 parent 5e6e791 commit 16e9f04
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gateway/dist/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script id="env-config" type="application/json">
%ENV_CONFIG%
</script>
<script defer src="/runtime.889ae5303d9abb9007ea.bundle.js"></script><script defer src="/main.7f0ff20e7d7e8e1539ec.bundle.js"></script></head>
<script defer src="/runtime.889ae5303d9abb9007ea.bundle.js"></script><script defer src="/main.29bb7d348cda1263cada.bundle.js"></script></head>

<body>
<noscript style="white-space: pre; font-family: monospace">
Expand Down
2 changes: 1 addition & 1 deletion gateway/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script id="env-config" type="application/json">
%ENV_CONFIG%
</script>
<script defer src="/runtime.889ae5303d9abb9007ea.bundle.js"></script><script defer src="/main.7f0ff20e7d7e8e1539ec.bundle.js"></script></head>
<script defer src="/runtime.889ae5303d9abb9007ea.bundle.js"></script><script defer src="/main.29bb7d348cda1263cada.bundle.js"></script></head>

<body>
<noscript style="white-space: pre; font-family: monospace">
Expand Down

Large diffs are not rendered by default.

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 16e9f04

Please sign in to comment.