Skip to content

Commit

Permalink
feat(wallet): serve legacy wallet from solo HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Oct 26, 2022
1 parent ff0b940 commit 4008b1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"author": "Agoric",
"agoric-wallet": {
"htmlBasedir": "./ui/build",
"htmlBasedir": "./node_modules/@agoric/wallet-ui/build",
"deploy": [
"./api/deploy.js"
]
Expand All @@ -19,6 +19,7 @@
"build": "exit 0"
},
"dependencies": {
"@agoric/wallet-ui": "0.1.3-solo.0",
"agoric": "^0.18.2",
"babel-eslint": "^10.0.3",
"eslint-plugin-eslint-comments": "^3.1.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
resolved "https://registry.yarnpkg.com/@agoric/nat/-/nat-4.1.0.tgz#102794e033ffc183a20b0f86031a2e76d204b9f6"
integrity sha512-2oMoh3DMn0Fx8HChPPiH8irBNdT/33ttxAZJohhd3nU3gyBRQ1u+eEoOQWfSkrE6M02iMkQM7GE9MzGmjQ6bHg==

"@agoric/wallet-ui@0.1.3-solo.0":
version "0.1.3-solo.0"
resolved "https://registry.yarnpkg.com/@agoric/wallet-ui/-/wallet-ui-0.1.3-solo.0.tgz#5f05c3dd2820d4f1efcbccbd2dc1292847ecbd2b"
integrity sha512-NbhCrTH9u2af+6ituM99M8Mo10VOP1nQRTZoYEXW+esBwJId/7cRniMmAC7qmkbXs8POA31S8EQ5gAhkWq08WA==

"@ampproject/remapping@^2.1.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
Expand Down

0 comments on commit 4008b1c

Please # to comment.