Skip to content

Commit 83832f7

Browse files
committed
fix: fixed near rpc network settings
1 parent a7bcf03 commit 83832f7

File tree

3 files changed

+404
-296
lines changed

3 files changed

+404
-296
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.87.0",
3+
"version": "0.87.1",
44
"private": true,
55
"author": "Liquality <info@liquality.io>",
66
"scripts": {
@@ -24,12 +24,12 @@
2424
},
2525
"dependencies": {
2626
"@chainify/hw-ledger": "2.4.1",
27-
"@liquality/cryptoassets": "2.10.0",
28-
"@liquality/error-parser": "2.2.9",
27+
"@liquality/cryptoassets": "2.11.0",
28+
"@liquality/error-parser": "2.2.10",
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.24.0",
32+
"@liquality/wallet-core": "4.25.0",
3333
"@terra-money/terra.js": "3.1.6",
3434
"@testing-library/vue": "^5.8.2",
3535
"amplitude-js": "8.18.2",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.87.0",
3+
"version": "0.87.1",
44
"name": "__MSG_appName__",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",

0 commit comments

Comments
 (0)