Skip to content

Commit

Permalink
fix: fixed type mistmatch from chainify
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed May 2, 2023
1 parent 50ce990 commit a7bcf03
Show file tree
Hide file tree
Showing 9 changed files with 237 additions and 89 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.86.0",
"version": "0.87.0",
"private": true,
"author": "Liquality <[email protected]>",
"scripts": {
Expand All @@ -23,14 +23,14 @@
"devtools": "node_modules/.bin/vue-devtools"
},
"dependencies": {
"@chainify/hw-ledger": "2.4.0",
"@liquality/cryptoassets": "2.9.0",
"@liquality/error-parser": "2.2.8",
"@chainify/hw-ledger": "2.4.1",
"@liquality/cryptoassets": "2.10.0",
"@liquality/error-parser": "2.2.9",
"@liquality/ethereum-utils": "^1.13.12",
"@liquality/terra-networks": "^1.13.12",
"@liquality/types": "^1.13.12",
"@liquality/wallet-core": "4.23.0",
"@terra-money/terra.js": "^3.1.6",
"@liquality/wallet-core": "4.24.0",
"@terra-money/terra.js": "3.1.6",
"@testing-library/vue": "^5.8.2",
"amplitude-js": "8.18.2",
"bignumber.js": "9.1.1",
Expand All @@ -57,7 +57,7 @@
"qrcode": "1.5.0",
"qs": "6.10.3",
"setimmediate": "^1.0.5",
"socket.io-client": "4.5.2",
"socket.io-client": "4.6.1",
"svg-url-loader": "7.1.1",
"uuid": "^8.1.0",
"v-tooltip": "^2.0.3",
Expand Down
3 changes: 1 addition & 2 deletions src/locales/cb/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Now you can use Teleswap Swap Provider http://teleswap.xyz to wrap/unwrap and exchange services for BTC using a trustless light client bridge.",
"You can now use a Ledger device to interact with the Ethereum, Polygon, BSC, Arbitrum, Avalanche, Rootstock, and Bitcoin networks!"
"Fixes for Nft screen and node providers."
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/locales/en/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Now you can use Teleswap Swap Provider http://teleswap.xyz to wrap/unwrap and exchange services for BTC using a trustless light client bridge.",
"You can now use a Ledger device to interact with the Ethereum, Polygon, BSC, Arbitrum, Avalanche, Rootstock, and Bitcoin networks!"
"Fixes for Nft screen and node providers."
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/locales/es/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Now you can use Teleswap Swap Provider http://teleswap.xyz to wrap/unwrap and exchange services for BTC using a trustless light client bridge.",
"You can now use a Ledger device to interact with the Ethereum, Polygon, BSC, Arbitrum, Avalanche, Rootstock, and Bitcoin networks!"
"Fixes for Nft screen and node providers."
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/locales/ph/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Now you can use Teleswap Swap Provider http://teleswap.xyz to wrap/unwrap and exchange services for BTC using a trustless light client bridge.",
"You can now use a Ledger device to interact with the Ethereum, Polygon, BSC, Arbitrum, Avalanche, Rootstock, and Bitcoin networks!"
"Fixes for Nft screen and node providers."
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/locales/pt/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Now you can use Teleswap Swap Provider http://teleswap.xyz to wrap/unwrap and exchange services for BTC using a trustless light client bridge.",
"You can now use a Ledger device to interact with the Ethereum, Polygon, BSC, Arbitrum, Avalanche, Rootstock, and Bitcoin networks!"
"Fixes for Nft screen and node providers."
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/locales/zh/whats_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"page": "1",
"title": "What's New?",
"content": [
"Now you can use Teleswap Swap Provider http://teleswap.xyz to wrap/unwrap and exchange services for BTC using a trustless light client bridge.",
"You can now use a Ledger device to interact with the Ethereum, Polygon, BSC, Arbitrum, Avalanche, Rootstock, and Bitcoin networks!"
"Fixes for Nft screen and node providers."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.86.0",
"version": "0.87.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
Expand Down
Loading

0 comments on commit a7bcf03

Please sign in to comment.