Skip to content

Commit

Permalink
fix: fixed near rpc network settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed May 4, 2023
1 parent a7bcf03 commit 83832f7
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 296 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.87.0",
"version": "0.87.1",
"private": true,
"author": "Liquality <info@liquality.io>",
"scripts": {
Expand All @@ -24,12 +24,12 @@
},
"dependencies": {
"@chainify/hw-ledger": "2.4.1",
"@liquality/cryptoassets": "2.10.0",
"@liquality/error-parser": "2.2.9",
"@liquality/cryptoassets": "2.11.0",
"@liquality/error-parser": "2.2.10",
"@liquality/ethereum-utils": "^1.13.12",
"@liquality/terra-networks": "^1.13.12",
"@liquality/types": "^1.13.12",
"@liquality/wallet-core": "4.24.0",
"@liquality/wallet-core": "4.25.0",
"@terra-money/terra.js": "3.1.6",
"@testing-library/vue": "^5.8.2",
"amplitude-js": "8.18.2",
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.87.0",
"version": "0.87.1",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
Expand Down
Loading

0 comments on commit 83832f7

Please sign in to comment.