Skip to content

Commit

Permalink
upgrade btc wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
naturexie committed Nov 25, 2024
1 parent 0efe5d6 commit b8864e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"babel-loader": "^9.1.3",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"btc-wallet": "^0.2.5",
"btc-wallet": "^0.3.2",
"crypto-browserify": "3.12.0",
"decimal.js": "^10.4.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6521,6 +6521,11 @@ bech32@=2.0.0:
resolved "https://registry.yarnpkg.com/bech32/-/bech32-2.0.0.tgz#078d3686535075c8c79709f054b1b226a133b355"
integrity sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg==

big.js@^6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-6.2.2.tgz#be3bb9ac834558b53b099deef2a1d06ac6368e1a"
integrity sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==

bigint-buffer@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/bigint-buffer/-/bigint-buffer-1.1.5.tgz#d038f31c8e4534c1f8d0015209bf34b4fa6dd442"
Expand Down Expand Up @@ -6820,17 +6825,18 @@ [email protected]:
dependencies:
node-int64 "^0.4.0"

btc-wallet@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/btc-wallet/-/btc-wallet-0.2.5.tgz#1ae3b21ae7f442adc499bc1c18e4cc52c9a9976c"
integrity sha512-qpaX86rPIv/cK6Asi/DA7vWTq16pvpDQ4iz/02SOeKvzlV5CXL01ZeNrOJeQl+7v5Ho00lS4GSlXBnZcITAhuw==
btc-wallet@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/btc-wallet/-/btc-wallet-0.3.2.tgz#811f3cc5ee7b24e54261a765ee2fd7d96d311439"
integrity sha512-/2PPL0eS1H0Xjw0FrlMhtJ87sZOs/Ql8lP2MEGW1XSafMl3+zo4iELj0dp/uAyxqDmQ7tI4IrofTgQAL5vi/PA==
dependencies:
"@ethereumjs/util" "^9.0.1"
"@near-js/transactions" "^1.3.0"
"@near-wallet-selector/core" "^8.9.13"
"@particle-network/aa" "^1.5.0"
"@particle-network/chains" "*"
"@particle-network/wallet" "^1.4.6"
big.js "^6.2.2"
bitcore-lib "^10.0.23"
bs58 "^6.0.0"
near-api-js "^5.0.0"
Expand Down

0 comments on commit b8864e2

Please sign in to comment.