From cee96d68a15994291a410943dcd5d307d74cd42a Mon Sep 17 00:00:00 2001 From: Tom Jeatt Date: Mon, 8 Jul 2024 13:44:45 +0100 Subject: [PATCH] chore: add dependency --- package.json | 1 + yarn.lock | 224 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 213 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index b63816df4..33b582b10 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.41.12", "private": true, "dependencies": { + "@acala-network/sdk-core": "^4.1.5", "@craco/craco": "^6.1.1", "@headlessui/react": "^1.1.1", "@heroicons/react": "^2.0.18", diff --git a/yarn.lock b/yarn.lock index a98155e52..d9e34ea5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -72,6 +72,18 @@ bignumber.js "^9.0.0" lodash "^4.17.20" +"@acala-network/sdk-core@^4.1.5": + version "4.1.5" + resolved "https://registry.yarnpkg.com/@acala-network/sdk-core/-/sdk-core-4.1.5.tgz#a35c2d250deb3186634c88e021e4472c9d42a3d7" + integrity sha512-1w2nr20/jiFT8QgcptEtdWbQJGZQYFzBvZ6N5avoZ0+ufjTEdz7XKAul+x2uClVKrZgpLZyv3hP5zvdyzSWNfA== + dependencies: + "@polkadot/api" "^8.5.1" + "@polkadot/types" "^8.5.1" + "@types/events" "^3.0.0" + bignumber.js "^9.0.0" + events "^3.2.0" + lodash "^4.17.20" + "@acala-network/sdk@^4.1.9-7": version "4.1.9-13" resolved "https://registry.yarnpkg.com/@acala-network/sdk/-/sdk-4.1.9-13.tgz#74c220c6dd28bdc5aeee25b91400f814ea898732" @@ -1358,7 +1370,7 @@ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.17.8", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.6", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.9", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.6", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.24.7" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12" integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw== @@ -3046,6 +3058,19 @@ "@polkadot/types-codec" "7.15.1" "@polkadot/util" "^8.7.1" +"@polkadot/api-augment@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.14.1.tgz#f44a2e1952cb158bce55db687be9e3ac7113c87e" + integrity sha512-65GMlgVnZd08Ifh8uAj+p/+MlXxvsAfBcCHjQhOmbCE0dki+rzTPUR31LsWyDKtuw+nUBj0iZN4PelO+wU4r0g== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/api-base" "8.14.1" + "@polkadot/rpc-augment" "8.14.1" + "@polkadot/types" "8.14.1" + "@polkadot/types-augment" "8.14.1" + "@polkadot/types-codec" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/api-augment@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.14.2.tgz#2c49cdcfdf7057523db1dc8d7b0801391a8a2e69" @@ -3114,6 +3139,17 @@ "@polkadot/util" "^8.7.1" rxjs "^7.5.5" +"@polkadot/api-base@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.14.1.tgz#a9380b11b74f2bc60dbf62b562b78c779e1d5b24" + integrity sha512-EXFhNXIfpirf18IsqcG2pGQW1/Xn+bfjqVYQMMJ4ZONtYH4baZZlXk7SoXCCHonN2x1ixs4DOcRx5oVxjabdIQ== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/rpc-core" "8.14.1" + "@polkadot/types" "8.14.1" + "@polkadot/util" "^10.1.1" + rxjs "^7.5.6" + "@polkadot/api-base@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.14.2.tgz#605b44e3692a125bd8d97eed9cea8af9d0c454e2" @@ -3205,6 +3241,22 @@ "@polkadot/util-crypto" "^8.7.1" rxjs "^7.5.5" +"@polkadot/api-derive@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.14.1.tgz#9079ad58f66e6a2d45d57947e3d8a40135eba9b9" + integrity sha512-eWG1MrQhHMUjt9gDHN9/9/ZMATu1MolqcalPFhNoGtdON3+I0J3ntjQ4y5X7+p2OGwQplpYRKqbK4k7tKzu8tA== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/api" "8.14.1" + "@polkadot/api-augment" "8.14.1" + "@polkadot/api-base" "8.14.1" + "@polkadot/rpc-core" "8.14.1" + "@polkadot/types" "8.14.1" + "@polkadot/types-codec" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/util-crypto" "^10.1.1" + rxjs "^7.5.6" + "@polkadot/api-derive@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.14.2.tgz#e8fcd4ee3f2b80b9fe34d4dec96169c3bdb4214d" @@ -3336,6 +3388,29 @@ eventemitter3 "^4.0.7" rxjs "^7.5.5" +"@polkadot/api@8.14.1", "@polkadot/api@^8.5.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.14.1.tgz#e2f543700db84f89e873c4e1f8eb78d9e648797e" + integrity sha512-jg26eIKFYqVfDBTAopHL3aDaNw9j6TdUkXuvYJOnynpecU4xwbTVKcOtSOjJ2eRX4MgMQ4zlyMHJx3iKw0uUTA== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/api-augment" "8.14.1" + "@polkadot/api-base" "8.14.1" + "@polkadot/api-derive" "8.14.1" + "@polkadot/keyring" "^10.1.1" + "@polkadot/rpc-augment" "8.14.1" + "@polkadot/rpc-core" "8.14.1" + "@polkadot/rpc-provider" "8.14.1" + "@polkadot/types" "8.14.1" + "@polkadot/types-augment" "8.14.1" + "@polkadot/types-codec" "8.14.1" + "@polkadot/types-create" "8.14.1" + "@polkadot/types-known" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/util-crypto" "^10.1.1" + eventemitter3 "^4.0.7" + rxjs "^7.5.6" + "@polkadot/api@9.14.2", "@polkadot/api@^9.13.2", "@polkadot/api@^9.14.1": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.14.2.tgz#d5cee02236654c6063d7c4b70c78c290db5aba8d" @@ -3433,7 +3508,7 @@ "@polkadot/x-global" "^12.6.2" tslib "^2.6.2" -"@polkadot/keyring@^10.4.2": +"@polkadot/keyring@^10.1.1", "@polkadot/keyring@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-10.4.2.tgz#793377fdb9076df0af771df11388faa6be03c70d" integrity sha512-7iHhJuXaHrRTG6cJDbZE9G+c1ts1dujp0qbO4RfAPmT7YUvphHvAtCKueN9UKPz5+TYDL+rP/jDEaSKU8jl/qQ== @@ -3489,7 +3564,7 @@ "@polkadot/util" "^6.11.1" "@polkadot/util-crypto" "^6.11.1" -"@polkadot/networks@10.4.2", "@polkadot/networks@^10.4.2": +"@polkadot/networks@10.4.2", "@polkadot/networks@^10.1.1", "@polkadot/networks@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-10.4.2.tgz#d7878c6aad8173c800a21140bfe5459261724456" integrity sha512-FAh/znrEvWBiA/LbcT5GXHsCFUl//y9KqxLghSr/CreAmAergiJNT0MVUezC7Y36nkATgmsr4ylFwIxhVtuuCw== @@ -3601,6 +3676,17 @@ "@polkadot/types-codec" "7.15.1" "@polkadot/util" "^8.7.1" +"@polkadot/rpc-augment@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.14.1.tgz#1b55c9e66a8aaafb76e6ed6a37b0682a4331b2a7" + integrity sha512-0dIsNVIMeCp0kV7+Obz0Odt6K32Ka2ygwhiV5jhhJthy8GJBPo94mKDed5gzln3Dgl2LEdJJt1h/pgCx4a2i4A== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/rpc-core" "8.14.1" + "@polkadot/types" "8.14.1" + "@polkadot/types-codec" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/rpc-augment@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.14.2.tgz#eb70d5511463dab8d995faeb77d4edfe4952fe26" @@ -3672,6 +3758,18 @@ "@polkadot/util" "^8.7.1" rxjs "^7.5.5" +"@polkadot/rpc-core@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.14.1.tgz#0b9a408a03ecde820d0d55287efbfb4cb95b537a" + integrity sha512-deQ8Ob59ao/1fZQdaVtFjYR/HCBdxSYvQGt7/alBu1Uig9Sahx9oKcMkU5rWY36XqGZYos4zLay98W2hDlf+6Q== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/rpc-augment" "8.14.1" + "@polkadot/rpc-provider" "8.14.1" + "@polkadot/types" "8.14.1" + "@polkadot/util" "^10.1.1" + rxjs "^7.5.6" + "@polkadot/rpc-core@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.14.2.tgz#26d4f00ac7abbf880f8280e9b96235880d35794b" @@ -3783,6 +3881,25 @@ mock-socket "^9.1.2" nock "^13.2.4" +"@polkadot/rpc-provider@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.14.1.tgz#d318a3cb3c71410cea6a9c2c609d39e3fc62d8bb" + integrity sha512-pAUSHZiSWLhBSYf4LmLc8iCaeqTu7Ajn8AzyqxvZDHGnIrzV5M7eTjpNDP84qno6jWRHKQ/IILr62hausEmS5w== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/keyring" "^10.1.1" + "@polkadot/types" "8.14.1" + "@polkadot/types-support" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/util-crypto" "^10.1.1" + "@polkadot/x-fetch" "^10.1.1" + "@polkadot/x-global" "^10.1.1" + "@polkadot/x-ws" "^10.1.1" + "@substrate/connect" "0.7.9" + eventemitter3 "^4.0.7" + mock-socket "^9.1.5" + nock "^13.2.9" + "@polkadot/rpc-provider@9.14.2", "@polkadot/rpc-provider@^9.13.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.14.2.tgz#0dea667f3a03bf530f202cba5cd360df19b32e30" @@ -3853,6 +3970,16 @@ "@polkadot/types-codec" "7.15.1" "@polkadot/util" "^8.7.1" +"@polkadot/types-augment@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.14.1.tgz#6868d7f1321f6cd2b5028374bc496e5174fcf15e" + integrity sha512-Xa4TUFqyZT+IJ6pBSwDjWcF42u/E34OyC+gbs5Z2vWQ4EzSDkq4xNoUKjJlEEgTemsD9lhPOIc4jvqTCefwxEw== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/types" "8.14.1" + "@polkadot/types-codec" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/types-augment@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.14.2.tgz#1a478e18e713b04038f3e171287ee5abe908f0aa" @@ -3907,6 +4034,15 @@ "@babel/runtime" "^7.17.8" "@polkadot/util" "^8.7.1" +"@polkadot/types-codec@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.14.1.tgz#b5342fa38e17eb1183434981e23334d5bd1ecd2e" + integrity sha512-y6YDN4HwvEgSWlgrEV04QBBxDxES1cTuUQFzZJzOTuZCWpA371Mdj3M9wYxGXMnj0wa+rCQGECHPZZaNxBMiKg== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/util" "^10.1.1" + "@polkadot/x-bigint" "^10.1.1" + "@polkadot/types-codec@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.14.2.tgz#d625c80495d7a68237b3d5c0a60ff10d206131fa" @@ -3961,6 +4097,15 @@ "@polkadot/types-codec" "7.15.1" "@polkadot/util" "^8.7.1" +"@polkadot/types-create@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.14.1.tgz#46af719c33581576eed03658baf3aaa932b3d89c" + integrity sha512-fb9yyblj5AYAPzeCIq0kYSfzDxRDi/0ud9gN2UzB3H7M/O4n2mPC1vD4UOLF+B7l9QzCrt4e+k+/riGp7GfvyA== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/types-codec" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/types-create@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.14.2.tgz#aec515a2d3bc7e7b7802095cdd35ece48dc442bc" @@ -4050,6 +4195,18 @@ "@polkadot/types-create" "7.15.1" "@polkadot/util" "^8.7.1" +"@polkadot/types-known@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.14.1.tgz#86103e2b58da15cf74d2babc0cba544a2b12702a" + integrity sha512-GP7gRo9nmitykkrRnoLF61Qm19UFdTwMsOnJkdm7AOeWDmZGxutacgO6k1tBsHr38hsiCCGsB/JiseUgywvGIw== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/networks" "^10.1.1" + "@polkadot/types" "8.14.1" + "@polkadot/types-codec" "8.14.1" + "@polkadot/types-create" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/types-known@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.14.2.tgz#17fe5034a5b907bd006093a687f112b07edadf10" @@ -4102,6 +4259,14 @@ "@babel/runtime" "^7.17.8" "@polkadot/util" "^8.7.1" +"@polkadot/types-support@8.14.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.14.1.tgz#a227266aa296847c43f6d51426c22ce68357bd2c" + integrity sha512-XqR4qq6pCZyNBuFVod8nFSNUmLssrjoU9bOIn4Ua2cqNlI9xsuKaI1X5ySEn/oWOtKQ2L5hbCm9vkXrEtXBl1w== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/util" "^10.1.1" + "@polkadot/types-support@9.14.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.14.2.tgz#d25e8d4e5ec3deef914cb55fc8bc5448431ddd18" @@ -4202,6 +4367,20 @@ "@polkadot/util-crypto" "^8.7.1" rxjs "^7.5.5" +"@polkadot/types@8.14.1", "@polkadot/types@^8.5.1": + version "8.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.14.1.tgz#a0149680d06b02bc23b842865b84840a5bc8b870" + integrity sha512-Xza16ejKrSd4XhTOlbfISyxZ2sRmbMAZk5pX7VEMHVZHqV98o+bJ2f9Kk7F8YJijkHHGosCLDestP9R5nLoOoA== + dependencies: + "@babel/runtime" "^7.18.9" + "@polkadot/keyring" "^10.1.1" + "@polkadot/types-augment" "8.14.1" + "@polkadot/types-codec" "8.14.1" + "@polkadot/types-create" "8.14.1" + "@polkadot/util" "^10.1.1" + "@polkadot/util-crypto" "^10.1.1" + rxjs "^7.5.6" + "@polkadot/types@9.14.2", "@polkadot/types@^9.13.2": version "9.14.2" resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.14.2.tgz#5105f41eb9e8ea29938188d21497cbf1753268b8" @@ -4249,7 +4428,7 @@ colord "^2.9.3" tslib "^2.6.2" -"@polkadot/util-crypto@10.4.2", "@polkadot/util-crypto@^10.4.2": +"@polkadot/util-crypto@10.4.2", "@polkadot/util-crypto@^10.1.1", "@polkadot/util-crypto@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-10.4.2.tgz#871fb69c65768bd48c57bb5c1f76a85d979fb8b5" integrity sha512-RxZvF7C4+EF3fzQv8hZOLrYCBq5+wA+2LWv98nECkroChY3C2ZZvyWDqn8+aonNULt4dCVTWDZM0QIY6y4LUAQ== @@ -4343,7 +4522,7 @@ ed2curve "^0.3.0" tweetnacl "^1.0.3" -"@polkadot/util@10.4.2", "@polkadot/util@^10.4.2": +"@polkadot/util@10.4.2", "@polkadot/util@^10.1.1", "@polkadot/util@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.4.2.tgz#df41805cb27f46b2b4dad24c371fa2a68761baa1" integrity sha512-0r5MGICYiaCdWnx+7Axlpvzisy/bi1wZGXgCSw5+ZTyPTOqvsYRqM2X879yxvMsGfibxzWqNzaiVjToz1jvUaA== @@ -4559,7 +4738,7 @@ dependencies: tslib "^2.6.2" -"@polkadot/x-bigint@10.4.2", "@polkadot/x-bigint@^10.4.2": +"@polkadot/x-bigint@10.4.2", "@polkadot/x-bigint@^10.1.1", "@polkadot/x-bigint@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.4.2.tgz#7eb2ec732259df48b5a00f07879a1331e05606ec" integrity sha512-awRiox+/XSReLzimAU94fPldowiwnnMUkQJe8AebYhNocAj6SJU00GNoj6j6tAho6yleOwrTJXZaWFBaQVJQNg== @@ -4583,7 +4762,7 @@ "@babel/runtime" "^7.17.8" "@polkadot/x-global" "8.7.1" -"@polkadot/x-fetch@^10.4.2": +"@polkadot/x-fetch@^10.1.1", "@polkadot/x-fetch@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-10.4.2.tgz#bc6ba70de71a252472fbe36180511ed920e05f05" integrity sha512-Ubb64yaM4qwhogNP+4mZ3ibRghEg5UuCYRMNaCFoPgNAY8tQXuDKrHzeks3+frlmeH9YRd89o8wXLtWouwZIcw== @@ -4612,7 +4791,7 @@ "@types/node-fetch" "^2.6.1" node-fetch "^2.6.7" -"@polkadot/x-global@10.4.2", "@polkadot/x-global@^10.4.2": +"@polkadot/x-global@10.4.2", "@polkadot/x-global@^10.1.1", "@polkadot/x-global@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.4.2.tgz#5662366e3deda0b4c8f024b2d902fa838f9e60a4" integrity sha512-g6GXHD/ykZvHap3M6wh19dO70Zm43l4jEhlxf5LtTo5/0/UporFCXr2YJYZqfbn9JbQwl1AU+NroYio+vtJdiA== @@ -4775,7 +4954,7 @@ "@babel/runtime" "^7.17.8" "@polkadot/x-global" "8.7.1" -"@polkadot/x-ws@^10.4.2": +"@polkadot/x-ws@^10.1.1", "@polkadot/x-ws@^10.4.2": version "10.4.2" resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-10.4.2.tgz#4e9d88f37717570ccf942c6f4f63b06260f45025" integrity sha512-3gHSTXAWQu1EMcMVTF5QDKHhEHzKxhAArweEyDXE7VsgKUP/ixxw4hVZBrkX122iI5l5mjSiooRSnp/Zl3xqDQ== @@ -6545,6 +6724,15 @@ eventemitter3 "^4.0.7" smoldot "1.0.4" +"@substrate/connect@0.7.9": + version "0.7.9" + resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.9.tgz#0bb65fef28c70051e6158e10f633005e899fbb5b" + integrity sha512-E6bdBhzsfHNAKlmQSvbTW1jyb0WcIvgbrEBfJ4B6FZ3t1wpGjldL6GrYtegVtKr9/ySQ/pFNn0uVbugukpMDjQ== + dependencies: + "@substrate/connect-extension-protocol" "^1.0.1" + "@substrate/smoldot-light" "0.6.25" + eventemitter3 "^4.0.7" + "@substrate/connect@0.8.10": version "0.8.10" resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.8.10.tgz#810b6589f848828aa840c731a1f36b84fe0e5956" @@ -6591,6 +6779,13 @@ "@substrate/connect-known-chains" "^1.1.4" rxjs "^7.8.1" +"@substrate/smoldot-light@0.6.25": + version "0.6.25" + resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.6.25.tgz#3025ba5134b1be470855f901ffeb028a0f93460c" + integrity sha512-OQ9/bnJJy90xSRg5Vp9MIvrgbrVt/r/FwXYSmyLeBBNbJt6o1gSeshVo8icD+2VWwd/TJ2oHl5CVQWe89MyByA== + dependencies: + websocket "^1.0.32" + "@substrate/smoldot-light@0.6.8": version "0.6.8" resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.6.8.tgz#e626e25cd2386824f1164e7d7dda7258580c36e4" @@ -6964,6 +7159,11 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== +"@types/events@^3.0.0": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.3.tgz#a8ef894305af28d1fc6d2dfdfc98e899591ea529" + integrity sha512-trOc4AAUThEz9hapPtSd7wf5tiQKvTtu5b371UxXdTuqzIh0ArcRspRP0i0Viu+LXstIQ1z96t1nsPxT9ol01g== + "@types/glob@*": version "8.1.0" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc" @@ -16166,7 +16366,7 @@ mkdirp@^3.0.1: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50" integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg== -mock-socket@^9.1.2, mock-socket@^9.2.1, mock-socket@^9.3.1: +mock-socket@^9.1.2, mock-socket@^9.1.5, mock-socket@^9.2.1, mock-socket@^9.3.1: version "9.3.1" resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.3.1.tgz#24fb00c2f573c84812aa4a24181bb025de80cc8e" integrity sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw== @@ -16354,7 +16554,7 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -nock@^13.2.4, nock@^13.3.0, nock@^13.3.1, nock@^13.5.0: +nock@^13.2.4, nock@^13.2.9, nock@^13.3.0, nock@^13.3.1, nock@^13.5.0: version "13.5.4" resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== @@ -19606,7 +19806,7 @@ rxjs@^6.6.7: dependencies: tslib "^1.9.0" -rxjs@^7.4.0, rxjs@^7.5.1, rxjs@^7.5.5, rxjs@^7.8.0, rxjs@^7.8.1: +rxjs@^7.4.0, rxjs@^7.5.1, rxjs@^7.5.5, rxjs@^7.5.6, rxjs@^7.8.0, rxjs@^7.8.1: version "7.8.1" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==