Skip to content

Commit

Permalink
chore: upgrade btc wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
naturexie committed Feb 13, 2025
1 parent ad7acf8 commit de9d004
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"big.js": "^6.2.2",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"btc-wallet": "^0.5.0-beta",
"btc-wallet": "^0.5.9-beta",
"crypto-browserify": "3.12.0",
"dayjs": "1.11.10",
"decimal.js": "^10.4.1",
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@
resolved "https://registry.npmmirror.com/@near-js/types/-/types-0.3.1.tgz#35f2649f85881d72fc231a16142e1f0e3b0e8377"
integrity sha512-8qIA7ynAEAuVFNAQc0cqz2xRbfyJH3PaAG5J2MgPPhD18lu/tCGd6pzYg45hjhtiJJRFDRjh/FUWKS+ZiIIxUw==

"@near-js/[email protected]", "@near-js/[email protected]", "@near-js/[email protected]", "@near-js/[email protected]", "@near-js/[email protected]", "@near-js/utils@^0.0.5":
"@near-js/[email protected]", "@near-js/[email protected]", "@near-js/[email protected]", "@near-js/[email protected]", "@near-js/[email protected]", "@near-js/utils@^0.0.5", "@near-js/utils@^1.0.1":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@near-js/utils/-/utils-0.0.5.tgz#7c7f80140c039535b04ec48ed84b9681407ea57a"
integrity sha512-0YnPruP6xZc/scIAX7E3GrTrFMNAyB9bFZOoOdA60GPzHwTTfpXsdozZvsQN4LvfFuiCDN1OEhwx7EtJh43DRw==
Expand Down Expand Up @@ -6911,13 +6911,14 @@ [email protected]:
dependencies:
node-int64 "^0.4.0"

btc-wallet@^0.5.0-beta:
version "0.5.0-beta"
resolved "https://registry.yarnpkg.com/btc-wallet/-/btc-wallet-0.5.0-beta.tgz#78ad129ed1dd008b2a06ec5df8a66a9421c1b562"
integrity sha512-mxRjdMvDrC8gYZW5j24cVk4VHy5zGBZHY9OTNgUcNzTUSphkfG8EQmxsV4MSj8vWf5pruUW7DhP5a8cqAJvtUA==
btc-wallet@^0.5.9-beta:
version "0.5.9-beta"
resolved "https://registry.yarnpkg.com/btc-wallet/-/btc-wallet-0.5.9-beta.tgz#346e2908160a705f3fc43bb6e54e747940a6cf70"
integrity sha512-+MCvyQJbRqX5Jsj6lQUMz8FCbgC51ZGsF5LCsibrXCBB91I2uetvH4Ktxa1I01b4y9h3Tl3BqoOzYAGrRLfFbQ==
dependencies:
"@ethereumjs/util" "^9.0.1"
"@near-js/transactions" "^1.3.0"
"@near-js/utils" "^1.0.1"
"@near-wallet-selector/core" "^8.9.13"
"@particle-network/aa" "^1.5.0"
"@particle-network/chains" "*"
Expand Down Expand Up @@ -16082,4 +16083,4 @@ [email protected]:
zwitch@^2.0.0:
version "2.0.2"
resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.2.tgz"
integrity sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==
integrity sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==

0 comments on commit de9d004

Please sign in to comment.