Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@docusaurus/plugin-client-redirects": "^2.1.0",
"@docusaurus/preset-classic": "^2.1.0",
"@octokit/rest": "^19.0.5",
"@polkadot/api": "^9.5.2",
"@polkadot/api": "^9.6.1",

"@polkadot/keyring": "10.1.1",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
206 changes: 103 additions & 103 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2457,64 +2457,64 @@
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==

"@polkadot/api-augment@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.5.2.tgz#55168dd112517028fea5f2ab9c54ea627e43ac3a"
integrity sha512-dH6QMY8Z3zI6CrgSU3eSe6f0KWDb5PYGztg/FXGPrjh7Vjic7syWZ1LD6zaHJAFWDp80BEdEXfqr4lConrCKGg==
"@polkadot/api-augment@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.6.1.tgz#9e4f068bbee4f4944cb2ff04c94e15161cb43ab2"
integrity sha512-K2efVG15NuswLUqesaiJTtAVKKdTq1mcR/4Fw/ZCuL9vv4E8GBhvNzV0WdhSB7frEphruTgwThfav3XCTGc0uw==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/api-base" "9.5.2"
"@polkadot/rpc-augment" "9.5.2"
"@polkadot/types" "9.5.2"
"@polkadot/types-augment" "9.5.2"
"@polkadot/types-codec" "9.5.2"
"@polkadot/api-base" "9.6.1"
"@polkadot/rpc-augment" "9.6.1"
"@polkadot/types" "9.6.1"
"@polkadot/types-augment" "9.6.1"
"@polkadot/types-codec" "9.6.1"
"@polkadot/util" "^10.1.11"

"@polkadot/api-base@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.5.2.tgz#ac0a6b5546a54bcc753ac55c9f033caa9f8b4e5c"
integrity sha512-BBsH9SLB1FHgjdiU32cZX1puL3Eh8IjOJHjRsO/5SdttciQhF5g/u/m/mM/55qnlXmffI9s2Jre18G0XtVU9Aw==
"@polkadot/api-base@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.6.1.tgz#888d1fc86f9df830cd38bc2c102406ef3cd52034"
integrity sha512-dzVsBTw2YdSycQDjdf8N2ya905YIyqW2y2TCPBMSzm982llL7M6/AgkCxj/a+hbZgh6BE7Uqp5BiEk+c6h0hSQ==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/rpc-core" "9.5.2"
"@polkadot/types" "9.5.2"
"@polkadot/rpc-core" "9.6.1"
"@polkadot/types" "9.6.1"
"@polkadot/util" "^10.1.11"
rxjs "^7.5.7"

"@polkadot/api-derive@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.5.2.tgz#c0412cfc13fa71f93b315d126b12b5ab38e6438c"
integrity sha512-kWn12dlqfIES1trNLd3O1i2qa4T97v/co1VMCgVstICwCt3+mGZgpxkMqQqPiWHagKEVeBNoAn+h8eOiQlbujA==
"@polkadot/api-derive@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.6.1.tgz#2ae1ab5e0dd3882ac86c91bb63cb950b753802d1"
integrity sha512-z9lVNLlVRLVSHJQ0A5ir5OLITV19XDC9/TP6PYwKzBujmYXSf7tcYLCGF/roEuRzob+kIAiIvGuRkTs18VuuEQ==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/api" "9.5.2"
"@polkadot/api-augment" "9.5.2"
"@polkadot/api-base" "9.5.2"
"@polkadot/rpc-core" "9.5.2"
"@polkadot/types" "9.5.2"
"@polkadot/types-codec" "9.5.2"
"@polkadot/api" "9.6.1"
"@polkadot/api-augment" "9.6.1"
"@polkadot/api-base" "9.6.1"
"@polkadot/rpc-core" "9.6.1"
"@polkadot/types" "9.6.1"
"@polkadot/types-codec" "9.6.1"
"@polkadot/util" "^10.1.11"
"@polkadot/util-crypto" "^10.1.11"
rxjs "^7.5.7"

"@polkadot/api@9.5.2", "@polkadot/api@^9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.5.2.tgz#cef83928e47c393fbebf2788bc86841b6ab37a41"
integrity sha512-iEF/E8vQan3fHmIEl3bX7Yn/1jQLlvSDwPOxiQdj4tIcF36HX6vCbkdhQKRif0CNYES58TA9EKFiCNg81k+kXw==
"@polkadot/api@9.6.1", "@polkadot/api@^9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.6.1.tgz#19e0076d52ad4f87706137f9b03517a22e6a4330"
integrity sha512-HWvxgm1ylZrE3afCpCbgIPZ9/qEgH25Osp+5G8gblp2PD20aiXJOwS2cjiIqLq+KPF8/ivU8zXHSBNtZJzToYA==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/api-augment" "9.5.2"
"@polkadot/api-base" "9.5.2"
"@polkadot/api-derive" "9.5.2"
"@polkadot/api-augment" "9.6.1"
"@polkadot/api-base" "9.6.1"
"@polkadot/api-derive" "9.6.1"
"@polkadot/keyring" "^10.1.11"
"@polkadot/rpc-augment" "9.5.2"
"@polkadot/rpc-core" "9.5.2"
"@polkadot/rpc-provider" "9.5.2"
"@polkadot/types" "9.5.2"
"@polkadot/types-augment" "9.5.2"
"@polkadot/types-codec" "9.5.2"
"@polkadot/types-create" "9.5.2"
"@polkadot/types-known" "9.5.2"
"@polkadot/rpc-augment" "9.6.1"
"@polkadot/rpc-core" "9.6.1"
"@polkadot/rpc-provider" "9.6.1"
"@polkadot/types" "9.6.1"
"@polkadot/types-augment" "9.6.1"
"@polkadot/types-codec" "9.6.1"
"@polkadot/types-create" "9.6.1"
"@polkadot/types-known" "9.6.1"
"@polkadot/util" "^10.1.11"
"@polkadot/util-crypto" "^10.1.11"
eventemitter3 "^4.0.7"
Expand Down Expand Up @@ -2556,106 +2556,106 @@
"@polkadot/util" "10.1.11"
"@substrate/ss58-registry" "^1.33.0"

"@polkadot/rpc-augment@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.5.2.tgz#739cc3ed2f86f4318432e38381a2cc780dc64f1e"
integrity sha512-QAcunC7p/T4xy6e4m0Q1c9tiVYxnm+S9o10tmtx0K4qXzrc/4I2/tsw3nEGi3BzJhvMpFondSQGcJ3gyLwpmVA==
"@polkadot/rpc-augment@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.6.1.tgz#bfa723fc2987414dc60e77900d6b00008299d242"
integrity sha512-K65Uk2uOAJiM7s0AtKXqmtimNNy7IYKT+waB8NXUxLbgJsWIQFZS7eIFblkIvi8vSPNRtURghvBqJx0cLf+0Ew==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/rpc-core" "9.5.2"
"@polkadot/types" "9.5.2"
"@polkadot/types-codec" "9.5.2"
"@polkadot/rpc-core" "9.6.1"
"@polkadot/types" "9.6.1"
"@polkadot/types-codec" "9.6.1"
"@polkadot/util" "^10.1.11"

"@polkadot/rpc-core@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.5.2.tgz#1a00868038b6c07fe8f58bd0a6cc9519d14001cc"
integrity sha512-4PbNz0GEp3FXYOnsS7mDHZy9DNVBOl56fq8vs09rLkEkrrvGkHmCvabEEWL7OPbwBzwzsCxdgI+IdkVTUKXPkQ==
"@polkadot/rpc-core@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.6.1.tgz#8f212b5a3ba6db8bcaf4d87c3f0260e5f934e24a"
integrity sha512-ixjaTyRCzuZfdmFlyoMrMQ/tdtg3n7M7JI0qeIUJr+ikjOu/QhZ5QDAdOpruWEhyJTWp7suGUefJ/K3su0D+pQ==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/rpc-augment" "9.5.2"
"@polkadot/rpc-provider" "9.5.2"
"@polkadot/types" "9.5.2"
"@polkadot/rpc-augment" "9.6.1"
"@polkadot/rpc-provider" "9.6.1"
"@polkadot/types" "9.6.1"
"@polkadot/util" "^10.1.11"
rxjs "^7.5.7"

"@polkadot/rpc-provider@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.5.2.tgz#3e38ea4c3639180f12270b6fe8cbcabf728aaf1d"
integrity sha512-Sn2jfvAsvQcl35o0up8JR/XbDMS/3YVDEN2sFuzXtiD77W2njukItbZT+BolfAW+biAUs3bNomump5k/YLiLKg==
"@polkadot/rpc-provider@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.6.1.tgz#7861985a2cd443608b504e861d66d0cebd46e643"
integrity sha512-dG/qeIXDHYBotZ+xT6lurYClG0dPMmClfXTGteFoSv6nTWwi2nL3RoBWgJZHOSlJBExleenovDQXdOy2YmuiFQ==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/keyring" "^10.1.11"
"@polkadot/types" "9.5.2"
"@polkadot/types-support" "9.5.2"
"@polkadot/types" "9.6.1"
"@polkadot/types-support" "9.6.1"
"@polkadot/util" "^10.1.11"
"@polkadot/util-crypto" "^10.1.11"
"@polkadot/x-fetch" "^10.1.11"
"@polkadot/x-global" "^10.1.11"
"@polkadot/x-ws" "^10.1.11"
"@substrate/connect" "0.7.14"
"@substrate/connect" "0.7.15"
eventemitter3 "^4.0.7"
mock-socket "^9.1.5"
nock "^13.2.9"

"@polkadot/types-augment@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.5.2.tgz#d9e77756b0e36455d708f5af8265ef011ddf8d91"
integrity sha512-LDJdv/84sECwA0R5lK85/orxjoozJe3+2jeLjRiKr8S6qm9XRfz0wLCSF866kpSGBZ4B1dYBUhzjoSu95y2Jug==
"@polkadot/types-augment@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.6.1.tgz#8d3cd23852d786e58d09741f8daad9c549335df0"
integrity sha512-ZS8XoaeiMpOO5Bbz+4hI5ynsd057kHT5pHZc8PIypQvE/slhzZyBKOW8+MblM4FIyVfR8owz/7nGpOX62zfMiA==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/types" "9.5.2"
"@polkadot/types-codec" "9.5.2"
"@polkadot/types" "9.6.1"
"@polkadot/types-codec" "9.6.1"
"@polkadot/util" "^10.1.11"

"@polkadot/types-codec@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.5.2.tgz#345c38ccef17651b8cabd159a42810893b5e7e44"
integrity sha512-FJPjE3ceTGTcadeC8d5C+aSR8SLKuQrXKIBmMNBky+WwzEo0vufRqxFWcPLxAOEeeUPgBXS967tP15+UU4psGA==
"@polkadot/types-codec@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.6.1.tgz#d937a385636c4d9b29e59cfb9582b55e31421132"
integrity sha512-fgrD9yKVVHMyw26VORE+VR2hEnyVa5g5krK3Xv4l6rVGWYYE/vcmsuelZIPM0Glzc5K/2nA72s4Yv5/V8Sk1gA==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/util" "^10.1.11"
"@polkadot/x-bigint" "^10.1.11"

"@polkadot/types-create@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.5.2.tgz#a85dcb794ea11e5d528baa34b65e57cfafc905cf"
integrity sha512-YbplL8K0LqUEHoV3FgZ5B83oVV67KGbLXsWHVVaUZBPsmtXJXrbBfSyJgl/80I2n4lXEBmg3sFAYMbaSTvL05A==
"@polkadot/types-create@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.6.1.tgz#689f5b7f2e3aac2c1248455bf3a6f6e3ca2e286e"
integrity sha512-xxkoyq44CnXOjI4ieJtyh4PFRL+ALmVadHvvNuU2C0dwvGGYMxUeISw2O1vFssW0MzyZU7ZI6BY9FkVFZKCnkA==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/types-codec" "9.5.2"
"@polkadot/types-codec" "9.6.1"
"@polkadot/util" "^10.1.11"

"@polkadot/types-known@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.5.2.tgz#a71fd08932b1643bbf346321472ed48ab1ade215"
integrity sha512-iNaGOF6dGiTvy3Ns8Z7WNjYD1SGnZiapDAKPH4brPuJqMpN6/FxYpfPSSOKx+IJEamsdINcaggb87eWyPxH8CA==
"@polkadot/types-known@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.6.1.tgz#a96b05156a145d350f749752fa7d980d6b1dcc89"
integrity sha512-D5Cc3VikkGnZmVbeNEgksgimdYQY/+pdrSr0xzAd2vZV0WBN17UmrXQ2EKGxEhITqt9n75Zsemh0oTIEOuc1WA==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/networks" "^10.1.11"
"@polkadot/types" "9.5.2"
"@polkadot/types-codec" "9.5.2"
"@polkadot/types-create" "9.5.2"
"@polkadot/types" "9.6.1"
"@polkadot/types-codec" "9.6.1"
"@polkadot/types-create" "9.6.1"
"@polkadot/util" "^10.1.11"

"@polkadot/types-support@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.5.2.tgz#f2990d19cbd78c24e5b7116466fb1d89f93a8ca7"
integrity sha512-Zdbl5fvGQjUkyE1r67vhyPEqLUwlZ35GCnkoobY9MgN6gylhSjNue/shpG4uGsEjWVQL7GkFkrPiwtzDArVilg==
"@polkadot/types-support@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.6.1.tgz#cd6f05a97b287e538e79fcc037b634e79bf1023b"
integrity sha512-4cfDbH6YTJ2dL8qYyBjMaJiAG8SQTUiTBtmymWDP58StgMtcOtDk2DByp0Nt3kWFH6/IhYGin3QZ1M00xdynAA==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/util" "^10.1.11"

"@polkadot/types@9.5.2":
version "9.5.2"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.5.2.tgz#33ab2caea08f084141a01038adbe53ed69ab7d9c"
integrity sha512-6C5xzOrMK+fu0JMOlSO+8dPDhpwKPOaKMv3v5BMvBEWtDNKM81/QQoAoYT7DSVXq/V16icSFxPs9IWC+6Qq5ag==
"@polkadot/types@9.6.1":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.6.1.tgz#3e1fadfc678a90fb33d043da759435870b69e87c"
integrity sha512-HzWRW6715xxZ5pIB25idkeTtBMKfMVGk+D2lHl2eKiGQiTbo0m13HoSJAS9cR4kZeimMI8j+i2wpFysjW84Jlw==
dependencies:
"@babel/runtime" "^7.19.4"
"@polkadot/keyring" "^10.1.11"
"@polkadot/types-augment" "9.5.2"
"@polkadot/types-codec" "9.5.2"
"@polkadot/types-create" "9.5.2"
"@polkadot/types-augment" "9.6.1"
"@polkadot/types-codec" "9.6.1"
"@polkadot/types-create" "9.6.1"
"@polkadot/util" "^10.1.11"
"@polkadot/util-crypto" "^10.1.11"
rxjs "^7.5.7"
Expand Down Expand Up @@ -3016,19 +3016,19 @@
resolved "https://registry.yarnpkg.com/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz#fa5738039586c648013caa6a0c95c43265dbe77d"
integrity sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==

"@substrate/connect@0.7.14":
version "0.7.14"
resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.14.tgz#c090e952e9cdd93185a94d24fbc424ea20fe7bbe"
integrity sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==
"@substrate/connect@0.7.15":
version "0.7.15"
resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.15.tgz#64b52bb1035a4ee24a521441f44cf46d92216540"
integrity sha512-dGE7oCXn+3LDlSKJ29ae1SmnpkMBakaYrN8muAB+w9Gx11dNM1mHssuEwsgudLA1S6Dt4NIu7d6qlZ+OjHGlYA==
dependencies:
"@substrate/connect-extension-protocol" "^1.0.1"
"@substrate/smoldot-light" "0.6.34"
"@substrate/smoldot-light" "0.7.2"
eventemitter3 "^4.0.7"

"@substrate/smoldot-light@0.6.34":
version "0.6.34"
resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz#273dba622102281fd0fdb0e375198bff2ec584c3"
integrity sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==
"@substrate/smoldot-light@0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.7.2.tgz#5723f9b8c95b4a5c1b555462452d07f7f1523e71"
integrity sha512-AweZghbBOUiEf/dlNCVLDcDUy3qkjWuSmKfFZYBeV/CbkN73tJAJSBzOy4MVl3WM8cLDUOxDmc6uy8+5/IhmDA==
dependencies:
pako "^2.0.4"
ws "^8.8.1"
Expand Down