Skip to content

Commit

Permalink
feat: updated wallet core version with polygon fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed Jan 5, 2023
1 parent cb11d6c commit ad3d765
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.82.6",
"version": "0.82.7",
"private": true,
"author": "Liquality <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@liquality/ethereum-utils": "^1.13.12",
"@liquality/terra-networks": "^1.13.12",
"@liquality/types": "^1.13.12",
"@liquality/wallet-core": "4.1.0",
"@liquality/wallet-core": "4.2.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.82.6",
"version": "0.82.7",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3956,9 +3956,9 @@ __metadata:
languageName: node
linkType: hard

"@liquality/wallet-core@npm:4.1.0":
version: 4.1.0
resolution: "@liquality/wallet-core@npm:4.1.0"
"@liquality/wallet-core@npm:4.2.0":
version: 4.2.0
resolution: "@liquality/wallet-core@npm:4.2.0"
dependencies:
"@blobfishkate/sovryncontracts": 1.3.27
"@chainify/bitcoin": 2.2.0
Expand Down Expand Up @@ -4008,7 +4008,7 @@ __metadata:
urql: ^2.2.0
vue: ^2.6.11
vuex: ^3.1.3
checksum: d6271a016f2e6278cf38d95a407a8a662d3d9d7adf76ffc0e2318f0faf093b737f595ba836d6654477dd45678054b2243e4089996149f44b7844ded0ceae0ca0
checksum: 2afdd05c17bb48713c273cbccb1ed1db5b729991eb1f5d0fdecb194c38f83d94401849faaf34f7639003db83027e9b20c22b87ec3fd2a31e470ee2ab19193ec8
languageName: node
linkType: hard

Expand Down Expand Up @@ -18696,7 +18696,7 @@ __metadata:
"@liquality/ethereum-utils": ^1.13.12
"@liquality/terra-networks": ^1.13.12
"@liquality/types": ^1.13.12
"@liquality/wallet-core": 4.1.0
"@liquality/wallet-core": 4.2.0
"@terra-money/terra.js": ^3.1.6
"@testing-library/jest-dom": 5.16.5
"@testing-library/vue": ^5.8.2
Expand Down

0 comments on commit ad3d765

Please sign in to comment.