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 Oct 31, 2024
1 parent c50500e commit e1dacd5
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.1",
"btc-wallet": "^0.2.0",
"crypto-browserify": "3.12.0",
"decimal.js": "^10.4.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6820,10 +6820,10 @@ [email protected]:
dependencies:
node-int64 "^0.4.0"

btc-wallet@0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/btc-wallet/-/btc-wallet-0.1.1.tgz#6b87801bdde191fa9c302071e9245df15584db3e"
integrity sha512-wE4TEpt8VpFWJk1ZPV57iE0w6Mwgu+EZNz+efKk1Lpg0zDq6jUQju9FsOZReXBUiUPItBL6HKOiyF61hgKTM1Q==
btc-wallet@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/btc-wallet/-/btc-wallet-0.2.0.tgz#d5e9ff35f61f021c703bc72a325d7c4d43990cad"
integrity sha512-8L+TAhZfYsDJ5K0WENQwk1xEUr7iSEMj8QlYeWy2VMJugxD8fnQskB/8CdFSviIu0fqmGhYQ7mhdsmnznaE6CA==
dependencies:
"@ethereumjs/util" "^9.0.1"
"@near-js/transactions" "^1.3.0"
Expand Down

0 comments on commit e1dacd5

Please sign in to comment.