Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Upgrade xchain-btc + bump 0.3.3 (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
veado authored Jun 10, 2021
1 parent 3dcfcc5 commit 3b5e723
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.3 (2021-06-10)

## Fix

- Update to latest `xchain-bitcoin` to fix BTC balances [#1537](https://github.com/thorchain/asgardex-electron/pull/1537)

# 0.3.2 (2021-06-10)

## Fix
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asgardex",
"productName": "ASGARDEX",
"version": "0.3.2",
"version": "0.3.3",
"description": "WALLET AND EXCHANGE CLIENT FOR THORCHAIN",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"@thorchain/asgardex-util": "^0.9.1",
"@types/electron-devtools-installer": "^2.2.0",
"@xchainjs/xchain-binance": "^5.2.1",
"@xchainjs/xchain-bitcoin": "^0.15.6",
"@xchainjs/xchain-bitcoin": "^0.15.7",
"@xchainjs/xchain-bitcoincash": "^0.11.5",
"@xchainjs/xchain-client": "^0.9.3",
"@xchainjs/xchain-cosmos": "^0.13.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4241,10 +4241,10 @@
resolved "https://registry.yarnpkg.com/@xchainjs/xchain-binance/-/xchain-binance-5.2.1.tgz#8d495757aff154ef3b68ef424d4500f5bfb8dff7"
integrity sha512-B1th9SHm9C+KaQ+kxg2Nu4KLbjMLq2ZWefOr0WBF1DAiGawJVsx9o8NWOzGXTtGvzw8Pww4nuGUd/mmVUoHg8g==

"@xchainjs/xchain-bitcoin@^0.15.6":
version "0.15.6"
resolved "https://registry.yarnpkg.com/@xchainjs/xchain-bitcoin/-/xchain-bitcoin-0.15.6.tgz#bbbca1e99ebbaa2b34760223c54f7fd325acd7e8"
integrity sha512-siUFjtdOIBiFLZXJurRGPPl4XoCfYRhU+kCIMQMddx90T9za/r/Jd25izkajCNajQKF3BDlpy4y1CxL41FkwSw==
"@xchainjs/xchain-bitcoin@^0.15.7":
version "0.15.7"
resolved "https://registry.yarnpkg.com/@xchainjs/xchain-bitcoin/-/xchain-bitcoin-0.15.7.tgz#559cb08f0bbfea88a037c8b0d598297c85ea39f9"
integrity sha512-gQxelvPaG/xzBGFHXdSmGKabHqh6BpCRI9850lYEnSpffphIYSNtB0Xk5o3a6yJkC0B6FxVzKIA5onsBZP2pKQ==

"@xchainjs/xchain-bitcoincash@^0.11.5":
version "0.11.5"
Expand Down

0 comments on commit 3b5e723

Please sign in to comment.