From a2a0f87b995ab94af9e2e19cd29079765c3f9b20 Mon Sep 17 00:00:00 2001 From: Victor Oliva Date: Mon, 8 Dec 2025 23:03:02 +0100 Subject: [PATCH 1/3] chore: update dependencies --- .papi/descriptors/package.json | 2 +- package.json | 26 +- pnpm-lock.yaml | 1584 +++++++++++++++----------------- 3 files changed, 744 insertions(+), 868 deletions(-) diff --git a/.papi/descriptors/package.json b/.papi/descriptors/package.json index c115665..854486a 100644 --- a/.papi/descriptors/package.json +++ b/.papi/descriptors/package.json @@ -19,6 +19,6 @@ "types": "./dist/index.d.ts", "sideEffects": false, "peerDependencies": { - "polkadot-api": ">=1.11.2" + "polkadot-api": ">=1.21.0" } } diff --git a/package.json b/package.json index 2a23138..eac9b67 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "@ledgerhq/hw-transport-webusb": "^6.29.13", "@polkadot-api/descriptors": "file:.papi/descriptors", "@polkadot-api/react-components": "0.4.1", - "@polkadot-api/sdk-accounts": "^0.5.1", - "@polkadot-api/sdk-staking": "0.3.5", + "@polkadot-api/sdk-accounts": "^0.6.0", + "@polkadot-api/sdk-staking": "0.4.0", "@polkadot-api/substrate-bindings": "^0.16.5", "@polkahub/ui-components": "0.3.2", "@radix-ui/react-select": "^2.2.6", @@ -33,17 +33,17 @@ "@react-rxjs/utils": "^0.9.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.554.0", - "polkadot-api": "^1.21.0", + "lucide-react": "^0.556.0", + "polkadot-api": "^1.23.0", "polkahub": "0.4.0", - "react": "^19.2.0", - "react-dom": "^19.2.0", + "react": "^19.2.1", + "react-dom": "^19.2.1", "react-responsive": "^10.0.1", "react-router": "^7.9.6", "react-svg": "^16.3.0", "react-toastify": "^11.0.5", - "react-virtuoso": "^4.14.1", - "recharts": "^3.5.0", + "react-virtuoso": "^4.17.0", + "recharts": "^3.5.1", "rxjs": "^7.8.2", "tailwind-merge": "^3.4.0", "timeago.js": "^4.0.2", @@ -56,18 +56,18 @@ "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^5.1.1", + "@vitejs/plugin-react": "^5.1.2", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", - "prettier": "^3.6.2", + "prettier": "^3.7.4", "tailwindcss": "^4.1.17", "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", - "typescript-eslint": "^8.47.0", - "vite": "^7.2.4", - "vite-bundle-analyzer": "^1.2.3" + "typescript-eslint": "^8.49.0", + "vite": "^7.2.7", + "vite-bundle-analyzer": "^1.3.1" }, "prettier": { "printWidth": 80, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44f2a87..23b45a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,52 +18,52 @@ importers: version: 6.29.13 '@polkadot-api/descriptors': specifier: file:.papi/descriptors - version: file:.papi/descriptors(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10)) + version: file:.papi/descriptors(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10)) '@polkadot-api/react-components': specifier: 0.4.1 - version: 0.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@polkadot-api/sdk-accounts': - specifier: ^0.5.1 - version: 0.5.1(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(react@19.2.0)(rxjs@7.8.2) + specifier: ^0.6.0 + version: 0.6.0(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(react@19.2.1)(rxjs@7.8.2) '@polkadot-api/sdk-staking': - specifier: 0.3.5 - version: 0.3.5(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2) + specifier: 0.4.0 + version: 0.4.0(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2) '@polkadot-api/substrate-bindings': specifier: ^0.16.5 version: 0.16.5 '@polkahub/ui-components': specifier: 0.3.2 - version: 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-select': specifier: ^2.2.6 - version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-slider': specifier: ^1.3.6 - version: 1.3.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.3.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-slot': specifier: ^1.2.4 - version: 1.2.4(@types/react@19.2.7)(react@19.2.0) + version: 1.2.4(@types/react@19.2.7)(react@19.2.1) '@radix-ui/react-switch': specifier: ^1.2.6 - version: 1.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-tabs': specifier: ^1.1.13 - version: 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-toggle': specifier: ^1.1.10 - version: 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-toggle-group': specifier: ^1.1.11 - version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-tooltip': specifier: ^1.2.8 - version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@react-rxjs/core': specifier: ^0.10.8 - version: 0.10.8(react@19.2.0)(rxjs@7.8.2) + version: 0.10.8(react@19.2.1)(rxjs@7.8.2) '@react-rxjs/utils': specifier: ^0.9.7 - version: 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + version: 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -71,38 +71,38 @@ importers: specifier: ^2.1.1 version: 2.1.1 lucide-react: - specifier: ^0.554.0 - version: 0.554.0(react@19.2.0) + specifier: ^0.556.0 + version: 0.556.0(react@19.2.1) polkadot-api: - specifier: ^1.21.0 - version: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + specifier: ^1.23.0 + version: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) polkahub: specifier: 0.4.0 - version: 0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rxjs@7.8.2)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + version: 0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(rxjs@7.8.2)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) react: - specifier: ^19.2.0 - version: 19.2.0 + specifier: ^19.2.1 + version: 19.2.1 react-dom: - specifier: ^19.2.0 - version: 19.2.0(react@19.2.0) + specifier: ^19.2.1 + version: 19.2.1(react@19.2.1) react-responsive: specifier: ^10.0.1 - version: 10.0.1(react@19.2.0) + version: 10.0.1(react@19.2.1) react-router: specifier: ^7.9.6 - version: 7.9.6(patch_hash=449aea642e55c8f27031f56bacafb2d98c9e660566c03b23e561d2cc81875869)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 7.9.6(patch_hash=449aea642e55c8f27031f56bacafb2d98c9e660566c03b23e561d2cc81875869)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-svg: specifier: ^16.3.0 - version: 16.3.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 16.3.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-toastify: specifier: ^11.0.5 - version: 11.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 11.0.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-virtuoso: - specifier: ^4.14.1 - version: 4.14.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + specifier: ^4.17.0 + version: 4.17.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) recharts: - specifier: ^3.5.0 - version: 3.5.0(@types/react@19.2.7)(eslint@9.39.1(jiti@2.6.1))(react-dom@19.2.0(react@19.2.0))(react-is@16.13.1)(react@19.2.0)(redux@5.0.1) + specifier: ^3.5.1 + version: 3.5.1(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react-is@16.13.1)(react@19.2.1)(redux@5.0.1) rxjs: specifier: ^7.8.2 version: 7.8.2 @@ -124,7 +124,7 @@ importers: version: 6.31.13 '@tailwindcss/vite': specifier: ^4.1.17 - version: 4.1.17(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)) + version: 4.1.17(vite@7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)) '@types/node': specifier: ^24.10.1 version: 24.10.1 @@ -135,8 +135,8 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.7) '@vitejs/plugin-react': - specifier: ^5.1.1 - version: 5.1.1(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)) + specifier: ^5.1.2 + version: 5.1.2(vite@7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)) eslint: specifier: ^9.39.1 version: 9.39.1(jiti@2.6.1) @@ -150,8 +150,8 @@ importers: specifier: ^16.5.0 version: 16.5.0 prettier: - specifier: ^3.6.2 - version: 3.6.2 + specifier: ^3.7.4 + version: 3.7.4 tailwindcss: specifier: ^4.1.17 version: 4.1.17 @@ -162,14 +162,14 @@ importers: specifier: ~5.9.3 version: 5.9.3 typescript-eslint: - specifier: ^8.47.0 - version: 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + specifier: ^8.49.0 + version: 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) vite: - specifier: ^7.2.4 - version: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2) + specifier: ^7.2.7 + version: 7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2) vite-bundle-analyzer: - specifier: ^1.2.3 - version: 1.2.3 + specifier: ^1.3.1 + version: 1.3.1 packages: @@ -593,41 +593,29 @@ packages: resolution: {integrity: sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==} engines: {node: '>= 20.19.0'} - '@nodelib/fs.scandir@2.1.5': - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} - - '@nodelib/fs.stat@2.0.5': - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} - - '@nodelib/fs.walk@1.2.8': - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} - '@phosphor-icons/webcomponents@2.1.5': resolution: {integrity: sha512-JcvQkZxvcX2jK+QCclm8+e8HXqtdFW9xV4/kk2aL9Y3dJA2oQVt+pzbv1orkumz3rfx4K9mn9fDoMr1He1yr7Q==} - '@polkadot-api/cli@0.16.0': - resolution: {integrity: sha512-nGpStCU4mKChpbO9tGy/x0IvPIHJCIXzkzwAW2A/wEmNVWtqorH2qq9VGwCAQmJl/Q+nP0fHcx83f/ZulGSIxA==} + '@polkadot-api/cli@0.17.0': + resolution: {integrity: sha512-g16NfKTt11ceeekkbKIAo2zWUoenSbrlumM435hSf1T8cx75hzmnCypWE0n1aG057Txw2mtv5Jk0Ggc3j8IJ+w==} hasBin: true - '@polkadot-api/codegen@0.20.0': - resolution: {integrity: sha512-akwPArm35UZcebUFtTKcEkdBLCjYyKweGw3/tT04p/EtM4OsQ1FxhRdXZ51ScBC3JVGCFQTUO2hNsd1E6YXvlw==} + '@polkadot-api/codegen@0.21.0': + resolution: {integrity: sha512-xrd2v1NTcuvA260FRHFOkC8hCEcXFIoLx3PkTfCjJ3sX3N5FPeQnUOm2oFzmLdSXO+rb6H1nRjg5f+XHg6plUg==} - '@polkadot-api/common-sdk-utils@0.1.0': - resolution: {integrity: sha512-cgA9fh8dfBai9b46XaaQmj9vwzyHStQjc/xrAvQksgF6SqvZ0yAfxVqLvGrsz/Xi3dsAdKLg09PybC7MUAMv9w==} + '@polkadot-api/common-sdk-utils@0.2.0': + resolution: {integrity: sha512-vlzYU9C/XotcjLoW+P7svlixUif9IsdXROyn10fqx3TpJUzjQ48e6nEPBH9o2H5azth7aGbvB5U1w/RCeHyEiQ==} peerDependencies: - polkadot-api: ^1.8.1 + polkadot-api: '>=1.22.0' rxjs: '>=7.8.1' '@polkadot-api/descriptors@file:.papi/descriptors': resolution: {directory: .papi/descriptors, type: directory} peerDependencies: - polkadot-api: '>=1.11.2' + polkadot-api: '>=1.21.0' - '@polkadot-api/ink-contracts@0.4.3': - resolution: {integrity: sha512-Wl+4Dxjt0GAl+rADZEgrrqEesqX/xygTpX18TmzmspcKhb9QIZf9FJI8A5Sgtq0TKAOwsd1d/hbHVX3LgbXFXg==} + '@polkadot-api/ink-contracts@0.4.4': + resolution: {integrity: sha512-SFatwiLT/Kfx3mQGnlPlPjpMAPKnV+0Y38QoNS0TGs9mbUtZlvZ7eJRA0ZfeT5Q6d8gD6zJJiXTmk+ciRG/kRg==} '@polkadot-api/json-rpc-provider-proxy@0.2.7': resolution: {integrity: sha512-+HM4JQXzO2GPUD2++4GOLsmFL6LO8RoLvig0HgCLuypDgfdZMlwd8KnyGHjRnVEHA5X+kvXbk84TDcAXVxTazQ==} @@ -635,8 +623,8 @@ packages: '@polkadot-api/json-rpc-provider@0.0.4': resolution: {integrity: sha512-9cDijLIxzHOBuq6yHqpqjJ9jBmXrctjc1OFqU+tQrS96adQze3mTIH6DTgfb/0LMrqxzxffz1HQGrIlEH00WrA==} - '@polkadot-api/known-chains@0.9.15': - resolution: {integrity: sha512-VQGu2Anvnx0y0Ltd6sQB3aYzQFGsaQwf2znh+w4Oflaxln5lsjO/+trpXz/rdrdgyi0iafkhpeho/p/EGBwJ+A==} + '@polkadot-api/known-chains@0.9.16': + resolution: {integrity: sha512-fzNCrcjy8SjH5UvhJmRyyNErr3yPVO3Ka4kP+ueBuc2uG956HQ411k81hhgbie2Vmo1mTYPF/8ZNEIESpanMuA==} '@polkadot-api/ledger-signer@0.2.13': resolution: {integrity: sha512-2K3ODR8rMFUuiVBZL8L07B4zJHvIiJOyQqjJVzEDATDS+lWEje9eq6i5uI4SmYgNkyNr9VofwHW8UHXqD9mUqg==} @@ -660,19 +648,19 @@ packages: '@polkadot-api/metadata-builders@0.13.7': resolution: {integrity: sha512-xwggY8F/gtX7qGzz+jzP3DZvWgBWIIFQhk+r2MJ431CR+tNKeTtzGdwNocVrb9NYTK2naC9ckJS14nrNM6LWLw==} - '@polkadot-api/metadata-compatibility@0.4.1': - resolution: {integrity: sha512-mZt4Af6oPXEHAprrckJiSZkWRVf0mqwF+Bm+703rPsezLptQid9AjSzh1hkgIkOrPbg6IhWbmMhbuJVjx9VeQA==} + '@polkadot-api/metadata-compatibility@0.4.2': + resolution: {integrity: sha512-KgGa8yB4xFEC1B0pq/Mrfw/qGwYQJVtdoa+KiXzwd8Dz4gjy3+TRSisBhvSi3ady4UN4QIRPz3/EYDyEs1Au9g==} - '@polkadot-api/observable-client@0.16.4': - resolution: {integrity: sha512-dvEyypvCBjsxIXJ7htJwm4fee8sI6MMrtEGKG+DJP/v1I0TH5z+BwnAQnGqKy53h6xP+XdElYEJADQu2LUN5JA==} + '@polkadot-api/observable-client@0.17.1': + resolution: {integrity: sha512-EsXQwcAg7vy9g2Ptrhbedhwzjxj5jkL1rriUGBDhZ0ZPtLl8IEFyfje4A6WfatyyaK1zvZxwI3LT0MZu2eq7KA==} peerDependencies: rxjs: '>=7.8.0' '@polkadot-api/pjs-signer@0.6.17': resolution: {integrity: sha512-bxFtyiNOchV0osh6m+1CaN4tkWF7Mo4IT9XPLZBwSybpHZgwmu2wbhgqBkVL98QMyGzud7NHfrJsTCgFU6jHGg==} - '@polkadot-api/polkadot-sdk-compat@2.3.3': - resolution: {integrity: sha512-p30po+iv4trniSJ7UZiIt/rFInvtA9Tzg65EzuRkCaQAnh54a3MPp9w/q+x+SNLEcfzVLvf8LyPnMPOIpKuj5w==} + '@polkadot-api/polkadot-sdk-compat@2.4.0': + resolution: {integrity: sha512-liZzDntGmYMKPjCgdNCdb/++lrg8XlEYY5NB//CSG9kBuY2AtokLa3iAzAp0WMqJQRAgkgNqE0FG/V88ajHBGw==} '@polkadot-api/polkadot-signer@0.1.6': resolution: {integrity: sha512-X7ghAa4r7doETtjAPTb50IpfGtrBmy3BJM5WCfNKa1saK04VFY9w+vDn+hwEcM4p0PcDHt66Ts74hzvHq54d9A==} @@ -686,16 +674,16 @@ packages: react: ^19.0.0 react-dom: ^19.0.0 - '@polkadot-api/sdk-accounts@0.5.1': - resolution: {integrity: sha512-AKpjWku2mup/S6YcgFkIpCNu52Ruv6ICurDsqOXS+Jtf6Pn3eZw8ZsiU2EmapF/nTQNYAbi7yZ4ejMA01PRCbQ==} + '@polkadot-api/sdk-accounts@0.6.0': + resolution: {integrity: sha512-/p2GYEpIsRJPXZ3uE/obW/zGWBKibz1tfD1atNJS7/ScuS8Edkgd8OgZpFGJTIh7BPPZeqytLirJ/X7QTA3txA==} peerDependencies: - polkadot-api: '>=1.12.0' + polkadot-api: '>=1.22.0' rxjs: '>=7.8.0' - '@polkadot-api/sdk-staking@0.3.5': - resolution: {integrity: sha512-hcHi/Ir+zcpVIdYO/75Jno1XDr2wt32yQ92ZtGd4HalXTbG54Ob6NFW6QlxTllX8mQyw4lC6c5aovQYUI0MLAw==} + '@polkadot-api/sdk-staking@0.4.0': + resolution: {integrity: sha512-MPXlTCZfDSq322eCtCWOZxLKSfF/40O1l3mJJcpNhFbl3BtCwNr1+dXqhB4MZ5dJcubFa9bbJmrNmVezUAvfrw==} peerDependencies: - polkadot-api: '>=1.12.0' + polkadot-api: '>=1.22.0' rxjs: '>=7.8.0' '@polkadot-api/signer@0.2.11': @@ -704,25 +692,25 @@ packages: '@polkadot-api/signers-common@0.1.18': resolution: {integrity: sha512-UQXuRZoQ+jMolEpIPF0mVXcoqQ/382fHrSOgfK5sIvjeH0HPf4P+s3IwcnwyAdpHY2gdHXYlHd/SAw7Q1gJ4EA==} - '@polkadot-api/sm-provider@0.1.14': - resolution: {integrity: sha512-QQvoeBSIwnEm8IUhGA6sBU6LNh2v7SOuVOnF77ZD7P5ELTrdmQH2Tcn0W15qGTmTG45b3Z52XsKpuQbIJ7c7XA==} + '@polkadot-api/sm-provider@0.1.15': + resolution: {integrity: sha512-ajlnfDn84Tniy4o7dnBKR7Pe5I33snjVm4yDMtEAPeAJM9ZZimfWIAxqPnEpHWMKVkERXjqyHqxb9Lk+halSlg==} peerDependencies: '@polkadot-api/smoldot': '>=0.3' - '@polkadot-api/smoldot@0.3.14': - resolution: {integrity: sha512-eWqO0xFQaKzqY5mRYxYuZcj1IiaLcQP+J38UQyuJgEorm+9yHVEQ/XBWoM83P+Y8TwE5IWTICp1LCVeiFQTGPQ==} + '@polkadot-api/smoldot@0.3.15': + resolution: {integrity: sha512-YyV+ytP8FcmKEgLRV7uXepJ5Y6md/7u2F8HKxmkWytmnGXO1z+umg2pHbOxLGifD9V2NhkPY+awpzErtVIzqAA==} '@polkadot-api/substrate-bindings@0.16.5': resolution: {integrity: sha512-QFgNlBmtLtiUGTCTurxcE6UZrbI2DaQ5/gyIiC2FYfEhStL8tl20b09FRYHcSjY+lxN42Rcf9HVX+MCFWLYlpQ==} - '@polkadot-api/substrate-client@0.4.7': - resolution: {integrity: sha512-Mmx9VKincVqfVQmq89gzDk4DN3uKwf8CxoqYvq+EiPUZ1QmMUc7X4QMwG1MXIlYdnm5LSXzn+2Jn8ik8xMgL+w==} + '@polkadot-api/substrate-client@0.5.0': + resolution: {integrity: sha512-J+gyZONCak+n6NxADZWtldH+gatYORqEScMAgI9gGu43pHUe7/xNRCqnin0dgDIzmuL3m1ERglF8LR7YhB0nHQ==} '@polkadot-api/utils@0.2.0': resolution: {integrity: sha512-nY3i5fQJoAxU4n3bD7Fs208/KR2J95SGfVc58kDjbRYN5a84kWaGEqzjBNtP9oqht49POM8Bm9mbIrkvC1Bzuw==} - '@polkadot-api/wasm-executor@0.2.2': - resolution: {integrity: sha512-uqQEHO2uho6cwPOfxtZlaQjGwwZfqF4MpmEfyyHw56i+NlvzSQWrLnIIpcAlwsJl8HeHCOy/IPOcLiZzFyXNiQ==} + '@polkadot-api/wasm-executor@0.2.3': + resolution: {integrity: sha512-B2h1o+Qlo9idpASaHvMSoViB2I5ko5OAfwfhYF8LQDkTADK0B+SeStzNj1Qn+FG34wqTuv7HzBCdjaUgzYINJQ==} '@polkadot-api/ws-provider@0.7.4': resolution: {integrity: sha512-mkk2p8wPht+ljU1xULCPMsLpNF7NHuGaufuDCIZZgopALaZpfVFJxc3qa9s6Xv8X3hM+TRoC5WknuD1ykRY99A==} @@ -1264,8 +1252,8 @@ packages: react: '>=16.8.0' rxjs: '>=6' - '@reduxjs/toolkit@2.11.0': - resolution: {integrity: sha512-hBjYg0aaRL1O2Z0IqWhnTLytnjDIxekmRxm1snsHjHaKVmIF1HiImWqsq+PuEbn6zdMlkIj9WofK1vR8jjx+Xw==} + '@reduxjs/toolkit@2.11.1': + resolution: {integrity: sha512-HjhlEREguAyBTGNzRlGNiDHGQ2EjLSPWwdhhpoEqHYy8hWak3Dp6/fU72OfqVsiMb8S6rbfPsWUF24fxpilrVA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 || ^19 react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0 @@ -1304,8 +1292,8 @@ packages: '@reown/appkit@1.8.14': resolution: {integrity: sha512-y+Gl5SJ/iqh7QVrNkgtwsWyXnmSlodv5ICP5wWl5zdrAWO49kfopa5sULnKq9U1s/BgupHZAqhZFgqCTIrbaHQ==} - '@rolldown/pluginutils@1.0.0-beta.47': - resolution: {integrity: sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==} + '@rolldown/pluginutils@1.0.0-beta.53': + resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} '@rollup/rollup-android-arm-eabi@4.53.3': resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} @@ -1897,67 +1885,67 @@ packages: '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} - '@typescript-eslint/eslint-plugin@8.47.0': - resolution: {integrity: sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==} + '@typescript-eslint/eslint-plugin@8.49.0': + resolution: {integrity: sha512-JXij0vzIaTtCwu6SxTh8qBc66kmf1xs7pI4UOiMDFVct6q86G0Zs7KRcEoJgY3Cav3x5Tq0MF5jwgpgLqgKG3A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.47.0 + '@typescript-eslint/parser': ^8.49.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.47.0': - resolution: {integrity: sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==} + '@typescript-eslint/parser@8.49.0': + resolution: {integrity: sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.47.0': - resolution: {integrity: sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==} + '@typescript-eslint/project-service@8.49.0': + resolution: {integrity: sha512-/wJN0/DKkmRUMXjZUXYZpD1NEQzQAAn9QWfGwo+Ai8gnzqH7tvqS7oNVdTjKqOcPyVIdZdyCMoqN66Ia789e7g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@8.47.0': - resolution: {integrity: sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==} + '@typescript-eslint/scope-manager@8.49.0': + resolution: {integrity: sha512-npgS3zi+/30KSOkXNs0LQXtsg9ekZ8OISAOLGWA/ZOEn0ZH74Ginfl7foziV8DT+D98WfQ5Kopwqb/PZOaIJGg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.47.0': - resolution: {integrity: sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==} + '@typescript-eslint/tsconfig-utils@8.49.0': + resolution: {integrity: sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.47.0': - resolution: {integrity: sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==} + '@typescript-eslint/type-utils@8.49.0': + resolution: {integrity: sha512-KTExJfQ+svY8I10P4HdxKzWsvtVnsuCifU5MvXrRwoP2KOlNZ9ADNEWWsQTJgMxLzS5VLQKDjkCT/YzgsnqmZg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/types@8.47.0': - resolution: {integrity: sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==} + '@typescript-eslint/types@8.49.0': + resolution: {integrity: sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.47.0': - resolution: {integrity: sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==} + '@typescript-eslint/typescript-estree@8.49.0': + resolution: {integrity: sha512-jrLdRuAbPfPIdYNppHJ/D0wN+wwNfJ32YTAm10eJVsFmrVpXQnDWBn8niCSMlWjvml8jsce5E/O+86IQtTbJWA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.47.0': - resolution: {integrity: sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==} + '@typescript-eslint/utils@8.49.0': + resolution: {integrity: sha512-N3W7rJw7Rw+z1tRsHZbK395TWSYvufBXumYtEGzypgMUthlg0/hmCImeA8hgO2d2G4pd7ftpxxul2J8OdtdaFA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/visitor-keys@8.47.0': - resolution: {integrity: sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==} + '@typescript-eslint/visitor-keys@8.49.0': + resolution: {integrity: sha512-LlKaciDe3GmZFphXIc79THF/YYBugZ7FS1pO581E/edlVVNbZKDy93evqmrfQ9/Y4uN0vVhX4iuchq26mK/iiA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@vitejs/plugin-react@5.1.1': - resolution: {integrity: sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==} + '@vitejs/plugin-react@5.1.2': + resolution: {integrity: sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -2167,10 +2155,6 @@ packages: brace-expansion@2.0.2: resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} - braces@3.0.3: - resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} - engines: {node: '>=8'} - browserslist@4.28.0: resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -2491,12 +2475,6 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - eslint-plugin-react-perf@3.3.3: - resolution: {integrity: sha512-EzPdxsRJg5IllCAH9ny/3nK7sv9251tvKmi/d3Ouv5KzI8TB3zNhzScxL9wnh9Hvv8GYC5LEtzTauynfOEYiAw==} - engines: {node: '>=6.9.1'} - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-react-refresh@0.4.24: resolution: {integrity: sha512-nLHIW7TEq3aLrEYWpVaJ1dRgFR+wLDPN8e8FpYAql/bMV2oBEfC37K0gLEGgv9fy66juNShSMV8OkTqzltcG/w==} peerDependencies: @@ -2551,8 +2529,8 @@ packages: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - execa@9.6.0: - resolution: {integrity: sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==} + execa@9.6.1: + resolution: {integrity: sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==} engines: {node: ^18.19.0 || >=20.5.0} eyes@0.1.8: @@ -2562,10 +2540,6 @@ packages: fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - fast-glob@3.3.3: - resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} - engines: {node: '>=8.6.0'} - fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} @@ -2578,9 +2552,6 @@ packages: fastestsmallesttextencoderdecoder@1.0.22: resolution: {integrity: sha512-Pb8d48e+oIuY4MaM64Cd7OW1gt4nxCHs7/ddPPZ/Ic3sg8yVGM7O9wDvZ7us6ScaUupzM+pfBolwtYhN1IxBIw==} - fastq@1.19.1: - resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} - fdir@6.5.0: resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} engines: {node: '>=12.0.0'} @@ -2598,10 +2569,6 @@ packages: resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} engines: {node: '>=16.0.0'} - fill-range@7.1.1: - resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} - engines: {node: '>=8'} - find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} @@ -2672,10 +2639,6 @@ packages: resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} engines: {node: '>=18'} - glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} - glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} @@ -2695,9 +2658,6 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - h3@1.15.4: resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} @@ -2761,8 +2721,8 @@ packages: immer@10.2.0: resolution: {integrity: sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==} - immer@11.0.0: - resolution: {integrity: sha512-XtRG4SINt4dpqlnJvs70O2j6hH7H0X8fUzFsjMn1rwnETaxwp83HLNimXBjZ78MrKl3/d3/pkzDH0o0Lkxm37Q==} + immer@11.0.1: + resolution: {integrity: sha512-naDCyggtcBWANtIrjQEajhhBEuL9b0Zg4zmlWK2CzS6xCWSE39/vvf4LqnMjUAWHBhot4m9MHCM/Z+mfWhUkiA==} import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} @@ -2805,10 +2765,6 @@ packages: resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} engines: {node: '>=12'} - is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} - is-plain-obj@4.1.0: resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} engines: {node: '>=12'} @@ -3008,8 +2964,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.2.2: - resolution: {integrity: sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==} + lru-cache@11.2.4: + resolution: {integrity: sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -3025,6 +2981,11 @@ packages: peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 + lucide-react@0.556.0: + resolution: {integrity: sha512-iOb8dRk7kLaYBZhR2VlV1CeJGxChBgUthpSP8wom9jfj79qovgG6qcSdiy6vkoREKPnbUYzJsCn4o4PtG3Iy+A==} + peerDependencies: + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 + magic-string@0.30.21: resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} @@ -3038,14 +2999,6 @@ packages: md5@2.3.0: resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==} - merge2@1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} - - micromatch@4.0.8: - resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} - engines: {node: '>=8.6'} - mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -3249,8 +3202,8 @@ packages: resolution: {integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==} engines: {node: '>=10.13.0'} - polkadot-api@1.21.0: - resolution: {integrity: sha512-HLviaYQx0zKm1hvkdwW4iuyzmmMkYzF4Xcff5tRw+FqdtjtHYTznSsigSsm5d2kGS9O9drKo9bhe4H6r6NNe1w==} + polkadot-api@1.23.0: + resolution: {integrity: sha512-Aus9HiCsSf2IN0CTh9e/dmWZvaekqol688JQA3qHnmf5KZ/3bq0AQpOmxD4ixSR27CQJgxnmGsTcEmDJz9jIOw==} hasBin: true peerDependencies: rxjs: '>=7.8.0' @@ -3290,8 +3243,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.6.2: - resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} + prettier@3.7.4: + resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} engines: {node: '>=14'} hasBin: true @@ -3320,19 +3273,16 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - quick-format-unescaped@4.0.4: resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} radix3@1.1.2: resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} - react-dom@19.2.0: - resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==} + react-dom@19.2.1: + resolution: {integrity: sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==} peerDependencies: - react: ^19.2.0 + react: ^19.2.1 react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -3411,14 +3361,14 @@ packages: react: ^18 || ^19 react-dom: ^18 || ^19 - react-virtuoso@4.14.1: - resolution: {integrity: sha512-NRUF1ak8lY+Tvc6WN9cce59gU+lilzVtOozP+pm9J7iHshLGGjsiAB4rB2qlBPHjFbcXOQpT+7womNHGDUql8w==} + react-virtuoso@4.17.0: + resolution: {integrity: sha512-od3pi2v13v31uzn5zPXC2u3ouISFCVhjFVFch2VvS2Cx7pWA2F1aJa3XhNTN2F07M3lhfnMnsmGeH+7wZICr7w==} peerDependencies: react: '>=16 || >=17 || >= 18 || >= 19' react-dom: '>=16 || >=17 || >= 18 || >=19' - react@19.2.0: - resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==} + react@19.2.1: + resolution: {integrity: sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==} engines: {node: '>=0.10.0'} read-pkg@10.0.0: @@ -3437,8 +3387,8 @@ packages: resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} engines: {node: '>= 12.13.0'} - recharts@3.5.0: - resolution: {integrity: sha512-jWqBtu8L3VICXWa3g/y+bKjL8DDHSRme7DHD/70LQ/Tk0di1h11Y0kKC0nPh6YJ2oaa0k6anIFNhg6SfzHWdEA==} + recharts@3.5.1: + resolution: {integrity: sha512-+v+HJojK7gnEgG6h+b2u7k8HH7FhyFUzAc4+cPrsjL4Otdgqr/ecXzAnHciqlzV1ko064eNcsdzrYOM78kankA==} engines: {node: '>=18'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -3475,10 +3425,6 @@ packages: resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} engines: {node: '>=18'} - reusify@1.1.0: - resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - rollup@4.53.3: resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -3487,9 +3433,6 @@ packages: rpc-websockets@9.3.1: resolution: {integrity: sha512-bY6a+i/lEtBJ/mUxwsCTgevoV1P0foXTVA7UoThzaIWbM+3NDqorf8NBWs5DmqKTFeA1IoNzgvkWjFCPgnzUiQ==} - run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} - rxjs@7.8.2: resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} @@ -3544,8 +3487,8 @@ packages: slow-redact@0.3.2: resolution: {integrity: sha512-MseHyi2+E/hBRqdOi5COy6wZ7j7DxXRz9NkseavNYSvvWC06D8a5cidVZX3tcG5eCW3NIyVU4zT63hw0Q486jw==} - smoldot@2.0.39: - resolution: {integrity: sha512-yFMSzI6nkqWFTNao99lBA/TguUFU+bR3A5UGTDd/QqqB12jqzvZnmW/No6l2rKmagt8Qx/KybMNowV/E28znhA==} + smoldot@2.0.40: + resolution: {integrity: sha512-h6XC/kKDLdZBBTI0X8y4ZxmaZ2KYVVB0+5isCQm6j26ljeNjHZUDOV+hf8VyoE23+jg00wrxNJ2IVcIAURxwtg==} sonic-boom@4.2.0: resolution: {integrity: sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==} @@ -3666,10 +3609,6 @@ packages: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} - to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} - tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} @@ -3731,12 +3670,12 @@ packages: resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} engines: {node: '>=16'} - type-fest@5.2.0: - resolution: {integrity: sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==} + type-fest@5.3.1: + resolution: {integrity: sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==} engines: {node: '>=20'} - typescript-eslint@8.47.0: - resolution: {integrity: sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==} + typescript-eslint@8.49.0: + resolution: {integrity: sha512-zRSVH1WXD0uXczCXw+nsdjGPUdx4dfrs5VQoHnUWmv1U3oNlAKv4FUNdLDhVUg+gYn+a5hUESqch//Rv5wVhrg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3897,15 +3836,15 @@ packages: typescript: optional: true - vite-bundle-analyzer@1.2.3: - resolution: {integrity: sha512-8nhwDGHWMKKgg6oegAOpDgTT7/yzTVzeYzLF4y8WBJoYu9gO7h29UpHiQnXD2rAvfQzDy5Wqe/Za5cgqhnxi5g==} + vite-bundle-analyzer@1.3.1: + resolution: {integrity: sha512-39J8a+d1KTi9fPt0a7MqqEJibMekdIDCW2nohiyQPSiww+xEBRHKSX4fdpwSvia9KDiFg7THjQRTs0xefzB+lg==} hasBin: true vite-plugin-vercel-skew-protection@1.0.1: resolution: {integrity: sha512-oqpkTV3f6I8mJuyUsLEwiNmW+026YMYcdxJgmLkrsML8J8I+fcCC1p08Fk3ynm33pGRc9kwdtPk4oZ2NjXAXhQ==} - vite@7.2.4: - resolution: {integrity: sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==} + vite@7.2.7: + resolution: {integrity: sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -4181,7 +4120,7 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@base-org/account@2.4.0(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': + '@base-org/account@2.4.0(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': dependencies: '@coinbase/cdp-sdk': 1.38.6(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.9.3)(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10)) '@noble/hashes': 1.4.0 @@ -4191,7 +4130,7 @@ snapshots: ox: 0.6.9(typescript@5.9.3)(zod@3.25.76) preact: 10.24.2 viem: 2.40.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - zustand: 5.0.3(@types/react@19.2.7)(immer@11.0.0)(react@19.2.0)(use-sync-external-store@1.6.0(react@19.2.0)) + zustand: 5.0.3(@types/react@19.2.7)(immer@11.0.1)(react@19.2.1)(use-sync-external-store@1.6.0(react@19.2.1)) transitivePeerDependencies: - '@types/react' - bufferutil @@ -4368,11 +4307,11 @@ snapshots: '@floating-ui/core': 1.7.3 '@floating-ui/utils': 0.2.10 - '@floating-ui/react-dom@2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@floating-ui/react-dom@2.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@floating-ui/dom': 1.7.4 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) '@floating-ui/utils@0.2.10': {} @@ -4485,43 +4424,31 @@ snapshots: '@noble/hashes@2.0.1': {} - '@nodelib/fs.scandir@2.1.5': - dependencies: - '@nodelib/fs.stat': 2.0.5 - run-parallel: 1.2.0 - - '@nodelib/fs.stat@2.0.5': {} - - '@nodelib/fs.walk@1.2.8': - dependencies: - '@nodelib/fs.scandir': 2.1.5 - fastq: 1.19.1 - '@phosphor-icons/webcomponents@2.1.5': dependencies: lit: 3.3.0 - '@polkadot-api/cli@0.16.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(utf-8-validate@5.0.10)': + '@polkadot-api/cli@0.17.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(utf-8-validate@5.0.10)': dependencies: '@commander-js/extra-typings': 14.0.0(commander@14.0.2) - '@polkadot-api/codegen': 0.20.0 - '@polkadot-api/ink-contracts': 0.4.3 + '@polkadot-api/codegen': 0.21.0 + '@polkadot-api/ink-contracts': 0.4.4 '@polkadot-api/json-rpc-provider': 0.0.4 - '@polkadot-api/known-chains': 0.9.15 + '@polkadot-api/known-chains': 0.9.16 '@polkadot-api/legacy-provider': 0.3.6(rxjs@7.8.2) - '@polkadot-api/metadata-compatibility': 0.4.1 - '@polkadot-api/observable-client': 0.16.4(rxjs@7.8.2) - '@polkadot-api/polkadot-sdk-compat': 2.3.3 - '@polkadot-api/sm-provider': 0.1.14(@polkadot-api/smoldot@0.3.14(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - '@polkadot-api/smoldot': 0.3.14(bufferutil@4.0.9)(utf-8-validate@5.0.10) + '@polkadot-api/metadata-compatibility': 0.4.2 + '@polkadot-api/observable-client': 0.17.1(rxjs@7.8.2) + '@polkadot-api/polkadot-sdk-compat': 2.4.0 + '@polkadot-api/sm-provider': 0.1.15(@polkadot-api/smoldot@0.3.15(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@polkadot-api/smoldot': 0.3.15(bufferutil@4.0.9)(utf-8-validate@5.0.10) '@polkadot-api/substrate-bindings': 0.16.5 - '@polkadot-api/substrate-client': 0.4.7 + '@polkadot-api/substrate-client': 0.5.0 '@polkadot-api/utils': 0.2.0 - '@polkadot-api/wasm-executor': 0.2.2 + '@polkadot-api/wasm-executor': 0.2.3 '@polkadot-api/ws-provider': 0.7.4(bufferutil@4.0.9)(utf-8-validate@5.0.10) '@types/node': 24.10.1 commander: 14.0.2 - execa: 9.6.0 + execa: 9.6.1 fs.promises.exists: 1.1.4 ora: 9.0.0 read-pkg: 10.0.0 @@ -4541,24 +4468,24 @@ snapshots: - utf-8-validate - yaml - '@polkadot-api/codegen@0.20.0': + '@polkadot-api/codegen@0.21.0': dependencies: - '@polkadot-api/ink-contracts': 0.4.3 + '@polkadot-api/ink-contracts': 0.4.4 '@polkadot-api/metadata-builders': 0.13.7 - '@polkadot-api/metadata-compatibility': 0.4.1 + '@polkadot-api/metadata-compatibility': 0.4.2 '@polkadot-api/substrate-bindings': 0.16.5 '@polkadot-api/utils': 0.2.0 - '@polkadot-api/common-sdk-utils@0.1.0(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2)': + '@polkadot-api/common-sdk-utils@0.2.0(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2)': dependencies: - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) rxjs: 7.8.2 - '@polkadot-api/descriptors@file:.papi/descriptors(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))': + '@polkadot-api/descriptors@file:.papi/descriptors(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))': dependencies: - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - '@polkadot-api/ink-contracts@0.4.3': + '@polkadot-api/ink-contracts@0.4.4': dependencies: '@polkadot-api/metadata-builders': 0.13.7 '@polkadot-api/substrate-bindings': 0.16.5 @@ -4568,7 +4495,7 @@ snapshots: '@polkadot-api/json-rpc-provider@0.0.4': {} - '@polkadot-api/known-chains@0.9.15': {} + '@polkadot-api/known-chains@0.9.16': {} '@polkadot-api/ledger-signer@0.2.13(@ledgerhq/hw-transport@6.31.13)': dependencies: @@ -4610,16 +4537,16 @@ snapshots: '@polkadot-api/substrate-bindings': 0.16.5 '@polkadot-api/utils': 0.2.0 - '@polkadot-api/metadata-compatibility@0.4.1': + '@polkadot-api/metadata-compatibility@0.4.2': dependencies: '@polkadot-api/metadata-builders': 0.13.7 '@polkadot-api/substrate-bindings': 0.16.5 - '@polkadot-api/observable-client@0.16.4(rxjs@7.8.2)': + '@polkadot-api/observable-client@0.17.1(rxjs@7.8.2)': dependencies: '@polkadot-api/metadata-builders': 0.13.7 '@polkadot-api/substrate-bindings': 0.16.5 - '@polkadot-api/substrate-client': 0.4.7 + '@polkadot-api/substrate-client': 0.5.0 '@polkadot-api/utils': 0.2.0 rxjs: 7.8.2 @@ -4631,7 +4558,7 @@ snapshots: '@polkadot-api/substrate-bindings': 0.16.5 '@polkadot-api/utils': 0.2.0 - '@polkadot-api/polkadot-sdk-compat@2.3.3': + '@polkadot-api/polkadot-sdk-compat@2.4.0': dependencies: '@polkadot-api/json-rpc-provider': 0.0.4 @@ -4641,31 +4568,31 @@ snapshots: dependencies: '@polkadot-api/json-rpc-provider': 0.0.4 - '@polkadot-api/react-components@0.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@polkadot-api/react-components@0.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@noble/hashes': 2.0.1 '@polkadot-api/substrate-bindings': 0.16.5 blo: 2.0.0 - lucide-react: 0.548.0(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + lucide-react: 0.548.0(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@polkadot-api/sdk-accounts@0.5.1(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(react@19.2.0)(rxjs@7.8.2)': + '@polkadot-api/sdk-accounts@0.6.0(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(react@19.2.1)(rxjs@7.8.2)': dependencies: - '@polkadot-api/common-sdk-utils': 0.1.0(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2) + '@polkadot-api/common-sdk-utils': 0.2.0(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2) '@polkadot-api/substrate-bindings': 0.16.5 - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) rxjs: 7.8.2 transitivePeerDependencies: - '@react-rxjs/core' - react - '@polkadot-api/sdk-staking@0.3.5(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2)': + '@polkadot-api/sdk-staking@0.4.0(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2)': dependencies: - '@polkadot-api/common-sdk-utils': 0.1.0(polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2) + '@polkadot-api/common-sdk-utils': 0.2.0(polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10))(rxjs@7.8.2) '@polkadot-api/substrate-bindings': 0.16.5 - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) rxjs: 7.8.2 '@polkadot-api/signer@0.2.11': @@ -4684,16 +4611,16 @@ snapshots: '@polkadot-api/substrate-bindings': 0.16.5 '@polkadot-api/utils': 0.2.0 - '@polkadot-api/sm-provider@0.1.14(@polkadot-api/smoldot@0.3.14(bufferutil@4.0.9)(utf-8-validate@5.0.10))': + '@polkadot-api/sm-provider@0.1.15(@polkadot-api/smoldot@0.3.15(bufferutil@4.0.9)(utf-8-validate@5.0.10))': dependencies: '@polkadot-api/json-rpc-provider': 0.0.4 '@polkadot-api/json-rpc-provider-proxy': 0.2.7 - '@polkadot-api/smoldot': 0.3.14(bufferutil@4.0.9)(utf-8-validate@5.0.10) + '@polkadot-api/smoldot': 0.3.15(bufferutil@4.0.9)(utf-8-validate@5.0.10) - '@polkadot-api/smoldot@0.3.14(bufferutil@4.0.9)(utf-8-validate@5.0.10)': + '@polkadot-api/smoldot@0.3.15(bufferutil@4.0.9)(utf-8-validate@5.0.10)': dependencies: '@types/node': 24.10.1 - smoldot: 2.0.39(bufferutil@4.0.9)(utf-8-validate@5.0.10) + smoldot: 2.0.40(bufferutil@4.0.9)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate @@ -4705,7 +4632,7 @@ snapshots: '@scure/base': 2.0.0 scale-ts: 1.6.1 - '@polkadot-api/substrate-client@0.4.7': + '@polkadot-api/substrate-client@0.5.0': dependencies: '@polkadot-api/json-rpc-provider': 0.0.4 '@polkadot-api/raw-client': 0.1.1 @@ -4713,7 +4640,7 @@ snapshots: '@polkadot-api/utils@0.2.0': {} - '@polkadot-api/wasm-executor@0.2.2': {} + '@polkadot-api/wasm-executor@0.2.3': {} '@polkadot-api/ws-provider@0.7.4(bufferutil@4.0.9)(utf-8-validate@5.0.10)': dependencies: @@ -4725,17 +4652,17 @@ snapshots: - bufferutil - utf-8-validate - '@polkahub/context@0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/context@0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: - '@polkadot-api/react-components': 0.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/state': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkadot-api/react-components': 0.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/state': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@rx-state/core': 0.1.4(rxjs@7.8.2) '@types/react': 19.2.7 - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4749,21 +4676,21 @@ snapshots: - utf-8-validate - yaml - '@polkahub/ledger@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/ledger@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: '@ledgerhq/hw-transport': 6.31.13 '@polkadot-api/ledger-signer': 0.2.13(@ledgerhq/hw-transport@6.31.13) - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 buffer: 6.0.3 - lucide-react: 0.554.0(react@19.2.0) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4778,19 +4705,19 @@ snapshots: - utf-8-validate - yaml - '@polkahub/mimir@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/mimir@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: '@mimirdev/apps-inject': 3.2.0 '@mimirdev/papi-signer': 3.1.0(@polkadot-api/polkadot-signer@0.1.6)(@polkadot-api/substrate-bindings@0.16.5)(@polkadot-api/utils@0.2.0) '@polkadot-api/polkadot-signer': 0.1.6 '@polkadot-api/substrate-bindings': 0.16.5 '@polkadot-api/utils': 0.2.0 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 - react: 19.2.0 + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4805,21 +4732,21 @@ snapshots: - utf-8-validate - yaml - '@polkahub/multisig@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/multisig@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: '@polkadot-api/meta-signers': 0.1.17 '@polkadot-api/substrate-bindings': 0.16.5 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/proxy': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/proxy': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 - lucide-react: 0.554.0(react@19.2.0) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4834,18 +4761,18 @@ snapshots: - utf-8-validate - yaml - '@polkahub/pjs-wallet@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/pjs-wallet@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: '@polkadot-api/pjs-signer': 0.6.17 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 - lucide-react: 0.554.0(react@19.2.0) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4860,11 +4787,11 @@ snapshots: - utf-8-validate - yaml - '@polkahub/plugin@0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/plugin@0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@rx-state/core': 0.1.4(rxjs@7.8.2) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4879,19 +4806,19 @@ snapshots: - utf-8-validate - yaml - '@polkahub/proxy@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/proxy@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: '@polkadot-api/meta-signers': 0.1.17 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 - lucide-react: 0.554.0(react@19.2.0) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4906,19 +4833,19 @@ snapshots: - utf-8-validate - yaml - '@polkahub/read-only@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/read-only@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: '@polkadot-api/substrate-bindings': 0.16.5 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 - lucide-react: 0.554.0(react@19.2.0) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4933,19 +4860,19 @@ snapshots: - utf-8-validate - yaml - '@polkahub/select-account@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/select-account@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: - '@polkadot-api/react-components': 0.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@polkadot-api/react-components': 0.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@polkadot-api/substrate-bindings': 0.16.5 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@rx-state/core': 0.1.4(rxjs@7.8.2) '@types/react': 19.2.7 - lucide-react: 0.554.0(react@19.2.0) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4960,12 +4887,12 @@ snapshots: - utf-8-validate - yaml - '@polkahub/state@0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/state@0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@rx-state/core': 0.1.4(rxjs@7.8.2) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -4980,54 +4907,54 @@ snapshots: - utf-8-validate - yaml - '@polkahub/ui-components@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@polkahub/ui-components@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@polkadot-api/react-components': 0.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@polkadot-api/react-components': 0.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@polkadot-api/substrate-bindings': 0.16.5 '@polkadot-api/utils': 0.2.0 '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-checkbox': 1.3.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-focus-scope': 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-portal': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slider': 1.3.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) + '@radix-ui/react-checkbox': 1.3.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slider': 1.3.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) '@types/react': 19.2.7 aria-hidden: 1.2.6 class-variance-authority: 0.7.1 clsx: 2.1.1 - cmdk: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - lucide-react: 0.554.0(react@19.2.0) - react: 19.2.0 - react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.0) + cmdk: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + lucide-react: 0.554.0(react@19.2.1) + react: 19.2.1 + react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.1) tailwind-merge: 3.4.0 transitivePeerDependencies: - '@types/react-dom' - react-dom - '@polkahub/vault@0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10)': + '@polkahub/vault@0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10)': dependencies: '@polkadot-api/merkleize-metadata': 1.1.27 '@polkadot-api/signers-common': 0.1.18 '@polkadot-api/substrate-bindings': 0.16.5 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 - lucide-react: 0.554.0(react@19.2.0) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@microsoft/api-extractor' @@ -5042,22 +4969,22 @@ snapshots: - utf-8-validate - yaml - '@polkahub/wallet-connect@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': + '@polkahub/wallet-connect@0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': dependencies: '@polkadot-api/substrate-bindings': 0.16.5 - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) - '@reown/appkit': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) + '@reown/appkit': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) '@types/react': 19.2.7 '@walletconnect/types': 2.23.0 '@walletconnect/universal-provider': 2.23.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) '@walletconnect/utils': 2.23.0(typescript@5.9.3)(zod@3.25.76) - polkadot-api: 1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) - react: 19.2.0 + polkadot-api: 1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10) + react: 19.2.1 rxjs: 7.8.2 transitivePeerDependencies: - '@azure/app-configuration' @@ -5103,471 +5030,471 @@ snapshots: '@radix-ui/primitive@1.1.3': {} - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-context@1.1.2(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-context@1.1.2(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-context@1.1.3(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-context@1.1.3(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) aria-hidden: 1.2.6 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-direction@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-direction@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-focus-scope@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-focus-scope@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-id@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-id@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) aria-hidden: 1.2.6 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@floating-ui/react-dom': 2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.0) + '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@floating-ui/react-dom': 2.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.1) '@radix-ui/rect': 1.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-portal@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-portal@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) aria-hidden: 1.2.6 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-remove-scroll: 2.7.1(@types/react@19.2.7)(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-slider@1.3.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-slider@1.3.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-slot@1.2.3(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-slot@1.2.3(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-slot@1.2.4(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-slot@1.2.4(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-switch@1.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-switch@1.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-toggle-group@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-toggle-group@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: '@radix-ui/rect': 1.1.1 - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-use-size@1.1.1(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-use-size@1.1.1(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) '@radix-ui/rect@1.1.1': {} - '@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2)': + '@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2)': dependencies: '@rx-state/core': 0.1.4(rxjs@7.8.2) - react: 19.2.0 + react: 19.2.1 rxjs: 7.8.2 - use-sync-external-store: 1.6.0(react@19.2.0) + use-sync-external-store: 1.6.0(react@19.2.1) - '@react-rxjs/utils@0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2)': + '@react-rxjs/utils@0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2)': dependencies: - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - react: 19.2.0 + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + react: 19.2.1 rxjs: 7.8.2 - '@reduxjs/toolkit@2.11.0(react-redux@9.2.0(@types/react@19.2.7)(react@19.2.0)(redux@5.0.1))(react@19.2.0)': + '@reduxjs/toolkit@2.11.1(react-redux@9.2.0(@types/react@19.2.7)(react@19.2.1)(redux@5.0.1))(react@19.2.1)': dependencies: '@standard-schema/spec': 1.0.0 '@standard-schema/utils': 0.3.0 - immer: 11.0.0 + immer: 11.0.1 redux: 5.0.1 redux-thunk: 3.1.0(redux@5.0.1) reselect: 5.1.1 optionalDependencies: - react: 19.2.0 - react-redux: 9.2.0(@types/react@19.2.7)(react@19.2.0)(redux@5.0.1) + react: 19.2.1 + react-redux: 9.2.0(@types/react@19.2.7)(react@19.2.1)(redux@5.0.1) '@reown/appkit-common@1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.22.4)': dependencies: @@ -5591,12 +5518,12 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-controllers@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-controllers@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@reown/appkit-common': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-wallet': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10) '@walletconnect/universal-provider': 2.23.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - valtio: 2.1.7(@types/react@19.2.7)(react@19.2.0) + valtio: 2.1.7(@types/react@19.2.7)(react@19.2.1) viem: 2.40.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: - '@azure/app-configuration' @@ -5626,14 +5553,14 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-pay@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': + '@reown/appkit-pay@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': dependencies: '@reown/appkit-common': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.0))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.1))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) lit: 3.3.0 - valtio: 2.1.7(@types/react@19.2.7)(react@19.2.0) + valtio: 2.1.7(@types/react@19.2.7)(react@19.2.1) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -5671,12 +5598,12 @@ snapshots: dependencies: buffer: 6.0.3 - '@reown/appkit-scaffold-ui@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.0))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': + '@reown/appkit-scaffold-ui@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.1))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': dependencies: '@reown/appkit-common': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.0))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.1))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) '@reown/appkit-wallet': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10) lit: 3.3.0 transitivePeerDependencies: @@ -5713,11 +5640,11 @@ snapshots: - ws - zod - '@reown/appkit-ui@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)': + '@reown/appkit-ui@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)': dependencies: '@phosphor-icons/webcomponents': 2.1.5 '@reown/appkit-common': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-wallet': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10) lit: 3.3.0 qrcode: 1.5.3 @@ -5749,19 +5676,19 @@ snapshots: - utf-8-validate - zod - '@reown/appkit-utils@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.0))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': + '@reown/appkit-utils@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.1))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': dependencies: '@reown/appkit-common': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) '@reown/appkit-polyfills': 1.8.14 '@reown/appkit-wallet': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10) '@wallet-standard/wallet': 1.1.0 '@walletconnect/logger': 3.0.0 '@walletconnect/universal-provider': 2.23.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - valtio: 2.1.7(@types/react@19.2.7)(react@19.2.0) + valtio: 2.1.7(@types/react@19.2.7)(react@19.2.1) viem: 2.40.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: - '@base-org/account': 2.4.0(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@base-org/account': 2.4.0(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) '@safe-global/safe-apps-provider': 0.18.6(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) transitivePeerDependencies: @@ -5808,20 +5735,20 @@ snapshots: - typescript - utf-8-validate - '@reown/appkit@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': + '@reown/appkit@1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76)': dependencies: '@reown/appkit-common': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-pay': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@reown/appkit-controllers': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-pay': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) '@reown/appkit-polyfills': 1.8.14 - '@reown/appkit-scaffold-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.0))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) - '@reown/appkit-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) - '@reown/appkit-utils': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.0))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@reown/appkit-scaffold-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.1))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@reown/appkit-ui': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(react@19.2.1)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) + '@reown/appkit-utils': 1.8.14(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(valtio@2.1.7(@types/react@19.2.7)(react@19.2.1))(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) '@reown/appkit-wallet': 1.8.14(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10) '@walletconnect/universal-provider': 2.23.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) bs58: 6.0.0 semver: 7.7.2 - valtio: 2.1.7(@types/react@19.2.7)(react@19.2.0) + valtio: 2.1.7(@types/react@19.2.7)(react@19.2.1) viem: 2.40.0(bufferutil@4.0.9)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76) optionalDependencies: '@lit/react': 1.0.8(@types/react@19.2.7) @@ -5858,7 +5785,7 @@ snapshots: - ws - zod - '@rolldown/pluginutils@1.0.0-beta.47': {} + '@rolldown/pluginutils@1.0.0-beta.53': {} '@rollup/rollup-android-arm-eabi@4.53.3': optional: true @@ -6504,12 +6431,12 @@ snapshots: '@tailwindcss/oxide-win32-arm64-msvc': 4.1.17 '@tailwindcss/oxide-win32-x64-msvc': 4.1.17 - '@tailwindcss/vite@4.1.17(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2))': + '@tailwindcss/vite@4.1.17(vite@7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2))': dependencies: '@tailwindcss/node': 4.1.17 '@tailwindcss/oxide': 4.1.17 tailwindcss: 4.1.17 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2) + vite: 7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2) '@tanem/svg-injector@10.1.68': dependencies: @@ -6606,16 +6533,15 @@ snapshots: dependencies: '@types/node': 24.10.1 - '@typescript-eslint/eslint-plugin@8.47.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.49.0(@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.47.0 - '@typescript-eslint/type-utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/parser': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.49.0 + '@typescript-eslint/type-utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.49.0 eslint: 9.39.1(jiti@2.6.1) - graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 ts-api-utils: 2.1.0(typescript@5.9.3) @@ -6623,41 +6549,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.47.0 - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/scope-manager': 8.49.0 + '@typescript-eslint/types': 8.49.0 + '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.49.0 debug: 4.4.3 eslint: 9.39.1(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.47.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.49.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.47.0(typescript@5.9.3) - '@typescript-eslint/types': 8.47.0 + '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) + '@typescript-eslint/types': 8.49.0 debug: 4.4.3 typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.47.0': + '@typescript-eslint/scope-manager@8.49.0': dependencies: - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/types': 8.49.0 + '@typescript-eslint/visitor-keys': 8.49.0 - '@typescript-eslint/tsconfig-utils@8.47.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.49.0(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.49.0 + '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.1(jiti@2.6.1) ts-api-utils: 2.1.0(typescript@5.9.3) @@ -6665,49 +6591,48 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.47.0': {} + '@typescript-eslint/types@8.49.0': {} - '@typescript-eslint/typescript-estree@8.47.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.49.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.47.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.47.0(typescript@5.9.3) - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/project-service': 8.49.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) + '@typescript-eslint/types': 8.49.0 + '@typescript-eslint/visitor-keys': 8.49.0 debug: 4.4.3 - fast-glob: 3.3.3 - is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.3 + tinyglobby: 0.2.15 ts-api-utils: 2.1.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.47.0 - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.49.0 + '@typescript-eslint/types': 8.49.0 + '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) eslint: 9.39.1(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.47.0': + '@typescript-eslint/visitor-keys@8.49.0': dependencies: - '@typescript-eslint/types': 8.47.0 + '@typescript-eslint/types': 8.49.0 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-react@5.1.1(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2))': + '@vitejs/plugin-react@5.1.2(vite@7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2))': dependencies: '@babel/core': 7.28.5 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.5) - '@rolldown/pluginutils': 1.0.0-beta.47 + '@rolldown/pluginutils': 1.0.0-beta.53 '@types/babel__core': 7.20.5 react-refresh: 0.18.0 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2) + vite: 7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2) transitivePeerDependencies: - supports-color @@ -7139,10 +7064,6 @@ snapshots: dependencies: balanced-match: 1.0.2 - braces@3.0.3: - dependencies: - fill-range: 7.1.1 - browserslist@4.28.0: dependencies: baseline-browser-mapping: 2.8.31 @@ -7224,14 +7145,14 @@ snapshots: clsx@2.1.1: {} - cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.0) - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) transitivePeerDependencies: - '@types/react' - '@types/react-dom' @@ -7459,10 +7380,6 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-perf@3.3.3(eslint@9.39.1(jiti@2.6.1)): - dependencies: - eslint: 9.39.1(jiti@2.6.1) - eslint-plugin-react-refresh@0.4.24(eslint@9.39.1(jiti@2.6.1)): dependencies: eslint: 9.39.1(jiti@2.6.1) @@ -7539,7 +7456,7 @@ snapshots: events@3.3.0: {} - execa@9.6.0: + execa@9.6.1: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.6 @@ -7559,14 +7476,6 @@ snapshots: fast-deep-equal@3.1.3: {} - fast-glob@3.3.3: - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.8 - fast-json-stable-stringify@2.1.0: {} fast-levenshtein@2.0.6: {} @@ -7577,10 +7486,6 @@ snapshots: fastestsmallesttextencoderdecoder@1.0.22: optional: true - fastq@1.19.1: - dependencies: - reusify: 1.1.0 - fdir@6.5.0(picomatch@4.0.3): optionalDependencies: picomatch: 4.0.3 @@ -7593,10 +7498,6 @@ snapshots: dependencies: flat-cache: 4.0.1 - fill-range@7.1.1: - dependencies: - to-regex-range: 5.0.1 - find-up@4.1.0: dependencies: locate-path: 5.0.0 @@ -7673,10 +7574,6 @@ snapshots: '@sec-ant/readable-stream': 0.4.1 is-stream: 4.0.1 - glob-parent@5.1.2: - dependencies: - is-glob: 4.0.3 - glob-parent@6.0.2: dependencies: is-glob: 4.0.3 @@ -7690,8 +7587,6 @@ snapshots: graceful-fs@4.2.11: {} - graphemer@1.4.0: {} - h3@1.15.4: dependencies: cookie-es: 1.2.2 @@ -7731,7 +7626,7 @@ snapshots: hosted-git-info@9.0.2: dependencies: - lru-cache: 11.2.2 + lru-cache: 11.2.4 human-signals@8.0.1: {} @@ -7755,7 +7650,7 @@ snapshots: immer@10.2.0: {} - immer@11.0.0: {} + immer@11.0.1: {} import-fresh@3.3.1: dependencies: @@ -7787,8 +7682,6 @@ snapshots: is-interactive@2.0.0: {} - is-number@7.0.0: {} - is-plain-obj@4.1.0: {} is-retry-allowed@2.2.0: @@ -7959,19 +7852,23 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.2.2: {} + lru-cache@11.2.4: {} lru-cache@5.1.1: dependencies: yallist: 3.1.1 - lucide-react@0.548.0(react@19.2.0): + lucide-react@0.548.0(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 - lucide-react@0.554.0(react@19.2.0): + lucide-react@0.554.0(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 + + lucide-react@0.556.0(react@19.2.1): + dependencies: + react: 19.2.1 magic-string@0.30.21: dependencies: @@ -7991,13 +7888,6 @@ snapshots: is-buffer: 1.1.6 optional: true - merge2@1.4.1: {} - - micromatch@4.0.8: - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 - mime-db@1.52.0: optional: true @@ -8238,24 +8128,24 @@ snapshots: pngjs@5.0.0: {} - polkadot-api@1.21.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10): + polkadot-api@1.23.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(rxjs@7.8.2)(utf-8-validate@5.0.10): dependencies: - '@polkadot-api/cli': 0.16.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(utf-8-validate@5.0.10) - '@polkadot-api/ink-contracts': 0.4.3 + '@polkadot-api/cli': 0.17.0(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(utf-8-validate@5.0.10) + '@polkadot-api/ink-contracts': 0.4.4 '@polkadot-api/json-rpc-provider': 0.0.4 - '@polkadot-api/known-chains': 0.9.15 + '@polkadot-api/known-chains': 0.9.16 '@polkadot-api/logs-provider': 0.0.6 '@polkadot-api/metadata-builders': 0.13.7 - '@polkadot-api/metadata-compatibility': 0.4.1 - '@polkadot-api/observable-client': 0.16.4(rxjs@7.8.2) + '@polkadot-api/metadata-compatibility': 0.4.2 + '@polkadot-api/observable-client': 0.17.1(rxjs@7.8.2) '@polkadot-api/pjs-signer': 0.6.17 - '@polkadot-api/polkadot-sdk-compat': 2.3.3 + '@polkadot-api/polkadot-sdk-compat': 2.4.0 '@polkadot-api/polkadot-signer': 0.1.6 '@polkadot-api/signer': 0.2.11 - '@polkadot-api/sm-provider': 0.1.14(@polkadot-api/smoldot@0.3.14(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - '@polkadot-api/smoldot': 0.3.14(bufferutil@4.0.9)(utf-8-validate@5.0.10) + '@polkadot-api/sm-provider': 0.1.15(@polkadot-api/smoldot@0.3.15(bufferutil@4.0.9)(utf-8-validate@5.0.10)) + '@polkadot-api/smoldot': 0.3.15(bufferutil@4.0.9)(utf-8-validate@5.0.10) '@polkadot-api/substrate-bindings': 0.16.5 - '@polkadot-api/substrate-client': 0.4.7 + '@polkadot-api/substrate-client': 0.5.0 '@polkadot-api/utils': 0.2.0 '@polkadot-api/ws-provider': 0.7.4(bufferutil@4.0.9)(utf-8-validate@5.0.10) '@rx-state/core': 0.1.4(rxjs@7.8.2) @@ -8271,26 +8161,26 @@ snapshots: - utf-8-validate - yaml - polkahub@0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rxjs@7.8.2)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76): - dependencies: - '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ledger': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/mimir': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/multisig': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/pjs-wallet': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/proxy': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/read-only': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/state': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@polkahub/vault': 0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@5.0.10) - '@polkahub/wallet-connect': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.0)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.0))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) - '@react-rxjs/core': 0.10.8(react@19.2.0)(rxjs@7.8.2) - '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.0)(rxjs@7.8.2))(react@19.2.0)(rxjs@7.8.2) + polkahub@0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(rxjs@7.8.2)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76): + dependencies: + '@polkahub/context': 0.3.2(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ledger': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/mimir': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/multisig': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/pjs-wallet': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/plugin': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/proxy': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/read-only': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/select-account': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/state': 0.3.2(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/ui-components': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@polkahub/vault': 0.4.0(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(utf-8-validate@5.0.10) + '@polkahub/wallet-connect': 0.3.2(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(bufferutil@4.0.9)(fastestsmallesttextencoderdecoder@1.0.22)(immer@11.0.1)(jiti@2.6.1)(postcss@8.5.6)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3)(use-sync-external-store@1.6.0(react@19.2.1))(utf-8-validate@5.0.10)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10))(zod@3.25.76) + '@react-rxjs/core': 0.10.8(react@19.2.1)(rxjs@7.8.2) + '@react-rxjs/utils': 0.9.7(@react-rxjs/core@0.10.8(react@19.2.1)(rxjs@7.8.2))(react@19.2.1)(rxjs@7.8.2) '@types/react': 19.2.7 - lucide-react: 0.554.0(react@19.2.0) - react: 19.2.0 + lucide-react: 0.554.0(react@19.2.1) + react: 19.2.1 transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -8350,7 +8240,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.6.2: {} + prettier@3.7.4: {} pretty-ms@9.3.0: dependencies: @@ -8378,101 +8268,99 @@ snapshots: pngjs: 5.0.0 yargs: 15.4.1 - queue-microtask@1.2.3: {} - quick-format-unescaped@4.0.4: {} radix3@1.1.2: {} - react-dom@19.2.0(react@19.2.0): + react-dom@19.2.1(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 scheduler: 0.27.0 react-is@16.13.1: {} - react-redux@9.2.0(@types/react@19.2.7)(react@19.2.0)(redux@5.0.1): + react-redux@9.2.0(@types/react@19.2.7)(react@19.2.1)(redux@5.0.1): dependencies: '@types/use-sync-external-store': 0.0.6 - react: 19.2.0 - use-sync-external-store: 1.6.0(react@19.2.0) + react: 19.2.1 + use-sync-external-store: 1.6.0(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 redux: 5.0.1 react-refresh@0.18.0: {} - react-remove-scroll-bar@2.3.8(@types/react@19.2.7)(react@19.2.0): + react-remove-scroll-bar@2.3.8(@types/react@19.2.7)(react@19.2.1): dependencies: - react: 19.2.0 - react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.2.0) + react: 19.2.1 + react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.2.1) tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.7 - react-remove-scroll@2.7.1(@types/react@19.2.7)(react@19.2.0): + react-remove-scroll@2.7.1(@types/react@19.2.7)(react@19.2.1): dependencies: - react: 19.2.0 - react-remove-scroll-bar: 2.3.8(@types/react@19.2.7)(react@19.2.0) - react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.2.0) + react: 19.2.1 + react-remove-scroll-bar: 2.3.8(@types/react@19.2.7)(react@19.2.1) + react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.2.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.2.7)(react@19.2.0) - use-sidecar: 1.1.3(@types/react@19.2.7)(react@19.2.0) + use-callback-ref: 1.3.3(@types/react@19.2.7)(react@19.2.1) + use-sidecar: 1.1.3(@types/react@19.2.7)(react@19.2.1) optionalDependencies: '@types/react': 19.2.7 - react-responsive@10.0.1(react@19.2.0): + react-responsive@10.0.1(react@19.2.1): dependencies: hyphenate-style-name: 1.1.0 matchmediaquery: 0.4.2 prop-types: 15.8.1 - react: 19.2.0 + react: 19.2.1 shallow-equal: 3.1.0 - react-router@7.9.6(patch_hash=449aea642e55c8f27031f56bacafb2d98c9e660566c03b23e561d2cc81875869)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-router@7.9.6(patch_hash=449aea642e55c8f27031f56bacafb2d98c9e660566c03b23e561d2cc81875869)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: cookie: 1.0.2 - react: 19.2.0 + react: 19.2.1 set-cookie-parser: 2.7.2 optionalDependencies: - react-dom: 19.2.0(react@19.2.0) + react-dom: 19.2.1(react@19.2.1) - react-style-singleton@2.2.3(@types/react@19.2.7)(react@19.2.0): + react-style-singleton@2.2.3(@types/react@19.2.7)(react@19.2.1): dependencies: get-nonce: 1.0.1 - react: 19.2.0 + react: 19.2.1 tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.7 - react-svg@16.3.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-svg@16.3.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.28.4 '@tanem/svg-injector': 10.1.68 '@types/prop-types': 15.7.15 prop-types: 15.8.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-toastify@11.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-toastify@11.0.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-virtuoso@4.14.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-virtuoso@4.17.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react@19.2.0: {} + react@19.2.1: {} read-pkg@10.0.0: dependencies: '@types/normalize-package-data': 2.4.4 normalize-package-data: 8.0.0 parse-json: 8.3.0 - type-fest: 5.2.0 + type-fest: 5.3.1 unicorn-magic: 0.3.0 read-pkg@9.0.1: @@ -8487,26 +8375,24 @@ snapshots: real-require@0.2.0: {} - recharts@3.5.0(@types/react@19.2.7)(eslint@9.39.1(jiti@2.6.1))(react-dom@19.2.0(react@19.2.0))(react-is@16.13.1)(react@19.2.0)(redux@5.0.1): + recharts@3.5.1(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react-is@16.13.1)(react@19.2.1)(redux@5.0.1): dependencies: - '@reduxjs/toolkit': 2.11.0(react-redux@9.2.0(@types/react@19.2.7)(react@19.2.0)(redux@5.0.1))(react@19.2.0) + '@reduxjs/toolkit': 2.11.1(react-redux@9.2.0(@types/react@19.2.7)(react@19.2.1)(redux@5.0.1))(react@19.2.1) clsx: 2.1.1 decimal.js-light: 2.5.1 es-toolkit: 1.42.0 - eslint-plugin-react-perf: 3.3.3(eslint@9.39.1(jiti@2.6.1)) eventemitter3: 5.0.1 immer: 10.2.0 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-is: 16.13.1 - react-redux: 9.2.0(@types/react@19.2.7)(react@19.2.0)(redux@5.0.1) + react-redux: 9.2.0(@types/react@19.2.7)(react@19.2.1)(redux@5.0.1) reselect: 5.1.1 tiny-invariant: 1.3.3 - use-sync-external-store: 1.6.0(react@19.2.0) + use-sync-external-store: 1.6.0(react@19.2.1) victory-vendor: 37.3.6 transitivePeerDependencies: - '@types/react' - - eslint - redux redux-thunk@3.1.0(redux@5.0.1): @@ -8530,8 +8416,6 @@ snapshots: onetime: 7.0.0 signal-exit: 4.1.0 - reusify@1.1.0: {} - rollup@4.53.3: dependencies: '@types/estree': 1.0.8 @@ -8574,10 +8458,6 @@ snapshots: utf-8-validate: 5.0.10 optional: true - run-parallel@1.2.0: - dependencies: - queue-microtask: 1.2.3 - rxjs@7.8.2: dependencies: tslib: 2.8.1 @@ -8613,7 +8493,7 @@ snapshots: slow-redact@0.3.2: {} - smoldot@2.0.39(bufferutil@4.0.9)(utf-8-validate@5.0.10): + smoldot@2.0.40(bufferutil@4.0.9)(utf-8-validate@5.0.10): dependencies: ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) transitivePeerDependencies: @@ -8734,10 +8614,6 @@ snapshots: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 - to-regex-range@5.0.1: - dependencies: - is-number: 7.0.0 - tr46@0.0.3: {} tr46@1.0.1: @@ -8796,16 +8672,16 @@ snapshots: type-fest@4.41.0: {} - type-fest@5.2.0: + type-fest@5.3.1: dependencies: tagged-tag: 1.0.0 - typescript-eslint@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): + typescript-eslint@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.47.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.49.0(@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.1(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: @@ -8850,24 +8726,24 @@ snapshots: dependencies: punycode: 2.3.1 - use-callback-ref@1.3.3(@types/react@19.2.7)(react@19.2.0): + use-callback-ref@1.3.3(@types/react@19.2.7)(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.7 - use-sidecar@1.1.3(@types/react@19.2.7)(react@19.2.0): + use-sidecar@1.1.3(@types/react@19.2.7)(react@19.2.1): dependencies: detect-node-es: 1.1.0 - react: 19.2.0 + react: 19.2.1 tslib: 2.8.1 optionalDependencies: '@types/react': 19.2.7 - use-sync-external-store@1.6.0(react@19.2.0): + use-sync-external-store@1.6.0(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 utf-8-validate@5.0.10: dependencies: @@ -8882,12 +8758,12 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - valtio@2.1.7(@types/react@19.2.7)(react@19.2.0): + valtio@2.1.7(@types/react@19.2.7)(react@19.2.1): dependencies: proxy-compare: 3.0.1 optionalDependencies: '@types/react': 19.2.7 - react: 19.2.0 + react: 19.2.1 victory-vendor@37.3.6: dependencies: @@ -8940,13 +8816,13 @@ snapshots: - utf-8-validate - zod - vite-bundle-analyzer@1.2.3: {} + vite-bundle-analyzer@1.3.1: {} vite-plugin-vercel-skew-protection@1.0.1: dependencies: invariant: 2.2.4 - vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2): + vite@7.2.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) @@ -9057,10 +8933,10 @@ snapshots: zod@4.1.13: {} - zustand@5.0.3(@types/react@19.2.7)(immer@11.0.0)(react@19.2.0)(use-sync-external-store@1.6.0(react@19.2.0)): + zustand@5.0.3(@types/react@19.2.7)(immer@11.0.1)(react@19.2.1)(use-sync-external-store@1.6.0(react@19.2.1)): optionalDependencies: '@types/react': 19.2.7 - immer: 11.0.0 - react: 19.2.0 - use-sync-external-store: 1.6.0(react@19.2.0) + immer: 11.0.1 + react: 19.2.1 + use-sync-external-store: 1.6.0(react@19.2.1) optional: true From 4b492f50714dae0acf250f633a00bee4ef570185 Mon Sep 17 00:00:00 2001 From: Victor Oliva Date: Mon, 8 Dec 2025 23:05:12 +0100 Subject: [PATCH 2/3] chore: update whitelist to granular --- .papi/descriptors/package.json | 2 +- .papi/polkadot-api.json | 3 ++ .papi/whitelist.ts | 46 ++++++++++++++----- package.json | 2 +- .../ChopsticksController.tsx | 4 +- 5 files changed, 41 insertions(+), 16 deletions(-) diff --git a/.papi/descriptors/package.json b/.papi/descriptors/package.json index 854486a..d95eca4 100644 --- a/.papi/descriptors/package.json +++ b/.papi/descriptors/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0-autogenerated.7743088178851338808", + "version": "0.1.0-autogenerated.6882768287857821180", "name": "@polkadot-api/descriptors", "files": [ "dist" diff --git a/.papi/polkadot-api.json b/.papi/polkadot-api.json index c86ef70..87ac164 100644 --- a/.papi/polkadot-api.json +++ b/.papi/polkadot-api.json @@ -74,5 +74,8 @@ "genesis": "0xe6c30d6e148f250b887105237bcaa5cb9f16dd203bf7b5b9d4f1da7387cb86ec", "codeHash": "0x1d619fa70d7fb4ad807185e48bd84625f075ee92711087f2d7c7cb840396cb57" } + }, + "options": { + "whitelist": "./.papi/whitelist.ts" } } diff --git a/.papi/whitelist.ts b/.papi/whitelist.ts index 69123c3..f4254b2 100644 --- a/.papi/whitelist.ts +++ b/.papi/whitelist.ts @@ -1,9 +1,18 @@ -import { - DotWhitelistEntry, +import type { + WhitelistEntriesByChain, DotPplWhitelistEntry, -} from "@polkadot-api/descriptors"; + DotWhitelistEntry, + DotAHWhitelistEntry, + WndAHWhitelistEntry, +} from "@polkadot-api/descriptors" -export const whitelist: (DotWhitelistEntry | DotPplWhitelistEntry)[] = [ +const relayWhitelist: DotWhitelistEntry[] = [ + "query.Staking.SlashingSpans", + "const.Babe.EpochDuration", + "const.Babe.ExpectedBlockTime", + "api.Inflation.experimental_inflation_prediction_info", +] +const assetHubWhitelist: (DotAHWhitelistEntry | WndAHWhitelistEntry)[] = [ "const.Staking.BondingDuration", "const.Staking.HistoryDepth", "const.Staking.SessionsPerEra", @@ -21,7 +30,6 @@ export const whitelist: (DotWhitelistEntry | DotPplWhitelistEntry)[] = [ "query.Staking.MinimumActiveStake", "query.Staking.MinNominatorBond", "query.Staking.Nominators", - "query.Staking.SlashingSpans", "query.Staking.ValidatorCount", "query.Staking.Validators", "query.Staking.Validators", // TODO @@ -43,12 +51,26 @@ export const whitelist: (DotWhitelistEntry | DotPplWhitelistEntry)[] = [ "tx.NominationPools.join", "tx.NominationPools.unbond", "tx.NominationPools.withdraw_unbonded", - "query.Identity.IdentityOf", - "query.Identity.SuperOf", - "const.Babe.EpochDuration", - "const.Babe.ExpectedBlockTime", - "const.System.SS58Prefix", - "api.Inflation.experimental_inflation_prediction_info", "query.Balances.TotalIssuance", "query.Timestamp.Now", -]; + "const.System.SS58Prefix", +] +const pplWhitelist: DotPplWhitelistEntry[] = [ + "query.Identity.IdentityOf", + "query.Identity.SuperOf", +] + +export const whitelist: WhitelistEntriesByChain = { + dot: relayWhitelist, + dotAH: assetHubWhitelist, + dotPpl: pplWhitelist, + ksm: relayWhitelist, + ksmAH: assetHubWhitelist, + ksmPpl: pplWhitelist, + wnd: relayWhitelist, + wndAH: assetHubWhitelist, + wndPpl: pplWhitelist, + pas: relayWhitelist, + pasAH: assetHubWhitelist, + pasPpl: pplWhitelist, +} diff --git a/package.json b/package.json index eac9b67..3ae59d5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "dev-local": "VITE_WITH_CHOPSTICKS=true vite", - "postinstall": "papi --whitelist ./.papi/whitelist.ts", + "postinstall": "papi", "build": "tsc -b && vite build", "analyze": "ANALYZE=true vite build", "format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"", diff --git a/src/components/ChopsticksController/ChopsticksController.tsx b/src/components/ChopsticksController/ChopsticksController.tsx index ae5fea6..633b93c 100644 --- a/src/components/ChopsticksController/ChopsticksController.tsx +++ b/src/components/ChopsticksController/ChopsticksController.tsx @@ -1,7 +1,7 @@ import { clients$, stakingApi$, tokenDecimals$ } from "@/state/chain" import { activeEra$, refreshEra$ } from "@/state/era" import { codeSplit } from "@/util/codeSplit" -import { dot } from "@polkadot-api/descriptors" +import { dotAH } from "@polkadot-api/descriptors" import { u64 } from "@polkadot-api/substrate-bindings" import { getTypedCodecs, type HexString } from "polkadot-api" import { toHex } from "polkadot-api/utils" @@ -59,7 +59,7 @@ export const ChopsticksController = codeSplit( }, ) -const stakingCodecs = await getTypedCodecs(dot) +const stakingCodecs = await getTypedCodecs(dotAH) let hasPreinitialized = sessionStorage.getItem("preinit-chopsticks") === "true" const SkipEras = () => { const ref = useRef(null) From c26c1e5d8b88901f26e6fd90969884bb727b638b Mon Sep 17 00:00:00 2001 From: Victor Oliva Date: Mon, 8 Dec 2025 23:07:20 +0100 Subject: [PATCH 3/3] chore: update chains --- .papi/metadata/dotAH.scale | Bin 560055 -> 560055 bytes .papi/metadata/pas.scale | Bin 477986 -> 478333 bytes .papi/metadata/pasAH.scale | Bin 588230 -> 589536 bytes .papi/metadata/pasPpl.scale | Bin 198203 -> 198203 bytes .papi/polkadot-api.json | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.papi/metadata/dotAH.scale b/.papi/metadata/dotAH.scale index d8455c326c7d76258d0b3e15554eeec6e2f18c1b..04c488fd7e0f47459df98fa62312a9fff4bfb969 100644 GIT binary patch delta 33 pcmdl!U1|GtrG^&97N!>F7M2#)Eo|<;8JpWZezR@&_|2X_0RY`I4O9RC delta 33 pcmdl!U1|GtrG^&97N!>F7M2#)Eo|<;8JpTYezR@&_|2X_0RY`74O0LB diff --git a/.papi/metadata/pas.scale b/.papi/metadata/pas.scale index b8aed539f6534ce7d1e5100ff846d69695ca4ee6..b86b8bfd7ae8f25fb34abc975f54149e812d8ba5 100644 GIT binary patch delta 15003 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 delta 14400 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 diff --git a/.papi/metadata/pasAH.scale b/.papi/metadata/pasAH.scale index 412cd60b50f7fd6127a05c370e31ca1be7ad7ee9..fb647736837c58e0c15ff09341185da517655503 100644 GIT binary patch delta 2941 zcmbtWeQaCR6~8xm@qLxT@O7KkNt<$Mn$j}I4QUz@*K27@Is#2Yf>Z4S=Dyk2&Qsrq z``&Yhk(k$M5kw-=DyS}<22wO3t;DX*$q69Z=>2E$8}l#m6%7#7?ChC#E>7nqa;OW@nfO z%ju#I0xz1!exkX{f}YKO%vrwbRXU0XP2F{MEBimW@uc*kVxY!}*0LAA6Va#F({PjW z%86g%wqm;CnDlAc36^neGx{y%*FI|uoV>otG*+d6RkWjx>^|sl-PE%D8`$-L-J+y7 zSCRd%82x_;mB>Eupzr0^kZ(fbO*nk$n>f5xdF#d;8a%6|3e5F1FYmG{1yx3$o?E-& ziStV>rSnUH;aKsITW~#YCUcsjrKU99a+4|BG;J%W<#e}y#L5_&r`r}xY=l(IAcOKU zH%BRc*v%y!NN3&TvDky$Ig;1m#V`=wXz@oq$ZX5oP4UN@bGC617*;`mrjMl8NNorZ!W zg<7+kJ1gv7vbKGe;@-;sWZ(7y*j%Msxx9Bm{HB+5<5}@~FVHh9{@zROy#EHmmJP9Q zTvt8&hR9*3%PZvgb0T>cS+lo64;6q8-yH>Lf1F}9c)+$e@Ev@}Ho1Zx2U37>IW!%k z=$OyQJ9m-c71MHUhN2m{78b*OWGy(Z^^rU9aWNx@6LKexPl}KF$eQ#?iu)^{USSWN ztb?Cvga`8y{<%82xkkA;UvAEK<=8gT*84(Tq)*96p9aNpN}U4nYD%53e-zZYt!f-X_KQO^8jgcuZjS<4_9u0RB<=1t*1as)5Lq+Ske+yB z3LHtw3|^v`m6c(R(EIXZE>Uz@jvrEyjFCIVuZGA_XN?C?*WmVtljwIB2rc=ZhGXPD zd_~Uh#b1cU80i-0V}$ziZ~Mch4G4Wf6}Bhga6YQ#ROJD@K$L^{8imStO9%pZO^oj# z`yk_=-9dUf8KuA zAp{RBEf4^23)LRj#m3M>VC9Kv2f5{Xx(I2zemVW6%-7Ptvosec9jo!%;*S%gd&SRx zv0jQGqx82462a=Lw=Mm9*CVZOJP}HeQYfMRAL~sAl;zDfcjc(vZ@v; zZBG=9W0siGUAPRHsX2#vnrUva+<8?|nQk#d&rW&L#>Bq8U4uhWCQBP!^#)Ys2-7|2 zi(H70v@!*vMxh%shs*018cwijALS17oC0)gvQKijmhP#!=<%}mw?Ji< z7dV5A)>EYy|DhhjcwDqCsi$t`G?>;rZ7}F+hWDf{7M9e9oAdMq5&1+d;xpoRpQzLL zY^m>4^#KgyPd`&9aP!ObqWIGl^*=Ca6Bj>MziiFZaLTqadiG`7F8=&a)x^h3_y0>R J;O5Q{`U-@nj|Bh# delta 1676 zcmZuxUrbY17(b`n_PZpw^%TlL{sj znyfk=d|-xs<3Tf)kc9_KTtYgQ@ZiJ9Uf5zH$ynmV2Vp)iMusQ~ap(4qLG7BGe&?R^ zec$ib-}gIR+_udAZ87*{MKWeb3{eA(8gx-ZO4J}s8T1cZsDMi?dVB0>tG>IHrr{U2 z_{-ugy}5}xVjIi)rPLeWBaNXrX6u$O;yE4kxXU z$2b49K@KiiVLxp{YJ)-^EH-fPy!go{HfSn4$AqlYawzOoM4_EFGog|8QBiFDSRl=e z@K0J}Fes2dLMR~@)WS|GY4vevIRV-ehsG5f~=K_C~~Nl&;oa#re}7oHj$hlMghp}J&IO9%A9i@B?0=H|0l!;L-WQcX z94qJi$SxC=C1;XxS@MRHYse)ohQ?Xol7|@;jV%Gc%(XV23HW4zgt;VKZ8hiy7#Yy? z__+ek;A909VnZe5aH?IE@HQR7t7^FZpJs31{YuCj9A?!1uP{5J8G9r}O5P{K349{S zd?Fg3k%YX_ymAc8)|&~lA5&*P&THcq8{-u_78}>9$24>Oehk8N zTw4bmP=9D5q0Qu83r+6nq8b(39FULC9nfBOC!uPKV^8g1Z|y=)Y0y&|+(;F;=(H+m zDZZ%UQqN$f6OPay@wgK##WM*q+)b9@E+aTs1&8qmC)AM)*Sn z(Kye@yauvZ4Mw_vYt^tnbA`|CgPoyN^V(o!h)K2C7q8ZBR)(*vjSm-yElU0 zx!@FifUjKq#y`Tm8hEQZ*`>v9$?NS_2KwbEj267dU)uSakOwNG1x6mJ@i8NhH9lAa zRWyS4YWQz|qHURL;eEQIt*_QXE?vXlYM}&wss*O44{70G5g}_#C}?O8%5t;RFA68= z90(osDI)^Wo4DvtwKkXQAfLNXkPcKCFYH!Ohp2Mi_58tTx@| z?BicLY9jpM;zk%hQNeVnCc+=SH3yu*KGWW-H=jH^J``1O#`AXn73aCx3U*Da=DcQF zvq`)WDb4!!`+CTv6FA)gC8?3m^3^=j7hCRtcj>hQoe(?FDaH)CFG=jzE^(ua_Qigg z5!WkX_t(V_DQ&_d8{)*97g+qFI*cL7t9&lu@`m_PijUpI;M1& diff --git a/.papi/metadata/pasPpl.scale b/.papi/metadata/pasPpl.scale index df3b32fac5521297bf45be00950417e49a944d4a..96d39cc5aa4b6de7794447cc2511f69d7fff4cab 100644 GIT binary patch delta 21 dcmdnp!?U}Gr=f*$3)AKl#-{CCQkdEo0svy@2=xE} delta 21 dcmdnp!?U}Gr=f*$3)AKl#>VYiQkdEo0svy+2=o8| diff --git a/.papi/polkadot-api.json b/.papi/polkadot-api.json index 87ac164..41eb172 100644 --- a/.papi/polkadot-api.json +++ b/.papi/polkadot-api.json @@ -18,7 +18,7 @@ "chain": "polkadot_asset_hub", "metadata": ".papi/metadata/dotAH.scale", "genesis": "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "codeHash": "0xe2af694d7e9f890e248151cd1649360b344f2df582598c7706425f672f627cdf" + "codeHash": "0xd4cd182f3ea1a30ad6527a088dbd1ebd7381d7c85b675cc8c29f82e695f73fbd" }, "ksmAH": { "chain": "ksmcc3_asset_hub", @@ -60,19 +60,19 @@ "chain": "paseo", "metadata": ".papi/metadata/pas.scale", "genesis": "0x77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "codeHash": "0xe0d4ea114ce099777b68fd191e790c92209d436c7a0101166f50973a9d21ff16" + "codeHash": "0xbe23bf1f10e3704e762c9f3533f36645a286af995a52efd6eb784c81af4dbc9c" }, "pasAH": { "chain": "paseo_asset_hub", "metadata": ".papi/metadata/pasAH.scale", "genesis": "0xd6eec26135305a8ad257a20d003357284c8aa03d0bdb2b357ab0a22371e11ef2", - "codeHash": "0x6629e908ca95b0ac1fa2ee6838d83ecec217ee5a4587dc9616c2c06e4611681d" + "codeHash": "0x580f8c8474f117c97f7027f89598e7dfa83d1c9cb5cdd24aee121a70787be206" }, "pasPpl": { "chain": "paseo_people", "metadata": ".papi/metadata/pasPpl.scale", "genesis": "0xe6c30d6e148f250b887105237bcaa5cb9f16dd203bf7b5b9d4f1da7387cb86ec", - "codeHash": "0x1d619fa70d7fb4ad807185e48bd84625f075ee92711087f2d7c7cb840396cb57" + "codeHash": "0x146f9b1cd87cd3949bf9cbd49d55fdb89ea54f21a0a11e61dfbef5b330a90ad0" } }, "options": {