From d2f4a9a579cb1d6ff992657fd89fe7b476921fe8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Nov 2024 19:42:03 +0000 Subject: [PATCH 1/3] "UPGRADE: Upgrading 2 package(s)\n\nPackages:\n @galacticcouncil/sdk@4.5.1-pr91-51ab245\n @galacticcouncil/xcm-cfg@5.4.2-pr91-51ab245" --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 140bfffd0..e6f271b6f 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ "@galacticcouncil/math-stableswap": "^1.0.0", "@galacticcouncil/math-staking": "^1.0.0", "@galacticcouncil/math-xyk": "^1.0.0", - "@galacticcouncil/sdk": "^4.5.0", + "@galacticcouncil/sdk": "4.5.1-pr91-51ab245", "@galacticcouncil/ui": "^5.2.3", - "@galacticcouncil/xcm-cfg": "5.4.2-pr90-84ef243", + "@galacticcouncil/xcm-cfg": "5.4.2-pr91-51ab245", "@galacticcouncil/xcm-core": "^5.3.0", "@galacticcouncil/xcm-sdk": "^6.3.0", "@hookform/resolvers": "^3.3.4", diff --git a/yarn.lock b/yarn.lock index 49581e290..6f4e9ac91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2251,10 +2251,10 @@ resolved "https://registry.yarnpkg.com/@galacticcouncil/math-xyk/-/math-xyk-1.0.0.tgz#eeb6f3693587c96131647a24af31536cab423d96" integrity sha512-n44M7jKes5Rxr4RQZ5W7kscTfoO4xwhW3VL/VyaEP1KEHMavlICpDNOlCwO/k6RTr+UXU8cHLJZdBzGFa2soJA== -"@galacticcouncil/sdk@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@galacticcouncil/sdk/-/sdk-4.5.0.tgz#31c99e5fa2ca19f7275df977ac353214a7198378" - integrity sha512-Pul0MFJqRLzeiUuHDX8a/7AYnTML4w/7DwRPBWbwYGfuFZZuKSzHH724Zl0YJvLHFIigpPyLaPe9pRDDYTGUMg== +"@galacticcouncil/sdk@4.5.1-pr91-51ab245": + version "4.5.1-pr91-51ab245" + resolved "https://registry.yarnpkg.com/@galacticcouncil/sdk/-/sdk-4.5.1-pr91-51ab245.tgz#58e4ede98e5088541431d91d4287cc3a48c16af0" + integrity sha512-S9zp3P92TEaKcDJjmJJnufwdzyUoAYD2sPlRVLAumZdimSiBWXBUOnL0SrfWapltcy849Mkv9j3MY6034qg/gw== dependencies: "@galacticcouncil/math-lbp" "^1.0.0" "@galacticcouncil/math-liquidity-mining" "^1.0.0" @@ -2276,10 +2276,10 @@ lit "^3.1.4" ts-debounce "^4.0.0" -"@galacticcouncil/xcm-cfg@5.4.2-pr90-84ef243": - version "5.4.2-pr90-84ef243" - resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-cfg/-/xcm-cfg-5.4.2-pr90-84ef243.tgz#238770d450b62285efb21b527eb54e479306caeb" - integrity sha512-Vo9UynzsjVDA+ySi7OKe0tgwjzH9771IYE2JGfvLp8unjNchKJwzIsKELMYmYZfvqAKuiY8dMvxxFK09gcyubw== +"@galacticcouncil/xcm-cfg@5.4.2-pr91-51ab245": + version "5.4.2-pr91-51ab245" + resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-cfg/-/xcm-cfg-5.4.2-pr91-51ab245.tgz#f0a6c807d82d16aa6f1a02d5931aece249ecf851" + integrity sha512-RbkGxvatxcxFkIlry4Xymo9YmJ5wq1J8j2TfwwHxwHqb3cmV88Ukxv6frvnttFLgLvmC6Boud6lhg2SGjoqv4A== dependencies: "@galacticcouncil/xcm-core" "^5.3.0" From 13654e5896ce1e18d3c7ef0508b74502188288bf Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Wed, 20 Nov 2024 21:43:16 +0100 Subject: [PATCH 2/3] bump deps to latest --- package.json | 42 ++--- yarn.lock | 474 +++++++++++++++++++++++++-------------------------- 2 files changed, 252 insertions(+), 264 deletions(-) diff --git a/package.json b/package.json index e6f271b6f..1c2057225 100644 --- a/package.json +++ b/package.json @@ -4,23 +4,23 @@ "private": true, "type": "module", "resolutions": { - "@polkadot/api": "14.2.3", - "@polkadot/api-augment": "14.2.3", - "@polkadot/api-derive": "14.2.3", - "@polkadot/api-base": "14.2.3", - "@polkadot/rpc-augment": "14.2.3", - "@polkadot/rpc-core": "14.2.3", - "@polkadot/rpc-provider": "14.2.3", - "@polkadot/types": "14.2.3", - "@polkadot/types-augment": "14.2.3", - "@polkadot/types-codec": "14.2.3", - "@polkadot/types-create": "14.2.3", - "@polkadot/types-known": "14.2.3", - "@polkadot/keyring": "^13.2.2", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", + "@polkadot/api": "14.0.1", + "@polkadot/api-augment": "14.0.1", + "@polkadot/api-derive": "14.0.1", + "@polkadot/api-base": "14.0.1", + "@polkadot/rpc-augment": "14.0.1", + "@polkadot/rpc-core": "14.0.1", + "@polkadot/rpc-provider": "14.0.1", + "@polkadot/types": "14.0.1", + "@polkadot/types-augment": "14.0.1", + "@polkadot/types-codec": "14.0.1", + "@polkadot/types-create": "14.0.1", + "@polkadot/types-known": "14.0.1", + "@polkadot/keyring": "^13.1.1", + "@polkadot/util": "^13.1.1", + "@polkadot/util-crypto": "^13.1.1", "@polkadot/ui-shared": "^3.1.4", - "@galacticcouncil/xcm-core": "^5.3.0", + "@galacticcouncil/xcm-core": "^5.3.1", "strip-ansi": "6.0.1", "string-width": "4.2.2", "wrap-ansi": "7.0.0", @@ -42,14 +42,14 @@ "@galacticcouncil/math-stableswap": "^1.0.0", "@galacticcouncil/math-staking": "^1.0.0", "@galacticcouncil/math-xyk": "^1.0.0", - "@galacticcouncil/sdk": "4.5.1-pr91-51ab245", + "@galacticcouncil/sdk": "4.5.2", "@galacticcouncil/ui": "^5.2.3", - "@galacticcouncil/xcm-cfg": "5.4.2-pr91-51ab245", - "@galacticcouncil/xcm-core": "^5.3.0", - "@galacticcouncil/xcm-sdk": "^6.3.0", + "@galacticcouncil/xcm-cfg": "5.4.2", + "@galacticcouncil/xcm-core": "^5.3.1", + "@galacticcouncil/xcm-sdk": "^6.3.1", "@hookform/resolvers": "^3.3.4", "@lit-labs/react": "^1.1.0", - "@polkadot/api": "14.2.3", + "@polkadot/api": "14.0.1", "@polkadot/apps-config": "^0.132.1", "@polkadot/extension-inject": "^0.48.2", "@polkadot/networks": "^13.2.2", diff --git a/yarn.lock b/yarn.lock index 6f4e9ac91..36e4709b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2251,10 +2251,10 @@ resolved "https://registry.yarnpkg.com/@galacticcouncil/math-xyk/-/math-xyk-1.0.0.tgz#eeb6f3693587c96131647a24af31536cab423d96" integrity sha512-n44M7jKes5Rxr4RQZ5W7kscTfoO4xwhW3VL/VyaEP1KEHMavlICpDNOlCwO/k6RTr+UXU8cHLJZdBzGFa2soJA== -"@galacticcouncil/sdk@4.5.1-pr91-51ab245": - version "4.5.1-pr91-51ab245" - resolved "https://registry.yarnpkg.com/@galacticcouncil/sdk/-/sdk-4.5.1-pr91-51ab245.tgz#58e4ede98e5088541431d91d4287cc3a48c16af0" - integrity sha512-S9zp3P92TEaKcDJjmJJnufwdzyUoAYD2sPlRVLAumZdimSiBWXBUOnL0SrfWapltcy849Mkv9j3MY6034qg/gw== +"@galacticcouncil/sdk@4.5.2": + version "4.5.2" + resolved "https://registry.yarnpkg.com/@galacticcouncil/sdk/-/sdk-4.5.2.tgz#5834f74ae3e06355eb1109cc177053f3dbe153bd" + integrity sha512-7T/3D2g+l9j/tru3YMYu7jYADUgR635HDzgi37ucUUMTRpOlTn/EsQAHmdp9zutxd2oi7k5/B3DMU75Vs/myMQ== dependencies: "@galacticcouncil/math-lbp" "^1.0.0" "@galacticcouncil/math-liquidity-mining" "^1.0.0" @@ -2276,17 +2276,17 @@ lit "^3.1.4" ts-debounce "^4.0.0" -"@galacticcouncil/xcm-cfg@5.4.2-pr91-51ab245": - version "5.4.2-pr91-51ab245" - resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-cfg/-/xcm-cfg-5.4.2-pr91-51ab245.tgz#f0a6c807d82d16aa6f1a02d5931aece249ecf851" - integrity sha512-RbkGxvatxcxFkIlry4Xymo9YmJ5wq1J8j2TfwwHxwHqb3cmV88Ukxv6frvnttFLgLvmC6Boud6lhg2SGjoqv4A== +"@galacticcouncil/xcm-cfg@5.4.2": + version "5.4.2" + resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-cfg/-/xcm-cfg-5.4.2.tgz#3a2f36f0f9b3b0caac504935f4a5aaa88fad16aa" + integrity sha512-SnWpJrpMlI4AovmfjelbsgU8Tw0vuvjoHfP3rwfer2UXJdvsqi4lYBCeOKPvYlMKHyo2RHuFxUE0pxcFc4ev2A== dependencies: - "@galacticcouncil/xcm-core" "^5.3.0" + "@galacticcouncil/xcm-core" "^5.3.1" -"@galacticcouncil/xcm-core@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-core/-/xcm-core-5.3.0.tgz#ca409ddc4b9b246fd4e782d4d9e79f1383e80f6f" - integrity sha512-qL/K8CYwWF008S8BRRcCiTiOCL6uIwQ+Q7gMTCJcecE4fneHsyNMJdQtzAKato8jirtUGA4ToUIEZQfjcc8qZg== +"@galacticcouncil/xcm-core@^5.3.0", "@galacticcouncil/xcm-core@^5.3.1": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-core/-/xcm-core-5.3.1.tgz#3faff5d1744cab84aea6fd6f493c5ac43079d961" + integrity sha512-TL2XONZ6/x+bIvhcIy09moDRXe5N9McHtNXKPwyC2icJd1qxXlS/l3mITugdsi7rcf2isWZ6/NUxEIZP4B3QoQ== dependencies: "@wormhole-foundation/sdk-base" "^0.5.2" "@wormhole-foundation/sdk-connect" "^0.5.2" @@ -2295,10 +2295,10 @@ buffer "^6.0.3" lru-cache "^11.0.0" -"@galacticcouncil/xcm-sdk@^6.3.0": - version "6.3.0" - resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-sdk/-/xcm-sdk-6.3.0.tgz#45bcbaf7535c1b28a245cb3d8f1fa646d976a5f3" - integrity sha512-ubCGWO9pD9jC7jFZq0ZwQZhgXcIUtXFAo/JHNjf7qcVpBogwktWbi0bSZFdJrawk5ppISH23ZaPkke412PzXAQ== +"@galacticcouncil/xcm-sdk@^6.3.1": + version "6.3.1" + resolved "https://registry.yarnpkg.com/@galacticcouncil/xcm-sdk/-/xcm-sdk-6.3.1.tgz#199a38d9780d7b942e88cf85774446eb730e4541" + integrity sha512-8VDoz2YyRzrBGRh59ZuGzusxHdD5pbGlx1XJOcozi8kFgiW0lRbqJ9AcLhDfH41EYB6csVdZQLde2kcXsfvR0w== dependencies: "@galacticcouncil/xcm-core" "^5.3.0" @@ -2828,68 +2828,68 @@ resolved "https://registry.yarnpkg.com/@polkadot-api/utils/-/utils-0.1.0.tgz#d36937cdc465c2ea302f3278cf53157340ab33a0" integrity sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA== -"@polkadot/api-augment@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-14.2.3.tgz#0d31241c7a3c4cf0efbab56487f453a3ebc33f63" - integrity sha512-H4Xrh54+CWmTBGtNN5BhVEIz2VK/7nszhiH2XFyf6PTTKo7FJOvu1jgHbhUG40n7TNNzPMw6CsttogTnlx/B8A== - dependencies: - "@polkadot/api-base" "14.2.3" - "@polkadot/rpc-augment" "14.2.3" - "@polkadot/types" "14.2.3" - "@polkadot/types-augment" "14.2.3" - "@polkadot/types-codec" "14.2.3" - "@polkadot/util" "^13.2.2" - tslib "^2.8.0" +"@polkadot/api-augment@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-14.0.1.tgz#77ace2ba0c8ead942243e66e3c621c9219bb0e97" + integrity sha512-+ZHq3JaQZ/3Q45r6/YQBeLfoP8S5ibgkOvLKnKA9cJeF7oP5Qgi6pAEnGW0accfnT9PyCEco9fD/ZOLR9Yka7w== + dependencies: + "@polkadot/api-base" "14.0.1" + "@polkadot/rpc-augment" "14.0.1" + "@polkadot/types" "14.0.1" + "@polkadot/types-augment" "14.0.1" + "@polkadot/types-codec" "14.0.1" + "@polkadot/util" "^13.1.1" + tslib "^2.7.0" -"@polkadot/api-base@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-14.2.3.tgz#c7ea6696567f2fa3181c0f9ee4c721b8943dd946" - integrity sha512-SQTVPs9MccfRPpHv4GP9r+nuirSUbZpc+hb8cZLvAc2SsCYlGlz7KFTqnyoFZGIEDGXUgdqP8n2RQbOU6j+rdw== +"@polkadot/api-base@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-14.0.1.tgz#2adaea94ac0b021d3b13c1f2b2f1d47de93815d0" + integrity sha512-OVnDiztKx/1ktae9eCzO1q8lmKEfnQ71fipo8JkDJOMIN4vT1IqL9KQo4e/Xz8UtOfTJ0H8kZ6evaLqdA3ZYOA== dependencies: - "@polkadot/rpc-core" "14.2.3" - "@polkadot/types" "14.2.3" - "@polkadot/util" "^13.2.2" + "@polkadot/rpc-core" "14.0.1" + "@polkadot/types" "14.0.1" + "@polkadot/util" "^13.1.1" rxjs "^7.8.1" - tslib "^2.8.0" + tslib "^2.7.0" -"@polkadot/api-derive@14.2.3", "@polkadot/api-derive@^10.9.1": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-14.2.3.tgz#1f956669050dc4b753a6001582bd04c6149b0fdb" - integrity sha512-u7ren5ZFWVrhtz5tMMjSu3igjv3TLiVIFS9g3fPLwdIfWkLO+gAvZECWaw6oONdkx/2HKF+srsBK7aUkD3HHDw== - dependencies: - "@polkadot/api" "14.2.3" - "@polkadot/api-augment" "14.2.3" - "@polkadot/api-base" "14.2.3" - "@polkadot/rpc-core" "14.2.3" - "@polkadot/types" "14.2.3" - "@polkadot/types-codec" "14.2.3" - "@polkadot/util" "^13.2.2" - "@polkadot/util-crypto" "^13.2.2" +"@polkadot/api-derive@14.0.1", "@polkadot/api-derive@^10.9.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-14.0.1.tgz#3d76f8191568c174f909781c85d18b804edd3502" + integrity sha512-ADQMre3DRRW/0rhJqxOVhQ1vqtyafP2dSZJ0qEAsto12q2WMSF8CZWo7pXe4DxiniDkZx3zVq4z5lqw2aBRLfg== + dependencies: + "@polkadot/api" "14.0.1" + "@polkadot/api-augment" "14.0.1" + "@polkadot/api-base" "14.0.1" + "@polkadot/rpc-core" "14.0.1" + "@polkadot/types" "14.0.1" + "@polkadot/types-codec" "14.0.1" + "@polkadot/util" "^13.1.1" + "@polkadot/util-crypto" "^13.1.1" rxjs "^7.8.1" - tslib "^2.8.0" + tslib "^2.7.0" -"@polkadot/api@14.2.3", "@polkadot/api@^10.4.1", "@polkadot/api@^10.7.3", "@polkadot/api@^10.9.1", "@polkadot/api@^12.0.2", "@polkadot/api@^7.2.1", "@polkadot/api@^9.13.2", "@polkadot/api@^9.14.1", "@polkadot/api@^9.3.3", "@polkadot/api@latest": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-14.2.3.tgz#308c6ef1e72797b167e4159be0a7ba8a6b868a92" - integrity sha512-CmNW2qGtp7YB6tB4RWd793pa4FISVEGIpyuEo3KejkIt7QzVEZ5b9/YE7kGgz5HGxZy+Y13CwEDNLfFBvHSb8Q== - dependencies: - "@polkadot/api-augment" "14.2.3" - "@polkadot/api-base" "14.2.3" - "@polkadot/api-derive" "14.2.3" - "@polkadot/keyring" "^13.2.2" - "@polkadot/rpc-augment" "14.2.3" - "@polkadot/rpc-core" "14.2.3" - "@polkadot/rpc-provider" "14.2.3" - "@polkadot/types" "14.2.3" - "@polkadot/types-augment" "14.2.3" - "@polkadot/types-codec" "14.2.3" - "@polkadot/types-create" "14.2.3" - "@polkadot/types-known" "14.2.3" - "@polkadot/util" "^13.2.2" - "@polkadot/util-crypto" "^13.2.2" +"@polkadot/api@14.0.1", "@polkadot/api@^10.4.1", "@polkadot/api@^10.7.3", "@polkadot/api@^10.9.1", "@polkadot/api@^12.0.2", "@polkadot/api@^7.2.1", "@polkadot/api@^9.13.2", "@polkadot/api@^9.14.1", "@polkadot/api@^9.3.3", "@polkadot/api@latest": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-14.0.1.tgz#2882280d69e1b2f121ece118137fbc8a70f3f465" + integrity sha512-CDSaUiJpXu9aE6MaTg14K+9Trf8K2PBHcD3Xl5m5KOvJperWgYFxoCqV3rXLIBWt69LgHhMYlq5JSPRHxejIsw== + dependencies: + "@polkadot/api-augment" "14.0.1" + "@polkadot/api-base" "14.0.1" + "@polkadot/api-derive" "14.0.1" + "@polkadot/keyring" "^13.1.1" + "@polkadot/rpc-augment" "14.0.1" + "@polkadot/rpc-core" "14.0.1" + "@polkadot/rpc-provider" "14.0.1" + "@polkadot/types" "14.0.1" + "@polkadot/types-augment" "14.0.1" + "@polkadot/types-codec" "14.0.1" + "@polkadot/types-create" "14.0.1" + "@polkadot/types-known" "14.0.1" + "@polkadot/util" "^13.1.1" + "@polkadot/util-crypto" "^13.1.1" eventemitter3 "^5.0.1" rxjs "^7.8.1" - tslib "^2.8.0" + tslib "^2.7.0" "@polkadot/apps-config@^0.132.1": version "0.132.1" @@ -2965,21 +2965,21 @@ "@polkadot/x-global" "^12.6.2" tslib "^2.6.2" -"@polkadot/keyring@^12.6.2", "@polkadot/keyring@^13.2.2", "@polkadot/keyring@^6.9.1", "@polkadot/keyring@^7.4.1", "@polkadot/keyring@^8.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-13.2.2.tgz#ec3b2e1d71e177accf6428ea6564569d73d35bdb" - integrity sha512-h4bPU92CALAAC+QOp6+zttuhI5H0GKOUzj1qwnmoPVoWxh21FoekLAXO1YJlsKxciTDdK5OhjdNPOIqcF0GCXA== +"@polkadot/keyring@^12.6.2", "@polkadot/keyring@^13.1.1", "@polkadot/keyring@^6.9.1", "@polkadot/keyring@^7.4.1", "@polkadot/keyring@^8.2.2": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-13.2.3.tgz#f974c2d61bc2aa009e2728ab53dfcc83f003d0da" + integrity sha512-pgTo6DXNXub0wGD+MnVHYhKxf80Jl+QMOCb818ioGdXz++Uw4mTueFAwtB+N7TGo0HafhChUiNJDxFdlDkcAng== dependencies: - "@polkadot/util" "13.2.2" - "@polkadot/util-crypto" "13.2.2" + "@polkadot/util" "13.2.3" + "@polkadot/util-crypto" "13.2.3" tslib "^2.8.0" -"@polkadot/networks@13.2.2", "@polkadot/networks@^13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-13.2.2.tgz#6c8e6340fc718da925f5aab0c91c69f2971ca3f0" - integrity sha512-di3dLB9BcLQ9ARcDe/nizl7jZZnQbQlxB8kXtAXqTIVFtshtKT+zYcji6dTX7xX9/O9tZB7qnrvuIuI0MkwJ5A== +"@polkadot/networks@13.2.3", "@polkadot/networks@^13.1.1": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-13.2.3.tgz#c9d63b7de7ae67cf0d776471287e67ed747940f7" + integrity sha512-mG+zkXg/33AyPrkv2xBbAo3LBUwOwBn6qznBU/4jxiZPnVvCwMaxE7xHM22B5riItbNJ169FXv3wy0v6ZmkFbw== dependencies: - "@polkadot/util" "13.2.2" + "@polkadot/util" "13.2.3" "@substrate/ss58-registry" "^1.51.0" tslib "^2.8.0" @@ -2992,6 +2992,15 @@ "@substrate/ss58-registry" "^1.44.0" tslib "^2.6.2" +"@polkadot/networks@^13.2.2": + version "13.2.2" + resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-13.2.2.tgz#6c8e6340fc718da925f5aab0c91c69f2971ca3f0" + integrity sha512-di3dLB9BcLQ9ARcDe/nizl7jZZnQbQlxB8kXtAXqTIVFtshtKT+zYcji6dTX7xX9/O9tZB7qnrvuIuI0MkwJ5A== + dependencies: + "@polkadot/util" "13.2.2" + "@substrate/ss58-registry" "^1.51.0" + tslib "^2.8.0" + "@polkadot/react-identicon@^3.5.1": version "3.6.6" resolved "https://registry.yarnpkg.com/@polkadot/react-identicon/-/react-identicon-3.6.6.tgz#815a58ae84985f96551b38582738497b04e7542d" @@ -3008,110 +3017,110 @@ styled-components "^6.1.1" tslib "^2.6.2" -"@polkadot/rpc-augment@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-14.2.3.tgz#712b62db1ccf97d9bbfc8c564c6e2146a63c3b6a" - integrity sha512-rK2BZ7lNH/WVNUxs3dL3enmIahhu3X5VwUy5qRZudMGpND9VWXVgAvbDnQNPBADHZCbTDa9c8+VTlO9q4A1l8Q== +"@polkadot/rpc-augment@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-14.0.1.tgz#e6bc1cf0cdb2839fb709027e4fce6b113a5b06af" + integrity sha512-M0CbN/IScqiedYI2TmoQ+SoeEdJHfxGeQD1qJf9uYv9LILK+x1/5fyr5DrZ3uCGVmLuObWAJLnHTs0BzJcSHTQ== dependencies: - "@polkadot/rpc-core" "14.2.3" - "@polkadot/types" "14.2.3" - "@polkadot/types-codec" "14.2.3" - "@polkadot/util" "^13.2.2" - tslib "^2.8.0" + "@polkadot/rpc-core" "14.0.1" + "@polkadot/types" "14.0.1" + "@polkadot/types-codec" "14.0.1" + "@polkadot/util" "^13.1.1" + tslib "^2.7.0" -"@polkadot/rpc-core@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-14.2.3.tgz#4fd3aae1de1cfad06a6d3972498e962189670b4f" - integrity sha512-qXj6x2Tjdf/J0FNgeJ2eK0zhrVhrF+BFbMWjSO8VHpbxVA15mc/32muy5J1wpMzztBmXxjTzETWcTilMTdqCew== +"@polkadot/rpc-core@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-14.0.1.tgz#9f4272354c65e2e34e6e542336c26c14aa5a21e8" + integrity sha512-SfgC6WU7RxaFFgm/GUpsqTywyaDeb7+r5GU3GlwC+QR148h3a7UcQ3sssOpB0MiZ2gIXngJuyIcIQm/3GfHnJw== dependencies: - "@polkadot/rpc-augment" "14.2.3" - "@polkadot/rpc-provider" "14.2.3" - "@polkadot/types" "14.2.3" - "@polkadot/util" "^13.2.2" + "@polkadot/rpc-augment" "14.0.1" + "@polkadot/rpc-provider" "14.0.1" + "@polkadot/types" "14.0.1" + "@polkadot/util" "^13.1.1" rxjs "^7.8.1" - tslib "^2.8.0" + tslib "^2.7.0" -"@polkadot/rpc-provider@14.2.3", "@polkadot/rpc-provider@^10.7.3", "@polkadot/rpc-provider@^12.0.2", "@polkadot/rpc-provider@^9.13.2", "@polkadot/rpc-provider@^9.14.2": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-14.2.3.tgz#d7e096320c18944d2361ae71f64b25213dd9c322" - integrity sha512-U0aXFsQ/aRGtKYpDDM54pZ5ZdOVEz6Vngs//pS9GJqedh6tbsiU2/YPDjEKAKLCNlOt0XOtipJSjVoccrU8xCw== - dependencies: - "@polkadot/keyring" "^13.2.2" - "@polkadot/types" "14.2.3" - "@polkadot/types-support" "14.2.3" - "@polkadot/util" "^13.2.2" - "@polkadot/util-crypto" "^13.2.2" - "@polkadot/x-fetch" "^13.2.2" - "@polkadot/x-global" "^13.2.2" - "@polkadot/x-ws" "^13.2.2" +"@polkadot/rpc-provider@14.0.1", "@polkadot/rpc-provider@^10.7.3", "@polkadot/rpc-provider@^12.0.2", "@polkadot/rpc-provider@^9.13.2", "@polkadot/rpc-provider@^9.14.2": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-14.0.1.tgz#69c98bd2ef7a243d0544494bc28b206889e46161" + integrity sha512-mNfaKZUHPXGSY7TwgOfV05RN3Men21Dw7YXrSZDFkJYsZ55yOAYdmLg9anPZGHW100YnNWrXj+3uhQOw8JgqkA== + dependencies: + "@polkadot/keyring" "^13.1.1" + "@polkadot/types" "14.0.1" + "@polkadot/types-support" "14.0.1" + "@polkadot/util" "^13.1.1" + "@polkadot/util-crypto" "^13.1.1" + "@polkadot/x-fetch" "^13.1.1" + "@polkadot/x-global" "^13.1.1" + "@polkadot/x-ws" "^13.1.1" eventemitter3 "^5.0.1" mock-socket "^9.3.1" - nock "^13.5.5" - tslib "^2.8.0" + nock "^13.5.4" + tslib "^2.7.0" optionalDependencies: "@substrate/connect" "0.8.11" -"@polkadot/types-augment@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-14.2.3.tgz#1eb111a48dda28cb0cd83eaca864ea99a298e9a7" - integrity sha512-P7+KqSTSA0vTAY420cny8VqP6SQwsmBF8XLFrikUpOvziyzgApCRu5mPKtpZcM1+oNNKXxYPeFJim0+rUR3C5w== +"@polkadot/types-augment@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-14.0.1.tgz#06b5eed44e53cfc42cb98e624581170076c6ab2f" + integrity sha512-PGo81444J5tGJxP3tu060Jx1kkeuo8SmBIt9S/w626Se49x4RLM5a7Pa5fguYVsg4TsJa9cgVPMuu6Y0F/2aCQ== dependencies: - "@polkadot/types" "14.2.3" - "@polkadot/types-codec" "14.2.3" - "@polkadot/util" "^13.2.2" - tslib "^2.8.0" + "@polkadot/types" "14.0.1" + "@polkadot/types-codec" "14.0.1" + "@polkadot/util" "^13.1.1" + tslib "^2.7.0" -"@polkadot/types-codec@14.2.3", "@polkadot/types-codec@^10.9.1": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-14.2.3.tgz#454be48602bb919ceb37bcef9980733554ea923e" - integrity sha512-Rz2SgKIGgRNkuLfjLzvwpxeJ+b+qls8Jdtt3rXX0/KB11rdazpLvw1lt07LJnMYWDRaLC/LHStskE0ekft/kVg== +"@polkadot/types-codec@14.0.1", "@polkadot/types-codec@^10.9.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-14.0.1.tgz#9b354295c4b565a18034c82fa0f86928b2514a99" + integrity sha512-IyUlkrRZ6uppbHVlMJL+btKP7dfgW65K06ggQxH7Y/IyRAQVDNjXecAZrCUMB/gtjUXNPyTHEIfPGDlg8E6rig== dependencies: - "@polkadot/util" "^13.2.2" - "@polkadot/x-bigint" "^13.2.2" - tslib "^2.8.0" + "@polkadot/util" "^13.1.1" + "@polkadot/x-bigint" "^13.1.1" + tslib "^2.7.0" -"@polkadot/types-create@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-14.2.3.tgz#adf022aba785c4c6a07a5f7af843a67df7036678" - integrity sha512-riT17wCehR6B5ucsI9P9NoqjS2OAuPGSgvf/mSHF3cUo0Mu7u8SordkJg0ZOVl2MWc6u69OF7/1+zjea6L+3Mw== +"@polkadot/types-create@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-14.0.1.tgz#5695c80f292ab7a9d766bd7cdbc1b51ef0e84392" + integrity sha512-R9/ac3CHKrFhvPKVUdpjnCDFSaGjfrNwtuY+AzvExAMIq7pM9dxo2N8UfnLbyFaG/n1hfYPXDIS3hLHvOZsLbw== dependencies: - "@polkadot/types-codec" "14.2.3" - "@polkadot/util" "^13.2.2" - tslib "^2.8.0" + "@polkadot/types-codec" "14.0.1" + "@polkadot/util" "^13.1.1" + tslib "^2.7.0" -"@polkadot/types-known@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-14.2.3.tgz#cc98d3a78ec670f1fbd8029fa8eb77aae48984db" - integrity sha512-IcFlZ1gBJbibxikJex9jCniN2avlecBX8YP2Z2jyYHJbLnB94YQ0M5mady5LQq0TVggD0UFbUqGAVwuDTPsjoA== +"@polkadot/types-known@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-14.0.1.tgz#fe3ef88819aac9cf7c3627a74f21fbabb8c73338" + integrity sha512-oGypUOQNxZ6bq10czpVadZYeDM2NBB2kX3VFHLKLEpjaRbnVYtKXL6pl8B0uHR8GK/2Z8AmPOj6kuRjaC86qXg== dependencies: - "@polkadot/networks" "^13.2.2" - "@polkadot/types" "14.2.3" - "@polkadot/types-codec" "14.2.3" - "@polkadot/types-create" "14.2.3" - "@polkadot/util" "^13.2.2" - tslib "^2.8.0" + "@polkadot/networks" "^13.1.1" + "@polkadot/types" "14.0.1" + "@polkadot/types-codec" "14.0.1" + "@polkadot/types-create" "14.0.1" + "@polkadot/util" "^13.1.1" + tslib "^2.7.0" -"@polkadot/types-support@14.2.3": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-14.2.3.tgz#b20c4508e04be4bcd41ec49aa9fa195a57676c95" - integrity sha512-ZvFOMZLrt00hQCQCIYVienpNAjm2TJa7jCoacs68DO4sQK7TgiqkADhgmhiYl2tqkCV1Gbso+yzMKPgqILLNnA== +"@polkadot/types-support@14.0.1": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-14.0.1.tgz#a726bc36e6d3fe7e2d9710d6e8b7559f9d6aee3b" + integrity sha512-lcZEyOf5e3WLLtrFlLTvFfUpO0Vx/Gh5lhLLjdx1W9Xs0KJUlOxSAKxvjVieJJj6HifL0Jh6tDYOUeEc4TOrvA== dependencies: - "@polkadot/util" "^13.2.2" - tslib "^2.8.0" + "@polkadot/util" "^13.1.1" + tslib "^2.7.0" -"@polkadot/types@14.2.3", "@polkadot/types@^10.7.3", "@polkadot/types@^10.9.1", "@polkadot/types@^12.0.2", "@polkadot/types@^4.13.1", "@polkadot/types@^6.0.5", "@polkadot/types@^7.2.1", "@polkadot/types@^9.13.2", "@polkadot/types@^9.14.2": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-14.2.3.tgz#87989eaccb24a81e72873a618e15048fd46a4b40" - integrity sha512-IG5hs7+NYz3T/n4l7/94p/gqIWwHYgnnqDrTQ8RWPVwA9BaF4D7Wx7esD1jc0Igt1FhuG60uceVfYrBIGCJLyw== - dependencies: - "@polkadot/keyring" "^13.2.2" - "@polkadot/types-augment" "14.2.3" - "@polkadot/types-codec" "14.2.3" - "@polkadot/types-create" "14.2.3" - "@polkadot/util" "^13.2.2" - "@polkadot/util-crypto" "^13.2.2" +"@polkadot/types@14.0.1", "@polkadot/types@^10.7.3", "@polkadot/types@^10.9.1", "@polkadot/types@^12.0.2", "@polkadot/types@^4.13.1", "@polkadot/types@^6.0.5", "@polkadot/types@^7.2.1", "@polkadot/types@^9.13.2", "@polkadot/types@^9.14.2": + version "14.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-14.0.1.tgz#a562ef1b49203bfbe640a608e0e23c6c77a0153b" + integrity sha512-DOMzHsyVbCa12FT2Fng8iGiQJhHW2ONpv5oieU+Z2o0gFQqwNmIDXWncScG5mAUBNcDMXLuvWIKLKtUDOq8msg== + dependencies: + "@polkadot/keyring" "^13.1.1" + "@polkadot/types-augment" "14.0.1" + "@polkadot/types-codec" "14.0.1" + "@polkadot/types-create" "14.0.1" + "@polkadot/util" "^13.1.1" + "@polkadot/util-crypto" "^13.1.1" rxjs "^7.8.1" - tslib "^2.8.0" + tslib "^2.7.0" "@polkadot/ui-settings@3.6.6": version "3.6.6" @@ -3132,31 +3141,31 @@ colord "^2.9.3" tslib "^2.6.2" -"@polkadot/util-crypto@13.2.2", "@polkadot/util-crypto@^10.4.2", "@polkadot/util-crypto@^12.0.1", "@polkadot/util-crypto@^12.6.2", "@polkadot/util-crypto@^13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-13.2.2.tgz#b3bc6554177952b5224cc4d71cb38efd35d4f163" - integrity sha512-C4vl07XC43vE6egd9LmSe0uOc7hAvBq6CIoILk5ZB95ABNBQSHOrS1pHugW4rJgVUiZgv8sdl+twmgisuSsSfg== +"@polkadot/util-crypto@13.2.3", "@polkadot/util-crypto@^10.4.2", "@polkadot/util-crypto@^12.0.1", "@polkadot/util-crypto@^12.6.2", "@polkadot/util-crypto@^13.1.1": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-13.2.3.tgz#4e43a0554a5af2a79bade26c1cf623b7a4590645" + integrity sha512-5sbggmLbn5eiuVMyPROPlT5roHRqdKHOfSpioNbGvGIZ1qIWVoC1RfsK0NWJOVGDzy6DpQe0KYT/kgcU5Xsrzw== dependencies: "@noble/curves" "^1.3.0" "@noble/hashes" "^1.3.3" - "@polkadot/networks" "13.2.2" - "@polkadot/util" "13.2.2" + "@polkadot/networks" "13.2.3" + "@polkadot/util" "13.2.3" "@polkadot/wasm-crypto" "^7.4.1" "@polkadot/wasm-util" "^7.4.1" - "@polkadot/x-bigint" "13.2.2" - "@polkadot/x-randomvalues" "13.2.2" + "@polkadot/x-bigint" "13.2.3" + "@polkadot/x-randomvalues" "13.2.3" "@scure/base" "^1.1.7" tslib "^2.8.0" -"@polkadot/util@12.6.2", "@polkadot/util@13.2.2", "@polkadot/util@^10.4.2", "@polkadot/util@^12.0.1", "@polkadot/util@^12.3.2", "@polkadot/util@^12.6.2", "@polkadot/util@^13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-13.2.2.tgz#b834afd84bbf06084c728aed4b84d55e4278d518" - integrity sha512-zhsGtR0J2a0ODesJNbCYqEXOL2rhPrmv1F6OB2JMdho7iOrkONck3PZaoT/Y0JF7IlHjGV8K6yrw7k9KUtFrEA== +"@polkadot/util@12.6.2", "@polkadot/util@13.2.2", "@polkadot/util@13.2.3", "@polkadot/util@^10.4.2", "@polkadot/util@^12.0.1", "@polkadot/util@^12.3.2", "@polkadot/util@^12.6.2", "@polkadot/util@^13.1.1": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-13.2.3.tgz#2bdd753f920d466ca8fb1f812f913304471dd38c" + integrity sha512-pioNnsig3qHXrfOKMe4Yqos8B8N3/EZUpS+WfTpWnn1VjYban/0GrTXeavPlAwggnY27b8fS6rBzQBhnVYDw8g== dependencies: - "@polkadot/x-bigint" "13.2.2" - "@polkadot/x-global" "13.2.2" - "@polkadot/x-textdecoder" "13.2.2" - "@polkadot/x-textencoder" "13.2.2" + "@polkadot/x-bigint" "13.2.3" + "@polkadot/x-global" "13.2.3" + "@polkadot/x-textdecoder" "13.2.3" + "@polkadot/x-textencoder" "13.2.3" "@types/bn.js" "^5.1.6" bn.js "^5.2.1" tslib "^2.8.0" @@ -3221,12 +3230,12 @@ dependencies: tslib "^2.6.2" -"@polkadot/x-bigint@13.2.2", "@polkadot/x-bigint@^13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-13.2.2.tgz#61c776f162bdf55f5c71be2802540a3cb95f63e9" - integrity sha512-9ENDfG2wYqABWhQYYrbjJK0aPBvCqVPiFhBiKgIg6OTSJKJToa4Di9R8NxelF8eJTtz7DIvgf6gZY/jnKfbtWw== +"@polkadot/x-bigint@13.2.3", "@polkadot/x-bigint@^13.1.1": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-13.2.3.tgz#fa0da8624b98aa320dbe9b76ee816d1a3378c298" + integrity sha512-VKgEAh0LsxTd/Hg517Tt5ZU4CySjBwMpaojbkjgv3fOdg1cN7t4eFEUxpyj7mlO0cp22SzDh7nmy4TO98qhLQA== dependencies: - "@polkadot/x-global" "13.2.2" + "@polkadot/x-global" "13.2.3" tslib "^2.8.0" "@polkadot/x-fetch@^12.3.2": @@ -3238,12 +3247,12 @@ node-fetch "^3.3.2" tslib "^2.6.2" -"@polkadot/x-fetch@^13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-13.2.2.tgz#b72546d9360155ce93d3a508b2911656e962b9ec" - integrity sha512-aDhd2kdx3JWvZSU4Ge966C0111CH8pCsDX7+9IsMGaZhjLF1NEo2xDjs+EwfUbSvNk68A4UVeJsXjG+IVor/ug== +"@polkadot/x-fetch@^13.1.1": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-13.2.3.tgz#116220ddb9526bce6a11c8cea0471992bca78b73" + integrity sha512-7Nmk+8ieEGzz43nc1rX6nH3rQo6rhGmAaIXJWnXY9gOHY0k1me1bJYbP+xDdh8vcLh8eY3D1sESUwG6QYZW2lg== dependencies: - "@polkadot/x-global" "13.2.2" + "@polkadot/x-global" "13.2.3" node-fetch "^3.3.2" tslib "^2.8.0" @@ -3254,10 +3263,10 @@ dependencies: tslib "^2.6.2" -"@polkadot/x-global@13.2.2", "@polkadot/x-global@^13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-13.2.2.tgz#5a624a244e8bb65a693c7dd57ca871974fe97293" - integrity sha512-a+iKD7JXxDRtYVo0bp1+HHlaem6MkUHU2yE0cx2e97p9x+IKyNEY58D0L5P66kszLvhFw+t3Jq+qHIj0+2YxkQ== +"@polkadot/x-global@13.2.3", "@polkadot/x-global@^13.1.1": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-13.2.3.tgz#ed66cec6c6c2367625dc8a09cc2ef72fdd2704eb" + integrity sha512-7MYQIAEwBkRcNrgqac5PbB0kNPlI6ISJEy6/Nb+crj8BFjQ8rf11PF49fq0QsvDeuYM1aNLigrvYZNptQs4lbw== dependencies: tslib "^2.8.0" @@ -3268,28 +3277,28 @@ dependencies: "@babel/runtime" "^7.20.13" -"@polkadot/x-randomvalues@13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-13.2.2.tgz#e51ed8a15536daea0c1a24811878279248751d02" - integrity sha512-1UNImkS5PAaGHeIl2DlMjgt2iN7nlclzwrYhmxd0e9Z11RQqavGqi1a02HGREgnUu+wJ7eHmPMVe6K96+cL+aQ== +"@polkadot/x-randomvalues@13.2.3": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-13.2.3.tgz#d6253cfb7691d64a807ca26dc6c70a79d2394a0b" + integrity sha512-Zf0GTfLmVk+VzPUmcQSpXjjmFzMTjPhXoLuIoE7xIu73T+vQ+TX9j7DvorN6bIRsnZ9l1SyTZsSf/NTjNZKIZg== dependencies: - "@polkadot/x-global" "13.2.2" + "@polkadot/x-global" "13.2.3" tslib "^2.8.0" -"@polkadot/x-textdecoder@13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-13.2.2.tgz#828a32bd8dac40ed09bf2b24a9edd95d984f9087" - integrity sha512-elpIrgdq22yyvt4fzxwb2IRJEpswPVwizzauRipVy3uUmI/lC2f7D7u9jrC554Xy8UrrAPExX1sWJCxZA8DZ/g== +"@polkadot/x-textdecoder@13.2.3": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-13.2.3.tgz#0725fdd1a4be0c50ffda9b82e12028aad0da8a40" + integrity sha512-i8hRXPtGknmdm3FYv6/94I52VXHJZa5sgYNw1+Hqb4Jqmq4awUjea35CKXd/+aw70Qn8Ngg31l2GoiH494fa+Q== dependencies: - "@polkadot/x-global" "13.2.2" + "@polkadot/x-global" "13.2.3" tslib "^2.8.0" -"@polkadot/x-textencoder@13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-13.2.2.tgz#c3c697eff1b0d1f0195226c37e5189f84a9bf60a" - integrity sha512-nxlNvK5h0KPCaAE/cx92e8JCPAlmFGbuXC9l03C1Ei1wAnOcWuJWRIk2qOkCEYkpT+G0jITPN4dgk634+pBQSw== +"@polkadot/x-textencoder@13.2.3": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-13.2.3.tgz#e0bfd34c37e00a847998a541e1cf804da64083cd" + integrity sha512-wJI3Bb/dC4zyBXJFm5+ZhyBXWoI5wvP8k8qX0/ZC0PQsgSAqs7LVhiofk4Wd94n0P41W5re58LrGXLyziSAshw== dependencies: - "@polkadot/x-global" "13.2.2" + "@polkadot/x-global" "13.2.3" tslib "^2.8.0" "@polkadot/x-ws@^12.3.2": @@ -3301,12 +3310,12 @@ tslib "^2.6.2" ws "^8.15.1" -"@polkadot/x-ws@^13.2.2": - version "13.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-13.2.2.tgz#087bbb6eb025173cbc6be593d3f00d3b64b1880e" - integrity sha512-WEygcHPB55cKLiNoejJ0Lq3Z1fb4hUO3FmYTXdpHgk0xIOfYDrr7rTlI2cZ4Nb32MofeehN/ZStmEW5Edib6TQ== +"@polkadot/x-ws@^13.1.1": + version "13.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-13.2.3.tgz#791f0abf03c1243c1299a80eda4dd84b52ee37e8" + integrity sha512-Y6MTAWgcnrnx/LkBx65X3ZyoJH5EFj3tXtflRoKg1+PLHSLuNBV7Wi5mLcE70z4e5c+4hgBbLq+8SqCqzFtSPw== dependencies: - "@polkadot/x-global" "13.2.2" + "@polkadot/x-global" "13.2.3" tslib "^2.8.0" ws "^8.18.0" @@ -10908,10 +10917,10 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -nock@^13.5.5: - version "13.5.5" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5.tgz#cd1caaca281d42be17d51946367a3d53a6af3e78" - integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA== +nock@^13.5.4: + version "13.5.6" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.6.tgz#5e693ec2300bbf603b61dae6df0225673e6c4997" + integrity sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1" @@ -11605,7 +11614,7 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -"prettier-fallback@npm:prettier@^3": +"prettier-fallback@npm:prettier@^3", prettier@^2.8.0, prettier@^3.1.1, prettier@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a" integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA== @@ -11617,11 +11626,6 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.8.0, prettier@^3.1.1, prettier@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a" - integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA== - pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e" @@ -12914,14 +12918,7 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1, strip-ansi@^7.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1, strip-ansi@^7.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -13935,16 +13932,7 @@ wordwrap@^1.0.0: resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@7.0.0, wrap-ansi@^6.2.0, wrap-ansi@^8.1.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@7.0.0, wrap-ansi@^6.2.0, wrap-ansi@^8.1.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== From 2acb532169bdef81a816f1d890336af77349cd2c Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Wed, 20 Nov 2024 21:49:43 +0100 Subject: [PATCH 3/3] bump apps --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c2057225..a685fe509 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@emotion/styled": "^11.10.4", "@ethersproject/address": "^5.7.0", "@ethersproject/providers": "^5.7.2", - "@galacticcouncil/apps": "8.2.2", + "@galacticcouncil/apps": "8.3.0", "@galacticcouncil/math-lbp": "^1.0.0", "@galacticcouncil/math-liquidity-mining": "^1.0.0", "@galacticcouncil/math-omnipool": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 36e4709b2..3fdc46516 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2205,10 +2205,10 @@ resolved "https://registry.yarnpkg.com/@galacticcouncil/api-augment/-/api-augment-0.3.0.tgz#1377809cf125941410eea6ad97b4da0ca1eabb6c" integrity sha512-f14ftbivheBK8kSnqd8hSQlMPuVLY9571S5yx0LPU6K6m78F3pDPl09OEuJ+dSKHOw8hWzmFxiv0wRMYvDkeKA== -"@galacticcouncil/apps@8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@galacticcouncil/apps/-/apps-8.2.2.tgz#d8ad94e0467619bca9383765a16b0816322df77c" - integrity sha512-nvIayM69XIeeqRDm0TqbawMb12ZFvllMAGaopsXRLnX40orGLen4U88nyai7FolTjelYjZldagcDMhNpn9el2A== +"@galacticcouncil/apps@8.3.0": + version "8.3.0" + resolved "https://registry.yarnpkg.com/@galacticcouncil/apps/-/apps-8.3.0.tgz#601c6431c81ec6c47e0c7e49bf19c1bb58ef408a" + integrity sha512-TN1k3N03CWhm9+wLZmozpSNw3VUUwEYVb1jnGnxtN3qlNDrwH7SrknOWEXgPlZVBaAwbTXL+0D6CB1JNZw70vA== dependencies: "@cfx-kit/wallet-avatar" "0.0.5" "@thi.ng/atom" "^5.1.3"