Skip to content

Commit f592be1

Browse files
committed
chore: updated wallet core version
1 parent 1aa433f commit f592be1

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@liquality/ethereum-utils": "^1.13.12",
2727
"@liquality/terra-networks": "^1.13.12",
2828
"@liquality/types": "^1.13.12",
29-
"@liquality/wallet-core": "2.0.1-next.2",
29+
"@liquality/wallet-core": "3.0.0",
3030
"@terra-money/terra.js": "^3.1.6",
3131
"@testing-library/vue": "^5.8.2",
3232
"amplitude-js": "8.18.2",

yarn.lock

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3763,6 +3763,21 @@ __metadata:
37633763
languageName: node
37643764
linkType: hard
37653765

3766+
"@liquality/cryptoassets@npm:2.1.0":
3767+
version: 2.1.0
3768+
resolution: "@liquality/cryptoassets@npm:2.1.0"
3769+
dependencies:
3770+
"@ethersproject/address": 5.7.0
3771+
"@types/bs58": 4.0.1
3772+
bignumber.js: ^9.0.2
3773+
bitcoin-address-validation: 2.2.1
3774+
bs58: 4.0.1
3775+
ethereumjs-util: 7.1.5
3776+
lodash: 4.17.21
3777+
checksum: 014a3f0bca593c809b8ac67121347dd945144eafd063baa67d33432d37cb0f2ab4600413646692e058c346968a9551d1d362c437fc33a7140d1151f0922bf3a6
3778+
languageName: node
3779+
linkType: hard
3780+
37663781
"@liquality/cryptoassets@npm:2.1.0-next.2":
37673782
version: 2.1.0-next.2
37683783
resolution: "@liquality/cryptoassets@npm:2.1.0-next.2"
@@ -3793,6 +3808,18 @@ __metadata:
37933808
languageName: node
37943809
linkType: hard
37953810

3811+
"@liquality/error-parser@npm:2.0.1":
3812+
version: 2.0.1
3813+
resolution: "@liquality/error-parser@npm:2.0.1"
3814+
dependencies:
3815+
"@chainify/client": ^1.2.33
3816+
"@chainify/errors": ^1.2.33
3817+
"@liquality/cryptoassets": 2.1.0
3818+
randombytes: ^2.1.0
3819+
checksum: d154225b9c7b8ff4aced1a6552956e453c8206c0a3714566051189a20cbb4e8d2002181ef31bc1099f8db55ed405af51481c57fa4eab8295a576526f52fa6907
3820+
languageName: node
3821+
linkType: hard
3822+
37963823
"@liquality/error-parser@npm:2.0.1-next.2":
37973824
version: 2.0.1-next.2
37983825
resolution: "@liquality/error-parser@npm:2.0.1-next.2"
@@ -3884,9 +3911,9 @@ __metadata:
38843911
languageName: node
38853912
linkType: hard
38863913

3887-
"@liquality/wallet-core@npm:2.0.1-next.2":
3888-
version: 2.0.1-next.2
3889-
resolution: "@liquality/wallet-core@npm:2.0.1-next.2"
3914+
"@liquality/wallet-core@npm:3.0.0":
3915+
version: 3.0.0
3916+
resolution: "@liquality/wallet-core@npm:3.0.0"
38903917
dependencies:
38913918
"@blobfishkate/sovryncontracts": 1.3.27
38923919
"@chainify/bitcoin": 1.2.33
@@ -3909,8 +3936,8 @@ __metadata:
39093936
"@ethersproject/transactions": 5.7.0
39103937
"@hop-protocol/sdk": 0.0.1-beta.314
39113938
"@lifi/sdk": 1.0.2
3912-
"@liquality/cryptoassets": 2.1.0-next.2
3913-
"@liquality/error-parser": 2.0.1-next.2
3939+
"@liquality/cryptoassets": 2.1.0
3940+
"@liquality/error-parser": 2.0.1
39143941
"@metamask/eth-sig-util": ^4.0.1
39153942
"@terra-money/terra.js": 3.1.3
39163943
"@thorchain/asgardex-util": ^0.10.0
@@ -3936,7 +3963,7 @@ __metadata:
39363963
urql: ^2.2.0
39373964
vue: ^2.6.11
39383965
vuex: ^3.1.3
3939-
checksum: 55a544811fad3087724b62a537b79671a5f4f8b0af39fe71bc7b619a8410811b94196ed7016a865d564c1923acaf23fb6a4866971dad44c5e61b60268bf4f082
3966+
checksum: 7006e3e2e3797235433cf82620a342943ee6e45ed8f95d46c2d40f7f807000d55a25e4cef40eb53b3cd41bc4920cc11174edc9c2c5263c7a9bbde80027bc1867
39403967
languageName: node
39413968
linkType: hard
39423969

@@ -18347,7 +18374,7 @@ __metadata:
1834718374
"@liquality/ethereum-utils": ^1.13.12
1834818375
"@liquality/terra-networks": ^1.13.12
1834918376
"@liquality/types": ^1.13.12
18350-
"@liquality/wallet-core": 2.0.1-next.2
18377+
"@liquality/wallet-core": 3.0.0
1835118378
"@terra-money/terra.js": ^3.1.6
1835218379
"@testing-library/jest-dom": 5.16.5
1835318380
"@testing-library/vue": ^5.8.2

0 commit comments

Comments
 (0)