Skip to content

Commit

Permalink
fix: correct path for wallet client (#1225)
Browse files Browse the repository at this point in the history
Description
---

Fix package.json path for wallet daemon client
  • Loading branch information
sdbondi authored Dec 23, 2024
1 parent e3dbcd4 commit 0f0496a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions applications/tari_dan_wallet_web_ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion applications/tari_dan_wallet_web_ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"@tari-project/typescript-bindings": "file:../../bindings",
"@tari-project/wallet_jrpc_client": "file:../../clients/javascript/wallet_jrpc_client",
"@tari-project/wallet_jrpc_client": "file:../../clients/javascript/wallet_daemon_client",
"@walletconnect/core": "^2.13.3",
"@walletconnect/web3wallet": "^1.12.3",
"file-saver": "^2.0.5",
Expand Down

0 comments on commit 0f0496a

Please sign in to comment.