Skip to content

Commit 2ce9926

Browse files
authored
Merge pull request #979 from liquality/develop
Publishing version 0.83.0
2 parents 0ec77ac + 01a8285 commit 2ce9926

27 files changed

+303
-216
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VUE_APP_FIREBASE_APP_ID=
2121
VUE_APP_FIREBASE_MEASUREMENT_ID=
2222
VUE_APP_FIREBASE_DATABASE_URL=
2323
VUE_APP_MAX_ERROR_LOG_SIZE=100
24-
VUE_APP_REPORT_TARGETS=Sentry
24+
VUE_APP_REPORT_TARGETS=Sentry,Console
2525
VUE_APP_NPM_PACKAGE_VERSION=0_81_0
2626
VUE_APP_SENTRY_DSN=https://2c52b9d6e67741cf9d4eabe32369827a@o241807.ingest.sentry.io/5444900
2727

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.82.5",
3+
"version": "0.83.0",
44
"private": true,
55
"author": "Liquality <info@liquality.io>",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"@liquality/ethereum-utils": "^1.13.12",
3030
"@liquality/terra-networks": "^1.13.12",
3131
"@liquality/types": "^1.13.12",
32-
"@liquality/wallet-core": "4.1.0",
32+
"@liquality/wallet-core": "4.6.0",
3333
"@terra-money/terra.js": "^3.1.6",
3434
"@testing-library/vue": "^5.8.2",
3535
"amplitude-js": "8.18.2",

src/locales/cb/pages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"today": "karong adlawa",
156156
"time": "Time",
157157
"sent": "Gipadala",
158-
"txtNotFoundRetry": "The Transaction maybe is not ready, Please Retry."
158+
"txtNotFoundRetry": "The transaction was not found in the network. Please click the Retry button to check again."
159159
},
160160
"accounts": {
161161
"manageAccounts": "Manage Accounts",

src/locales/cb/whats_new.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[
2-
{
3-
"page": "1",
4-
"title": "What's New?",
5-
"content": [
6-
"Solana fees fix for swaps",
7-
"User friendly error messages improvements",
8-
"Solana NFTs fixes",
9-
"Activity filter fixes"
10-
]
11-
},
12-
{
13-
"page": "2",
14-
"title": "Did you know you can...",
15-
"content": [
16-
"Use LI.FI and deBridge with more than 100 different swap paths",
17-
"Use LI.FI and deBridge to swap between almost all EVM chains our wallet currently supports"
18-
]
19-
}
20-
]
2+
{
3+
"page": "1",
4+
"title": "What's New?",
5+
"content": [
6+
"Fixes for send NFT on Solana and Arbitrum",
7+
"Fix for Polygon's new minimum miner tip / priority fee",
8+
"Fix for Optimism chainId error"
9+
]
10+
},
11+
{
12+
"page": "2",
13+
"title": "Did you know you can...",
14+
"content": [
15+
"Derive more addresses for your wallet in each network using the new multi-account feature in the top-right hamburger button",
16+
"Set your preferred Custom RPC URL for EVM networks in Settings so your balances in that chain are checked using your Custom RPC"
17+
]
18+
}
19+
]

src/locales/en/pages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"today": "today",
156156
"time": "Time",
157157
"sent": "Sent",
158-
"txtNotFoundRetry": "The Transaction maybe is not ready, Please Retry."
158+
"txtNotFoundRetry": "The transaction was not found in the network. Please click the Retry button to check again."
159159
},
160160
"accounts": {
161161
"manageAccounts": "Manage Accounts",

src/locales/en/whats_new.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
"page": "1",
44
"title": "What's New?",
55
"content": [
6-
"Solana fees fix for swaps",
7-
"User friendly error messages improvements",
8-
"Solana NFTs fixes",
9-
"Activity filter fixes"
6+
"Fixes for send NFT on Solana and Arbitrum",
7+
"Fix for Polygon's new minimum miner tip / priority fee",
8+
"Fix for Optimism chainId error"
109
]
1110
},
1211
{
1312
"page": "2",
1413
"title": "Did you know you can...",
1514
"content": [
16-
"Use LI.FI and deBridge with more than 100 different swap paths",
17-
"Use LI.FI and deBridge to swap between almost all EVM chains our wallet currently supports"
15+
"Derive more addresses for your wallet in each network using the new multi-account feature in the top-right hamburger button",
16+
"Set your preferred Custom RPC URL for EVM networks in Settings so your balances in that chain are checked using your Custom RPC"
1817
]
1918
}
20-
]
19+
]

src/locales/es/pages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"today": "hoy",
156156
"time": "Fecha",
157157
"sent": "Enviado",
158-
"txtNotFoundRetry": "The Transaction maybe is not ready, Please Retry."
158+
"txtNotFoundRetry": "The transaction was not found in the network. Please click the Retry button to check again."
159159
},
160160
"accounts": {
161161
"manageAccounts": "Gestionar Cuentas",

src/locales/es/whats_new.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[
2-
{
3-
"page": "1",
4-
"title": "What's New?",
5-
"content": [
6-
"Solana fees fix for swaps",
7-
"User friendly error messages improvements",
8-
"Solana NFTs fixes",
9-
"Activity filter fixes"
10-
]
11-
},
12-
{
13-
"page": "2",
14-
"title": "Did you know you can...",
15-
"content": [
16-
"Use LI.FI and deBridge with more than 100 different swap paths",
17-
"Use LI.FI and deBridge to swap between almost all EVM chains our wallet currently supports"
18-
]
19-
}
20-
]
2+
{
3+
"page": "1",
4+
"title": "What's New?",
5+
"content": [
6+
"Fixes for send NFT on Solana and Arbitrum",
7+
"Fix for Polygon's new minimum miner tip / priority fee",
8+
"Fix for Optimism chainId error"
9+
]
10+
},
11+
{
12+
"page": "2",
13+
"title": "Did you know you can...",
14+
"content": [
15+
"Derive more addresses for your wallet in each network using the new multi-account feature in the top-right hamburger button",
16+
"Set your preferred Custom RPC URL for EVM networks in Settings so your balances in that chain are checked using your Custom RPC"
17+
]
18+
}
19+
]

src/locales/ph/pages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"today": "ngayon",
156156
"time": "Oras",
157157
"sent": "Ipinadala",
158-
"txtNotFoundRetry": "The Transaction maybe is not ready, Please Retry."
158+
"txtNotFoundRetry": "The transaction was not found in the network. Please click the Retry button to check again."
159159
},
160160
"accounts": {
161161
"manageAccounts": "Pamahalaan ang Mga Account",

src/locales/ph/whats_new.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[
2-
{
3-
"page": "1",
4-
"title": "What's New?",
5-
"content": [
6-
"Solana fees fix for swaps",
7-
"User friendly error messages improvements",
8-
"Solana NFTs fixes",
9-
"Activity filter fixes"
10-
]
11-
},
12-
{
13-
"page": "2",
14-
"title": "Did you know you can...",
15-
"content": [
16-
"Use LI.FI and deBridge with more than 100 different swap paths",
17-
"Use LI.FI and deBridge to swap between almost all EVM chains our wallet currently supports"
18-
]
19-
}
20-
]
2+
{
3+
"page": "1",
4+
"title": "What's New?",
5+
"content": [
6+
"Fixes for send NFT on Solana and Arbitrum",
7+
"Fix for Polygon's new minimum miner tip / priority fee",
8+
"Fix for Optimism chainId error"
9+
]
10+
},
11+
{
12+
"page": "2",
13+
"title": "Did you know you can...",
14+
"content": [
15+
"Derive more addresses for your wallet in each network using the new multi-account feature in the top-right hamburger button",
16+
"Set your preferred Custom RPC URL for EVM networks in Settings so your balances in that chain are checked using your Custom RPC"
17+
]
18+
}
19+
]

0 commit comments

Comments
 (0)