diff --git a/package.json b/package.json index f604a84..218a3c0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "start": "node ./dist/index.js start" }, "dependencies": { - "@polkadot/api": "^9.4.2", + "@polkadot/api": "^10.0.1", "@w3f/config": "^0.1.1", "@w3f/logger": "^0.4.2", "commander": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 30cb2cb..8d1fe04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -833,11 +833,34 @@ resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.3.tgz#360afc77610e0a61f3417e497dcf36862e4f8111" integrity sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A== +"@noble/hashes@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.2.0.tgz#a3150eeb09cc7ab207ebf6d7b9ad311a9bdbed12" + integrity sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ== + "@noble/secp256k1@1.7.0": version "1.7.0" resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.0.tgz#d15357f7c227e751d90aa06b05a0e5cf993ba8c1" integrity sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw== +"@noble/secp256k1@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c" + integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw== + +"@polkadot/api-augment@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-10.0.1.tgz#b8e7766e1d89e3ee753ae053e3edd21ddc0c780c" + integrity sha512-VOMkUurEZ/r27Sx5zeGACApm4wLZx5bsxo8sWxaVE1enZvob1JpzGuN12rTlMr0ej4Az8BxvlGbcT3fQYw275Q== + dependencies: + "@polkadot/api-base" "10.0.1" + "@polkadot/rpc-augment" "10.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/types-augment" "10.0.1" + "@polkadot/types-codec" "10.0.1" + "@polkadot/util" "^11.0.1" + tslib "^2.5.0" + "@polkadot/api-augment@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.9.4.tgz#cb09d8edfc3a5d61c6519f30a2f02b1bb939c9f6" @@ -851,6 +874,17 @@ "@polkadot/types-codec" "9.9.4" "@polkadot/util" "^10.1.14" +"@polkadot/api-base@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-10.0.1.tgz#c3f19b5ea483ba642e98724364b58c9e16ba26fe" + integrity sha512-yuCgHYQU7Tn32I4sNk5Qb/OwB85ICXCfWja95watbEP6os601IllI6s7JhFx3G4fjvfI94DzewOnOhhBHt+2SA== + dependencies: + "@polkadot/rpc-core" "10.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/util" "^11.0.1" + rxjs "^7.8.0" + tslib "^2.5.0" + "@polkadot/api-base@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.9.4.tgz#eccc645b60485bfe64a5e6a9ebb3195d2011c0ee" @@ -862,6 +896,22 @@ "@polkadot/util" "^10.1.14" rxjs "^7.5.7" +"@polkadot/api-derive@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-10.0.1.tgz#fa62a5dc9301167fc628483a6bce65fd5f5a8adc" + integrity sha512-btiE/ATJybKqBBYQvjujXZ+WrMfzwNvKRGI84cbEYnX4OHIo47O/v+zGQ2nUhbOfcJFa8FBU6dB9fMTBRl2R5g== + dependencies: + "@polkadot/api" "10.0.1" + "@polkadot/api-augment" "10.0.1" + "@polkadot/api-base" "10.0.1" + "@polkadot/rpc-core" "10.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/types-codec" "10.0.1" + "@polkadot/util" "^11.0.1" + "@polkadot/util-crypto" "^11.0.1" + rxjs "^7.8.0" + tslib "^2.5.0" + "@polkadot/api-derive@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.9.4.tgz#0eedd9c604be2425d8a1adcf048446184a5aaec9" @@ -878,6 +928,29 @@ "@polkadot/util-crypto" "^10.1.14" rxjs "^7.5.7" +"@polkadot/api@10.0.1", "@polkadot/api@^10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-10.0.1.tgz#ff3272e9f3d5d8c6d7c9e842f0a11c1c6a462265" + integrity sha512-XDJwGqtnFKWlY2kEGOCOAFhczgUxwNZ553zVbmkR65eK4gVlCwIMHLkU/rPlPf/QShrTCZXQhaS/HwIXeFHIvw== + dependencies: + "@polkadot/api-augment" "10.0.1" + "@polkadot/api-base" "10.0.1" + "@polkadot/api-derive" "10.0.1" + "@polkadot/keyring" "^11.0.1" + "@polkadot/rpc-augment" "10.0.1" + "@polkadot/rpc-core" "10.0.1" + "@polkadot/rpc-provider" "10.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/types-augment" "10.0.1" + "@polkadot/types-codec" "10.0.1" + "@polkadot/types-create" "10.0.1" + "@polkadot/types-known" "10.0.1" + "@polkadot/util" "^11.0.1" + "@polkadot/util-crypto" "^11.0.1" + eventemitter3 "^5.0.0" + rxjs "^7.8.0" + tslib "^2.5.0" + "@polkadot/api@9.9.4", "@polkadot/api@^9.4.2", "@polkadot/api@^9.9.1": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.9.4.tgz#a4899d7497644378a94e0cc6fcbf73a5e2d31b92" @@ -910,6 +983,15 @@ "@polkadot/util" "10.1.14" "@polkadot/util-crypto" "10.1.14" +"@polkadot/keyring@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-11.0.1.tgz#e03de854f15ae68b5797137604d5055e55412bac" + integrity sha512-ypQs9cYp/WsmHPvnv4RowbVyZTdOg8rIvcHj6Ols3sqJbQXVn9rfWZTS2l341d9z4kJtmqwbSdKAVV0GT+Mj1A== + dependencies: + "@polkadot/util" "11.0.1" + "@polkadot/util-crypto" "11.0.1" + tslib "^2.5.0" + "@polkadot/networks@10.1.14", "@polkadot/networks@^10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-10.1.14.tgz#bb33015903e8220e11377141efa1e0d6c50c87e6" @@ -919,6 +1001,26 @@ "@polkadot/util" "10.1.14" "@substrate/ss58-registry" "^1.35.0" +"@polkadot/networks@11.0.1", "@polkadot/networks@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-11.0.1.tgz#c97d8eebc8c415bb6966d9d0cf46eb4eb40b7732" + integrity sha512-el1qzqFVhZQry/m9Qriq/AcksXOKGwgl6Aq5RsjpRLLMJyxHjATTICOPdKoY5gxSnVayku/fd46eak31/O/MnA== + dependencies: + "@polkadot/util" "11.0.1" + "@substrate/ss58-registry" "^1.39.0" + tslib "^2.5.0" + +"@polkadot/rpc-augment@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-10.0.1.tgz#f46a97543310837fd2feabc9419b9e8a6c68f9c0" + integrity sha512-DZK4V99qIhtSS9gaYL5BjsFoa5DxIunO3emxvc5V0jm3o5ZNejGDwRCZNL/atIt5tGyjosU6cYMmVvvgLuQbzg== + dependencies: + "@polkadot/rpc-core" "10.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/types-codec" "10.0.1" + "@polkadot/util" "^11.0.1" + tslib "^2.5.0" + "@polkadot/rpc-augment@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz#82a1473143cb9ec1183e01babcfe7ac396ad456b" @@ -930,6 +1032,18 @@ "@polkadot/types-codec" "9.9.4" "@polkadot/util" "^10.1.14" +"@polkadot/rpc-core@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-10.0.1.tgz#f6644c9e61c4001c76db2cc5cf80443d83cef26a" + integrity sha512-HuWFttfQknSfB0Xff+svDP1rba5cwLyOhJ4EDPxz2QcyChTdOCzHBymD9GLKZJEaGp+IT4VOcUPwLDMml1TG1A== + dependencies: + "@polkadot/rpc-augment" "10.0.1" + "@polkadot/rpc-provider" "10.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/util" "^11.0.1" + rxjs "^7.8.0" + tslib "^2.5.0" + "@polkadot/rpc-core@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz#30cb94dfb9438ef54f6ab9367bc533fa6934dbc5" @@ -942,6 +1056,26 @@ "@polkadot/util" "^10.1.14" rxjs "^7.5.7" +"@polkadot/rpc-provider@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-10.0.1.tgz#ad94e2f0c357263a7ea5e1b6566f6e772ad0b38a" + integrity sha512-kv6uShbKgBZtoRcsxTVxpzkjRUqcd/cctG0lEqpy2BZU8koCnSu3XhooifcTm8jO17EUuC4Mm/wfM0DQKmojmQ== + dependencies: + "@polkadot/keyring" "^11.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/types-support" "10.0.1" + "@polkadot/util" "^11.0.1" + "@polkadot/util-crypto" "^11.0.1" + "@polkadot/x-fetch" "^11.0.1" + "@polkadot/x-global" "^11.0.1" + "@polkadot/x-ws" "^11.0.1" + eventemitter3 "^5.0.0" + mock-socket "^9.2.1" + nock "^13.3.0" + tslib "^2.5.0" + optionalDependencies: + "@substrate/connect" "0.7.20" + "@polkadot/rpc-provider@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz#dab6d72e83e325dc170e03d0edf5f7bec07c0293" @@ -961,6 +1095,16 @@ mock-socket "^9.1.5" nock "^13.2.9" +"@polkadot/types-augment@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-10.0.1.tgz#5c3d40c2976510f893e11f6acde02d8fe0c40a8b" + integrity sha512-PK7CmZwamJiqIIuyeEfV2a1KsEKAuviTH7DkDZWb1aH8495hNkKx88JeTwotjTG6xrkaFZcEqF7UbhXCQs2zOA== + dependencies: + "@polkadot/types" "10.0.1" + "@polkadot/types-codec" "10.0.1" + "@polkadot/util" "^11.0.1" + tslib "^2.5.0" + "@polkadot/types-augment@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.9.4.tgz#08a2a89c0b8000ef156a0ed41f5eb7aa55cc1bb1" @@ -971,6 +1115,15 @@ "@polkadot/types-codec" "9.9.4" "@polkadot/util" "^10.1.14" +"@polkadot/types-codec@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.0.1.tgz#c9f4fd0142800fc5339de3c0d6c1611d7d0947d8" + integrity sha512-RrrEuc6PZID/VvIH+eZ6aqvpx7kjbFD58nsb/8ZQR57352EP4tVvR3arHsqh6j2WiM62uJ3zKT/rL8bCYVHjIw== + dependencies: + "@polkadot/util" "^11.0.1" + "@polkadot/x-bigint" "^11.0.1" + tslib "^2.5.0" + "@polkadot/types-codec@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.9.4.tgz#1219a6b453dab8e53a0d376f13394b02964c7665" @@ -980,6 +1133,15 @@ "@polkadot/util" "^10.1.14" "@polkadot/x-bigint" "^10.1.14" +"@polkadot/types-create@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-10.0.1.tgz#c94edbd181abc5b589a7807b20ccd16788eae2cd" + integrity sha512-Sr4BmswhFGj09e727XeS4nOnrvkWwWSSaXAwLenwVOCK9UaevYw+jmc28HcYypL5+i8kT4jKyU+1av7UtJyOzg== + dependencies: + "@polkadot/types-codec" "10.0.1" + "@polkadot/util" "^11.0.1" + tslib "^2.5.0" + "@polkadot/types-create@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.9.4.tgz#d2d3d0e4c3cd4a0a4581dcb418a8f6bec657b986" @@ -989,6 +1151,18 @@ "@polkadot/types-codec" "9.9.4" "@polkadot/util" "^10.1.14" +"@polkadot/types-known@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-10.0.1.tgz#0bbee8b8556d202549b2cacd7336122da9796492" + integrity sha512-GoHnDS1yKwLmsEQX7xjcMNR5SvaszxGV7E5Jkgl16VOF3QmO13Vs19jz1bdyv4Dw6soKFI5XAUEJY9PoA0DDMg== + dependencies: + "@polkadot/networks" "^11.0.1" + "@polkadot/types" "10.0.1" + "@polkadot/types-codec" "10.0.1" + "@polkadot/types-create" "10.0.1" + "@polkadot/util" "^11.0.1" + tslib "^2.5.0" + "@polkadot/types-known@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.9.4.tgz#d30fa2c5c964b76b748413004758d05eb8f0e8f9" @@ -1001,6 +1175,14 @@ "@polkadot/types-create" "9.9.4" "@polkadot/util" "^10.1.14" +"@polkadot/types-support@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-10.0.1.tgz#301125e2e2840801e575cb969fe0cc2bb36df86a" + integrity sha512-J5i4BM08/HZGBNQhN2X29eWPS8+Ie7n6O8L0y8IZ3rS0hkXU1V2SFd9X4LO8ADPGvT3JvPpQKESsq0f/Z5UbYQ== + dependencies: + "@polkadot/util" "^11.0.1" + tslib "^2.5.0" + "@polkadot/types-support@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.9.4.tgz#3f2eb1097a268bdd280d36fb53b7cdc98a5e238c" @@ -1009,6 +1191,20 @@ "@babel/runtime" "^7.20.1" "@polkadot/util" "^10.1.14" +"@polkadot/types@10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-10.0.1.tgz#54c636bbe6f151c5e4bc2c9220bb98bbb1fc428d" + integrity sha512-/ALKLIWulXJrK/nNEY8iXByZRwaq1uQiRzzFqwWgfGpnLVCHYljV5ZEi3QqeDjGJzywQYxqJB+bJSiUe0+iNvg== + dependencies: + "@polkadot/keyring" "^11.0.1" + "@polkadot/types-augment" "10.0.1" + "@polkadot/types-codec" "10.0.1" + "@polkadot/types-create" "10.0.1" + "@polkadot/util" "^11.0.1" + "@polkadot/util-crypto" "^11.0.1" + rxjs "^7.8.0" + tslib "^2.5.0" + "@polkadot/types@9.9.4": version "9.9.4" resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.9.4.tgz#a1b38174f5a9e2aa97612157d12faffd905b126e" @@ -1040,6 +1236,23 @@ ed2curve "^0.3.0" tweetnacl "^1.0.3" +"@polkadot/util-crypto@11.0.1", "@polkadot/util-crypto@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-11.0.1.tgz#ec17ee499bf78262d1cc23963fb365aeb4ede34b" + integrity sha512-IEircl43g6ZT9IqjzB1ttR7vK+/IaUar6l8yeU+Bn6x0TSS6tXyOJmXfVsXsqfLM58GIXY18mBZCTfhF/LwuKg== + dependencies: + "@noble/hashes" "1.2.0" + "@noble/secp256k1" "1.7.1" + "@polkadot/networks" "11.0.1" + "@polkadot/util" "11.0.1" + "@polkadot/wasm-crypto" "^7.0.2" + "@polkadot/x-bigint" "11.0.1" + "@polkadot/x-randomvalues" "11.0.1" + "@scure/base" "1.1.1" + ed2curve "^0.3.0" + tslib "^2.5.0" + tweetnacl "^1.0.3" + "@polkadot/util@10.1.14", "@polkadot/util@^10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.1.14.tgz#f69630acebb1ce18e25e9b2ad626d4315ca268dd" @@ -1053,6 +1266,19 @@ "@types/bn.js" "^5.1.1" bn.js "^5.2.1" +"@polkadot/util@11.0.1", "@polkadot/util@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-11.0.1.tgz#04ce76339a7bd6ea2746173cbac119905330b47a" + integrity sha512-IMk3hPxIGzlAW6fhOigVPMvaW0E+dTMzO1IKnEATdhAJFKjaqU4K9Pwj79fj93xgM5Y8PkHV5sUPJKuce+u+4A== + dependencies: + "@polkadot/x-bigint" "11.0.1" + "@polkadot/x-global" "11.0.1" + "@polkadot/x-textdecoder" "11.0.1" + "@polkadot/x-textencoder" "11.0.1" + "@types/bn.js" "^5.1.1" + bn.js "^5.2.1" + tslib "^2.5.0" + "@polkadot/wasm-bridge@6.3.1": version "6.3.1" resolved "https://registry.yarnpkg.com/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz#439fa78e80947a7cb695443e1f64b25c30bb1487" @@ -1060,6 +1286,13 @@ dependencies: "@babel/runtime" "^7.18.9" +"@polkadot/wasm-bridge@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-bridge/-/wasm-bridge-7.0.2.tgz#c906c12fa5a2ce40515c37d88a17637f467f6199" + integrity sha512-towgTgPG3FRLBRGPi4rLgdklouZxpedbwzUJ2s2CPrpCrbBxCsVn7Z36Wmr0qgLUTqzQEed3DFtluu5Od3EJLQ== + dependencies: + tslib "^2.5.0" + "@polkadot/wasm-crypto-asmjs@6.3.1": version "6.3.1" resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz#e8f469c9cf4a7709c8131a96f857291953f3e30a" @@ -1067,6 +1300,13 @@ dependencies: "@babel/runtime" "^7.18.9" +"@polkadot/wasm-crypto-asmjs@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-7.0.2.tgz#c7f807ee4f290c98d6b17b629f0b2cdcc4f8b186" + integrity sha512-oSNp+vrnBlPf2CpXBjq+jxfzaCuem+hGgyNxEDlwkON1yyopHXxyHhChmFt6zbDXkcUa6+YEaH0XT94ZC94Qrg== + dependencies: + tslib "^2.5.0" + "@polkadot/wasm-crypto-init@6.3.1": version "6.3.1" resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz#b590220c53c94b9a54d5dc236d0cbe943db76706" @@ -1077,6 +1317,16 @@ "@polkadot/wasm-crypto-asmjs" "6.3.1" "@polkadot/wasm-crypto-wasm" "6.3.1" +"@polkadot/wasm-crypto-init@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-init/-/wasm-crypto-init-7.0.2.tgz#e707c34ba6be9ee1419453eeceab2b441da7fef3" + integrity sha512-OQLelialR0swKp5iEisYJSP0nvs8FmchPt5juI6cRhn9k2jO+88c/s9Igh0Q+77wU5dhCT+tT4HqgilhJP4UHQ== + dependencies: + "@polkadot/wasm-bridge" "7.0.2" + "@polkadot/wasm-crypto-asmjs" "7.0.2" + "@polkadot/wasm-crypto-wasm" "7.0.2" + tslib "^2.5.0" + "@polkadot/wasm-crypto-wasm@6.3.1": version "6.3.1" resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz#67f720e7f9694fef096abe9d60abbac02e032383" @@ -1085,6 +1335,14 @@ "@babel/runtime" "^7.18.9" "@polkadot/wasm-util" "6.3.1" +"@polkadot/wasm-crypto-wasm@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-7.0.2.tgz#6adecfd7ac7dec7967c427adcc18c9b6be09e566" + integrity sha512-e1UztCUZ9s9LRfu8AhnWZDrxNhsuPBOJdDmOqoqe1dHaBQpB/R4+v1NhT9nLRSOM/JmV6B1PIaehcRbkb++8KA== + dependencies: + "@polkadot/wasm-util" "7.0.2" + tslib "^2.5.0" + "@polkadot/wasm-crypto@^6.3.1": version "6.3.1" resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz#63f5798aca2b2ff0696f190e6862d9781d8f280c" @@ -1097,6 +1355,18 @@ "@polkadot/wasm-crypto-wasm" "6.3.1" "@polkadot/wasm-util" "6.3.1" +"@polkadot/wasm-crypto@^7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-7.0.2.tgz#44aa5f5322f3e8bdcacb1806e3e1a6543d20cbb4" + integrity sha512-ETOl4OSAZMI8fzMR9f6uH8vid81CUIgJFZYLVkCwNS7kttdWHKO1EOGnlmuH0dzsEZ4YQOcfV4jx6fZ+2yS+YQ== + dependencies: + "@polkadot/wasm-bridge" "7.0.2" + "@polkadot/wasm-crypto-asmjs" "7.0.2" + "@polkadot/wasm-crypto-init" "7.0.2" + "@polkadot/wasm-crypto-wasm" "7.0.2" + "@polkadot/wasm-util" "7.0.2" + tslib "^2.5.0" + "@polkadot/wasm-util@6.3.1": version "6.3.1" resolved "https://registry.yarnpkg.com/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz#439ebb68a436317af388ed6438b8f879df3afcda" @@ -1104,6 +1374,13 @@ dependencies: "@babel/runtime" "^7.18.9" +"@polkadot/wasm-util@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-util/-/wasm-util-7.0.2.tgz#1f3eaf048bd9134f08857e74325084ce129cd50c" + integrity sha512-N7bnZDNwUkjVO2WiJ6VvB0y8JS+CgiFTz6ofLxxSa/0HtBW1boCLrLxvp9EA0rh1+Ca212spLNM1GNkD/msMeg== + dependencies: + tslib "^2.5.0" + "@polkadot/x-bigint@10.1.14", "@polkadot/x-bigint@^10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.1.14.tgz#5ae56c10f3ac8c29fcd2cc3f5236ac4ff7e52af0" @@ -1112,6 +1389,14 @@ "@babel/runtime" "^7.20.1" "@polkadot/x-global" "10.1.14" +"@polkadot/x-bigint@11.0.1", "@polkadot/x-bigint@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-11.0.1.tgz#0a2c21f8fa76d1299a02111f8391d16593f456ae" + integrity sha512-/Sbl5seEG5F7og6UsjYi+V7/LrVw5cRoXhs3oEv8MFh5yIzCXaTO8vLd06PHLkNwBUvEBtfrbhuVYi+FDTAP0g== + dependencies: + "@polkadot/x-global" "11.0.1" + tslib "^2.5.0" + "@polkadot/x-fetch@^10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-10.1.14.tgz#e89e0eb28b7275e674281cae68aff71835e1df33" @@ -1122,6 +1407,15 @@ "@types/node-fetch" "^2.6.2" node-fetch "^3.3.0" +"@polkadot/x-fetch@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-11.0.1.tgz#fc77042c1f226a6235ea55799f2dd632462d1ba2" + integrity sha512-P1Dxof3F1y7vH44akgfaVk2+5bRtyxONxsX1hmcNH/QaFEXF49bDj2+asScxXXbDZyBfBdy847ec39w7tj2HIQ== + dependencies: + "@polkadot/x-global" "11.0.1" + node-fetch "^3.3.0" + tslib "^2.5.0" + "@polkadot/x-global@10.1.14", "@polkadot/x-global@^10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.1.14.tgz#d7d788f00eddd05e72c8ccf44034e2292e312854" @@ -1129,6 +1423,13 @@ dependencies: "@babel/runtime" "^7.20.1" +"@polkadot/x-global@11.0.1", "@polkadot/x-global@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-11.0.1.tgz#c52f0d6790d3d1c8a8dfc0b503809652c95ff459" + integrity sha512-K14xREFEH1OqFcoD8cabByuqarX0NRz/iUlYcUv2Xgs+CCk6xfgdjCbFFoTHH5bzNqIJrrEjAbOn3zL4Xm1W4g== + dependencies: + tslib "^2.5.0" + "@polkadot/x-randomvalues@10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-10.1.14.tgz#d34e74c983d7740cc30ac4c594fe237a1f60c0ca" @@ -1137,6 +1438,14 @@ "@babel/runtime" "^7.20.1" "@polkadot/x-global" "10.1.14" +"@polkadot/x-randomvalues@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-11.0.1.tgz#2eefd528620a8bb25a2ad68756b094928737b8ef" + integrity sha512-4WwmZ+uO2vyNWOB1EPUi47enuX7sftJi8maGkHVvJy0ZWWPvf4VzXkburVA8PX1if8uPJDL1/3SVdMjwPALWHQ== + dependencies: + "@polkadot/x-global" "11.0.1" + tslib "^2.5.0" + "@polkadot/x-textdecoder@10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-10.1.14.tgz#06aee763c4023b2fa17302e9e403afa262c78423" @@ -1145,6 +1454,14 @@ "@babel/runtime" "^7.20.1" "@polkadot/x-global" "10.1.14" +"@polkadot/x-textdecoder@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-11.0.1.tgz#4f42d41150ebf5c36a40adb0dfe7b7da530a21a5" + integrity sha512-uadRuBPGeZNDknOk9FQWgnzTiVE4tHmSl5cBO9g/UWurqbovme01rQGhgARp3x9jrRC0/3xxsAAR96VhPh1ftA== + dependencies: + "@polkadot/x-global" "11.0.1" + tslib "^2.5.0" + "@polkadot/x-textencoder@10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-10.1.14.tgz#595fc47f443471ba0e850c936893bd28e89903d8" @@ -1153,6 +1470,14 @@ "@babel/runtime" "^7.20.1" "@polkadot/x-global" "10.1.14" +"@polkadot/x-textencoder@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-11.0.1.tgz#f95c7c3e06065862e3a2624ad873bbf0329c7d3b" + integrity sha512-uzol/LRVxDQZNY/FLu0NpCsZLungIPdLG4FQjB4nBzJ1wW+z+AEuUHIVRJ87ohwikEB6yr20Prmz7g9kF4eB9g== + dependencies: + "@polkadot/x-global" "11.0.1" + tslib "^2.5.0" + "@polkadot/x-ws@^10.1.14": version "10.1.14" resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-10.1.14.tgz#f96fa396283cdb345555da63da7a5cf0bd19b8d1" @@ -1163,6 +1488,15 @@ "@types/websocket" "^1.0.5" websocket "^1.0.34" +"@polkadot/x-ws@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-11.0.1.tgz#4c588a9abb4649dbae561503f816f98c844cb260" + integrity sha512-L72dBHW6l6oLwixNL61kdGNmcaxgQNvrNL1sVTbG7ERZtUjH3oi7OdfiBvM7OKqwlDd5Ql+8lpKWtjInyXnfOA== + dependencies: + "@polkadot/x-global" "11.0.1" + tslib "^2.5.0" + ws "^8.12.1" + "@scure/base@1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.1.tgz#ebb651ee52ff84f420097055f4bf46cfba403938" @@ -1229,6 +1563,15 @@ "@substrate/smoldot-light" "0.7.7" eventemitter3 "^4.0.7" +"@substrate/connect@0.7.20": + version "0.7.20" + resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.20.tgz#ce5647368be21199d608715bbd77bcb7c25a4227" + integrity sha512-f/sMgGUikJxDaNMkQXCU/1WaMy0MLJB+KS+P+CpsIhWyxj2dOcph5YXjAJiIlgrZqHImV28RJnraxXBD3AlmLQ== + dependencies: + "@substrate/connect-extension-protocol" "^1.0.1" + eventemitter3 "^4.0.7" + smoldot "0.7.11" + "@substrate/smoldot-light@0.7.7": version "0.7.7" resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.7.7.tgz#ee5f89bb25af64d2014d97548b959b7da4c67f08" @@ -1242,6 +1585,11 @@ resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.35.0.tgz#8afc88ddc15cc0ae3ae1dfdb8e7d3fbae646c3c3" integrity sha512-cIY3J7RlT4mfPNFwd2mv1q9vTp/shImw2gN2y2outMhOcagH/HG+W8/JohpifjxPC/1pbQ0Z8nxfL5Td3EchcA== +"@substrate/ss58-registry@^1.39.0": + version "1.39.0" + resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.39.0.tgz#eb916ff5fea7fa02e77745823fde21af979273d2" + integrity sha512-qZYpuE6n+mwew+X71dOur/CbMXj6rNW27o63JeJwdQH/GvcSKm3JLNhd+bGzwUKg0D/zD30Qc6p4JykArzM+tA== + "@szmarczak/http-timer@^4.0.0": version "4.0.6" resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807" @@ -2356,6 +2704,11 @@ eventemitter3@^4.0.7: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== +eventemitter3@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.0.tgz#084eb7f5b5388df1451e63f4c2aafd71b217ccb3" + integrity sha512-riuVbElZZNXLeLEoprfNYoDSwTBRR44X3mnhdI1YcnENpWTCsTTVZ2zFuqQcpoyqPQIUXdiPEU0ECAq0KQRaHg== + express@^4.18.1: version "4.18.2" resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" @@ -3100,6 +3453,11 @@ mock-socket@^9.1.5: resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.1.5.tgz#2c4e44922ad556843b6dfe09d14ed8041fa2cdeb" integrity sha512-3DeNIcsQixWHHKk6NdoBhWI4t1VMj5/HzfnI1rE/pLl5qKx7+gd4DNA07ehTaZ6MoUU053si6Hd+YtiM/tQZfg== +mock-socket@^9.2.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.2.1.tgz#cc9c0810aa4d0afe02d721dcb2b7e657c00e2282" + integrity sha512-aw9F9T9G2zpGipLLhSNh6ZpgUyUl4frcVmRN08uE1NWPWg43Wx6+sGPDbQ7E5iFZZDJW5b5bypMeAEHqTbIFag== + moment-timezone@^0.5.34: version "0.5.39" resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.39.tgz#342625a3b98810f04c8f4ea917e448d3525e600b" @@ -3224,6 +3582,16 @@ nock@^13.2.9: lodash "^4.17.21" propagate "^2.0.0" +nock@^13.3.0: + version "13.3.0" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.0.tgz#b13069c1a03f1ad63120f994b04bfd2556925768" + integrity sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg== + dependencies: + debug "^4.1.0" + json-stringify-safe "^5.0.1" + lodash "^4.17.21" + propagate "^2.0.0" + node-domexception@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5" @@ -3522,10 +3890,10 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" -rxjs@^7.5.7: - version "7.5.7" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39" - integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA== +rxjs@^7.5.7, rxjs@^7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4" + integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg== dependencies: tslib "^2.1.0" @@ -3663,6 +4031,14 @@ smart-buffer@^4.2.0: resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== +smoldot@0.7.11: + version "0.7.11" + resolved "https://registry.yarnpkg.com/smoldot/-/smoldot-0.7.11.tgz#8e39464f2cf7736eacff5f2a87819dd9f688b352" + integrity sha512-aE1led154FJ2/jrXKv2HLKdNIyvYJG6H2ZmKYFS++kW1OAcTQ6idDy3fzAI1VdydLDYK0YbKUsj7SJDmrjsS3g== + dependencies: + pako "^2.0.4" + ws "^8.8.1" + socks@^2.7.1: version "2.7.1" resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55" @@ -3835,10 +4211,10 @@ tslib@^1.11.1, tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.1.0, tslib@^2.3.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" - integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== +tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" + integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== tsutils@^3.17.1: version "3.21.0" @@ -4050,6 +4426,11 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== +ws@^8.12.1: + version "8.12.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f" + integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew== + ws@^8.8.1: version "8.11.0" resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"