From dcca39b90eda64aaafb8fa9bd22533f97852c0b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 00:09:05 +0100 Subject: [PATCH] Upgrade typescript API for runtime 2000 (#1938) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * typescript API v0.1901.0" * regen typescript api * update moonbeam/moonbeam-types-bundle/package-lock.json * Updates dependencies * Typescript api 2000 (#1973) * fix staking benchmark tests (#1951) * remove reward for delegator warn logs (#1895) * Add once (#1857) * Added tests for standard eth RPC methods (#1949) * Added standard eth RPC tests * reduced line length * Added testskip for FullFilter pool * bump client and runtime versions (#1910) * Fix CI for external pr (#1963) * remove useless job docker-parachain * fix if condition for exterrnal PRs solution find here: https://github.com/orgs/community/discussions/25217 * apply suggestion * Fixing type errors on new pkgs (#1964) * New smoke tests for detecting XCM and ETH failures (#1955) * Added xcm failures smoke test * Lint * fixed spelling * New smoke test to detect emulated Ethereum txn failures (#1961) * Progress on paysFee * Added new eth fail test * Added tests new eth failed txn tests * Lint * Reverted vsc settings.json * Update settings.json for some reason prettier was flagging this as error despite on ignore list. * Update settings.json * prettier * prettier * update sha3 and libsecp256k1 dependencies (#1959) * fix(ci): job prepare-polkadot must never be skipped (#1967) * Moonbeam polkadot v0.9.32 (#1933) * UPdate tomls * bump ethereum types * pallet-staking: RuntimeEvent, RUntimeCall, RuntimeOrigin * asset-manager: RuntimeEvent, RUntimeCall, RuntimeOrigin * author-mapping: RuntimeEvent, RUntimeCall, RuntimeOrigin * ethereum-xcm: RuntimeEvent, RUntimeCall, RuntimeOrigin * maintenance-mode: RuntimeEvent, RUntimeCall, RuntimeOrigin * migrations: RuntimeEvent, RUntimeCall, RuntimeOrigin * moonbeam-orbiters: RuntimeEvent, RUntimeCall, RuntimeOrigin * proxy-genesis: RuntimeEvent, RUntimeCall, RuntimeOrigin * randomness: RuntimeEvent, RUntimeCall, RuntimeOrigin * xcm-transactor: RuntimeEvent, RUntimeCall, RuntimeOrigin * FMT * assets-erc20-precomp: RuntimeEvent, RUntimeCall, RuntimeOrigin and new weights * author-mapping-precomp: RuntimeEvent, RUntimeCall, RuntimeOrigin and new weights * balances-precomp: RuntimeEvent, RUntimeCall, RuntimeOrigin and new weights * batch-precomp: RuntimeEvent, RUntimeCall, RuntimeOrigin and new weights * call-permit: RuntimeEvent, RUntimeCall, RuntimeOrigin and new weights * collective-precomp: RuntimeEvent, RUntimeCall, RuntimeOrigin and new weights * crowdloan-precomp: RuntimeEvent, RUntimeCall, RuntimeOrigin and new weights * new cargo lock * Fix error on toml * pallet-democracy:runtimecall, runtime:origin * staking-precomp:runtimecall, runtime:origin * democracy-precomp:runtimecall, runtimeorigin * randomness-precomp:runtimecall, runtimeorigin * relay-encoder-precomp:runtimecall, runtimeorigin * xcm-transactor-precomp:runtimecall, runtimeorigin * xcm-utils-precomp:runtimecall, runtimeorigin * xtokens-precomp:runtimecall, runtimeorigin * precompile fmt * Adapting moonbase to RuntimeEvent, RuntimeCall, RuntimeOrigin * Fix moonbase runtime, which compiles now * Adapt moonriver runtime to: democracy changes, RuntimeOrigin, RuntimeEvent, RuntimeCall * moonbeam * Adapt everything to clap 4.0.9 * FMT and fix democracy precompiles * Start fixing pallet-democracy precompile tests * BRing back note_preimage tests, imminent is removed * Bring back imminent preimage * moonbase tests updated * FMT * moonriver tests working * install protoc in ci * try again without sudo * try again, this time manually * Moonriver fmt, test fixes * Fix moonbeam rust tests * Fix last rust tests * Adapt weight calculus to new weight system * start fixing typescript tests * Keep fixing tests * Dispatch info now returns with base weight * fix queue now new weight * Keep fixing new weight related tests * remove proto installation * fix again github job * Point at official evm and ethereum crates * Debugging scheduler not working * Keep fixing bounded democracy test calls * Fix crowdloan democracy test * Keep fixing tests * More fixes related to weights and democracy * FMT * toml sort * prettier * more prettier * compile benchmarks * toml sort * remove warning * remove unused var * Cargo lock * fix proxy-governance test * change democracy-proposal test * More fixes * Fix latest of democracy tests * Add remaining migrations from BoundedCall * Upgrade to 0.9.32 * FMT * toml sort * prettier * editorconfig * update polkadot api * fix ega * add proxy filters, this time in create_pure and kill_pure * Add couple of db reads * remove some as anys * Revert "remove some as anys" This reverts commit 5c9294af93d42104d09d854b1e8bcb31cc27f737. * fix try-runtime * try-runtime hooks being executed * Add pr suggestions * warnings cleared * more unused imports * Fix merge error * prettier * add when runtime migrations were completed * remove migrations that have already run and that require maintenance * Preimage lazy migration (#1962) * migration call * add new migration Call to runtimes * unit tests * benchmarking * Benchmarking from the benchmarking server * toml fmt Co-authored-by: girazoki * fmt * 0.9.31 ts fixes (#1966) * ts fixes * small fixes * lint Co-authored-by: nanocryk <6422796+nanocryk@users.noreply.github.com> Co-authored-by: Tim B Co-authored-by: Crystalin * fix workflow check features (#1970) * types for runtime 2000 Co-authored-by: Nisheeth Barthwal Co-authored-by: Amar Singh Co-authored-by: bear Co-authored-by: Tim B Co-authored-by: Éloïs Co-authored-by: Qinxuan Chen Co-authored-by: girazoki Co-authored-by: nanocryk <6422796+nanocryk@users.noreply.github.com> * Updates test api-augment * Upgrade typescripts Co-authored-by: crystalin Co-authored-by: librelois Co-authored-by: Crystalin Co-authored-by: Alan Sapede Co-authored-by: Nisheeth Barthwal Co-authored-by: Amar Singh Co-authored-by: bear Co-authored-by: Tim B Co-authored-by: Qinxuan Chen Co-authored-by: girazoki Co-authored-by: nanocryk <6422796+nanocryk@users.noreply.github.com> --- moonbeam-types-bundle/package-lock.json | 928 +-- moonbeam-types-bundle/package.json | 17 +- tests/fork-tests/test-pov-migration.ts | 5 +- tests/package-lock.json | 3981 ++-------- tests/package.json | 27 +- .../test-ethereum-current-consistency.ts | 8 +- .../test-maintenance-filter.ts | 4 +- tests/util/upgrade.ts | 9 +- typescript-api/package-lock.json | 6569 +++++------------ typescript-api/package.json | 21 +- typescript-api/scripts/runtime-upgrade.sh | 5 + .../moonbase/interfaces/augment-api-consts.ts | 106 +- .../moonbase/interfaces/augment-api-errors.ts | 247 +- .../moonbase/interfaces/augment-api-events.ts | 382 +- .../moonbase/interfaces/augment-api-query.ts | 216 +- .../moonbase/interfaces/augment-api-rpc.ts | 75 +- .../interfaces/augment-api-runtime.ts | 537 ++ .../src/moonbase/interfaces/augment-api-tx.ts | 1155 ++- .../src/moonbase/interfaces/augment-api.ts | 1 + .../src/moonbase/interfaces/augment-types.ts | 139 +- .../src/moonbase/interfaces/lookup.ts | 1634 ++-- .../src/moonbase/interfaces/registry.ts | 122 +- .../src/moonbase/interfaces/types-lookup.ts | 2507 ++++--- .../moonbeam/interfaces/augment-api-consts.ts | 50 +- .../moonbeam/interfaces/augment-api-errors.ts | 105 +- .../moonbeam/interfaces/augment-api-events.ts | 243 +- .../moonbeam/interfaces/augment-api-query.ts | 115 +- .../moonbeam/interfaces/augment-api-rpc.ts | 75 +- .../interfaces/augment-api-runtime.ts | 537 ++ .../src/moonbeam/interfaces/augment-api-tx.ts | 772 +- .../src/moonbeam/interfaces/augment-api.ts | 1 + .../src/moonbeam/interfaces/augment-types.ts | 139 +- .../src/moonbeam/interfaces/lookup.ts | 932 +-- .../src/moonbeam/interfaces/registry.ts | 66 +- .../src/moonbeam/interfaces/types-lookup.ts | 1658 +++-- .../interfaces/augment-api-consts.ts | 50 +- .../interfaces/augment-api-errors.ts | 105 +- .../interfaces/augment-api-events.ts | 243 +- .../moonriver/interfaces/augment-api-query.ts | 115 +- .../moonriver/interfaces/augment-api-rpc.ts | 75 +- .../interfaces/augment-api-runtime.ts | 537 ++ .../moonriver/interfaces/augment-api-tx.ts | 772 +- .../src/moonriver/interfaces/augment-api.ts | 1 + .../src/moonriver/interfaces/augment-types.ts | 139 +- .../src/moonriver/interfaces/lookup.ts | 932 +-- .../src/moonriver/interfaces/registry.ts | 66 +- .../src/moonriver/interfaces/types-lookup.ts | 1658 +++-- 47 files changed, 13953 insertions(+), 14128 deletions(-) create mode 100644 typescript-api/src/moonbase/interfaces/augment-api-runtime.ts create mode 100644 typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts create mode 100644 typescript-api/src/moonriver/interfaces/augment-api-runtime.ts diff --git a/moonbeam-types-bundle/package-lock.json b/moonbeam-types-bundle/package-lock.json index b77148c407..d71f62c5ba 100644 --- a/moonbeam-types-bundle/package-lock.json +++ b/moonbeam-types-bundle/package-lock.json @@ -1,15 +1,15 @@ { "name": "moonbeam-types-bundle", - "version": "2.0.8", + "version": "2.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "moonbeam-types-bundle", - "version": "2.0.8", + "version": "2.0.9", "license": "GPL-3.0-only", "dependencies": { - "@polkadot/api": "^9.4.2", + "@polkadot/api": "^9.9.4", "typescript": "^4.7.4" }, "devDependencies": { @@ -18,20 +18,20 @@ } }, "node_modules/@babel/runtime": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz", - "integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==", + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.6.tgz", + "integrity": "sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==", "dependencies": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.11" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@noble/hashes": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz", - "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", + "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==", "funding": [ { "type": "individual", @@ -51,160 +51,160 @@ ] }, "node_modules/@polkadot/api": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.4.2.tgz", - "integrity": "sha512-qiYHNV8Y9LEUbyWHUnoshoufnQDcTb885nvgTOmm5x6skBaVPHYXoi55/jsIGpFOn1NYHQMSvOReqRDjvO/YTA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.4.tgz", + "integrity": "sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/api-derive": "9.4.2", - "@polkadot/keyring": "^10.1.9", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/types-known": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/api-augment": "9.9.4", + "@polkadot/api-base": "9.9.4", + "@polkadot/api-derive": "9.9.4", + "@polkadot/keyring": "^10.1.14", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/rpc-provider": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/types-known": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/api-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.4.2.tgz", - "integrity": "sha512-4q4fAFC4biIX6zTTovmDSS8VexbaB2pJrkwB1wu7kpF8e02rs3hy4Cq6MPca9TwkfbGXSyYiptBZXzfO1OKwNg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.4.tgz", + "integrity": "sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/api-base": "9.9.4", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/api-base": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.4.2.tgz", - "integrity": "sha512-vzIKZQO7lYXVClD4al0TJ6f3oKNrmRvf9054BzqqgG803l71PJ5afk26TECXSQrO0u66gbmEs0MKfSRFwxSYAw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.4.tgz", + "integrity": "sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/api-derive": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.4.2.tgz", - "integrity": "sha512-9P0RtPVkFIYcXSON0QYKTwWmMf/8bZCgmXo0uUUacSQ+40zbiWvD6Zf2MVGLoDCudXiWe5HCPaPViqRYZ7RtZw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.4.tgz", + "integrity": "sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/api": "9.4.2", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/api": "9.9.4", + "@polkadot/api-augment": "9.9.4", + "@polkadot/api-base": "9.9.4", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/keyring": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.9.tgz", - "integrity": "sha512-oUYhvfOCzyMA+SJ+O5BasQYYalmMkVBRHADASFNAxVBMbOl1DKNQx3tgpUZlbA95UzRPjKbV0RplhAIzb5CzVQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.14.tgz", + "integrity": "sha512-iejbAfGfdyTB0pixWX6HhWXkUKBHLNy7+Z+F4DU8IwpJE48iOsMRJb3qShbk5NERjx1QIjoOpSZYxiCaF6gd+w==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@polkadot/util-crypto": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "@polkadot/util": "10.1.9", - "@polkadot/util-crypto": "10.1.9" + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" } }, "node_modules/@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.14.tgz", + "integrity": "sha512-lo4Y57yBqiad4Z2zBW0r7Ct/iKXNgsTfazDTbHRkIh3RuX36PNYshaX3p7R0eNRuetV1jJv7jqwc1nAMNI2KwQ==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@substrate/ss58-registry": "^1.35.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/rpc-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.4.2.tgz", - "integrity": "sha512-+FbhJprwfeMetKPxVlTbAPiJpM0ryx1Zbig0HDMiq/WrLNrYw5X22jaAZT75HAOgb84nK0KZfLVCzRTQrSxvxw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz", + "integrity": "sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/rpc-core": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.4.2.tgz", - "integrity": "sha512-h/lZZG9Cs8WgmIL9vjLKbqF2coYp9L5564RZPpWB7RlD000moXZqH2fhVdOg7qFeqVY16mjuI40spRUMLOzyPg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz", + "integrity": "sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/rpc-provider": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/rpc-provider": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.4.2.tgz", - "integrity": "sha512-bIUhm7/kw0r61aAMD/Kz67701MN8LTOoL1Qb2BSLrIsEDa8alXLRLH75d0+6wkuBA64qjg0bGKD212MLoxdf7A==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz", + "integrity": "sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-support": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "@polkadot/x-fetch": "^10.1.9", - "@polkadot/x-global": "^10.1.9", - "@polkadot/x-ws": "^10.1.9", - "@substrate/connect": "0.7.14", + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types": "9.9.4", + "@polkadot/types-support": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-fetch": "^10.1.14", + "@polkadot/x-global": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", + "@substrate/connect": "0.7.17", "eventemitter3": "^4.0.7", "mock-socket": "^9.1.5", "nock": "^13.2.9" @@ -214,101 +214,101 @@ } }, "node_modules/@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.4.tgz", + "integrity": "sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.4.tgz", + "integrity": "sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.4.tgz", + "integrity": "sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14", + "@polkadot/x-bigint": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.4.tgz", + "integrity": "sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-known": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.4.2.tgz", - "integrity": "sha512-+grsjNch1YrUC3/CdliTVx95W9b25Hmr9+PQRnbBObPGlJtrsTDR0jyxWf9JrYgtKvz3EQ/xGJ0fUeTFIJPjPA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.4.tgz", + "integrity": "sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/networks": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/networks": "^10.1.14", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-support": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.4.2.tgz", - "integrity": "sha512-3U+vKCmQnzXSW4uBjp4tp7vP9GD+j6PmKofvhvIyqvBhL5Y0dm6Vbu/GiBgq3IQTsPvshgGsIT0405vcrKdDxQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.4.tgz", + "integrity": "sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/util": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.9.tgz", - "integrity": "sha512-nbXE7dqfsP38uHwMXBoL5s2x+5PXsGZIfWa0bjCdy6RwF6btqFTo7ryi0kzkco/kil0EZ3QaB+EJxVVaAwX2bA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.14.tgz", + "integrity": "sha512-DX8IUd3j+S4HJBs73gz5d7Z592aW5vn/aD7hzFUlBduQIYBy+L1KIoGchpD6hSSOs5HSy7owePmBlp1lPjUZBg==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-global": "10.1.9", - "@polkadot/x-textdecoder": "10.1.9", - "@polkadot/x-textencoder": "10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-global": "10.1.14", + "@polkadot/x-textdecoder": "10.1.14", + "@polkadot/x-textencoder": "10.1.14", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" }, @@ -317,18 +317,18 @@ } }, "node_modules/@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.14.tgz", + "integrity": "sha512-Iq9C0Snv+pScZ9QgJoH7l++x9wdp9vhS3NMLm8ZqlDCNXUUl/3ViafZCfHRILQD9AsLcykE99mNzFDl3u8jZQA==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", + "@babel/runtime": "^7.20.1", + "@noble/hashes": "1.1.3", "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", + "@polkadot/networks": "10.1.14", + "@polkadot/util": "10.1.14", "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-randomvalues": "10.1.14", "@scure/base": "1.1.1", "ed2curve": "^0.3.0", "tweetnacl": "^1.0.3" @@ -337,7 +337,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "@polkadot/util": "10.1.9" + "@polkadot/util": "10.1.14" } }, "node_modules/@polkadot/wasm-bridge": { @@ -437,85 +437,85 @@ } }, "node_modules/@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.14.tgz", + "integrity": "sha512-HgrofhI+WM699ozJ9zFZcPUApB2jqwCEOMUgM1jv2WNxF0ILKNDpH08dB8OBy2SKfnKoSgmXwWtxWl1u+mq10A==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-fetch": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.9.tgz", - "integrity": "sha512-ME74MOakXz+SStzUq3tLF7Pds4GSQ/R7WA1I84F35Hn2mTkNjQ2vh37Iusk844K3ZwnwSf/f5bF+CXAEhlTlFQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.14.tgz", + "integrity": "sha512-07H9unwv0tT5RQRkj1WE67ug6x6RlUfGN/mJWSKqf0JjsfQlPMKDC9yZW1oUSsasBUyIf0qbspuVSyhZu+0cpg==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", "@types/node-fetch": "^2.6.2", - "node-fetch": "^3.2.10" + "node-fetch": "^3.3.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", "dependencies": { - "@babel/runtime": "^7.19.0" + "@babel/runtime": "^7.20.1" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.14.tgz", + "integrity": "sha512-mrZho4qogLZmox7wuP1XF03HTZ4CwAjzV7RvKmwH8ToNCR6E4NRo2btgG67Z0K+bUOQRbXWL2hQazusa2p2N6w==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-textdecoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.9.tgz", - "integrity": "sha512-RSe1qgbaJ6+dnmKR+yIYt9uKfZreJQns1sSQBJra49xBk2ImQmon7wwu19TjycR6kCEdI2WGRdZaa8kkrgIsYQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.14.tgz", + "integrity": "sha512-qwbeR8v6a5Z9MdbjzcY5gFiRWbp8bBVoDEf1Dd+yH9/UAyFXodlMKs3irDdVhGVPCbZWQTVDEZRUgEqRxwKC7w==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-textencoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.9.tgz", - "integrity": "sha512-IXW4+G2r6wTpcxCGi2PeGd1aQRv0+FsgD9L7FDVjCejdgk6W87knIAaFTTYEmIF/x1clUqhw3c5Gxb0lUOchUw==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.14.tgz", + "integrity": "sha512-MC30rtQiFVgQDSP8wO5wa1so5tW3T7qs/DCT018A4zgjiK+uFdIGOerAgoxcNw3yC6IGnPIL5lsRO/1C9N60zA==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-ws": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.9.tgz", - "integrity": "sha512-8LjCOfTj496vp2uwolIWUAmEJEd2fcSyuXeoW/Np2lA2ac9VUNg1Elwq9jaC1ajsxH7ywWuywsndewvVlDvHUg==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.14.tgz", + "integrity": "sha512-xgyMYR34sHxKCtQUJ2btFAyN3fK1OqCqvAyRYmU52801aguLstRhVPAZxXJp3Dahs91FX/h/ZZzmwXD01tJtyA==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" }, @@ -535,12 +535,12 @@ ] }, "node_modules/@substrate/connect": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.14.tgz", - "integrity": "sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==", + "version": "0.7.17", + "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.17.tgz", + "integrity": "sha512-s0XBmGpUCFWZFa+TS0TEvOKtWjJP2uT4xKmvzApH8INB5xbz79wqWFX6WWh3AlK/X1P0Smt+RVEH7HQiLJAYAw==", "dependencies": { "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.34", + "@substrate/smoldot-light": "0.7.7", "eventemitter3": "^4.0.7" } }, @@ -550,18 +550,18 @@ "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==" }, "node_modules/@substrate/smoldot-light": { - "version": "0.6.34", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz", - "integrity": "sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==", + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.7.7.tgz", + "integrity": "sha512-ksxeAed6dIUtYSl0f8ehgWQjwXnpDGTIJt+WVRIGt3OObZkA96ZdBWx0xP7GrXZtj37u4n/Y1z7TyTm4bwQvrw==", "dependencies": { "pako": "^2.0.4", "ws": "^8.8.1" } }, "node_modules/@substrate/ss58-registry": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.29.1.tgz", - "integrity": "sha512-7+DeSVpUS2m+7HAeYvvypbnrYVat1b7ze2V9SV3d+pTbUHkovZACaHYm33FBHc9F+RpXgYgf+pikJXK5ux4o1g==" + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.35.0.tgz", + "integrity": "sha512-cIY3J7RlT4mfPNFwd2mv1q9vTp/shImw2gN2y2outMhOcagH/HG+W8/JohpifjxPC/1pbQ0Z8nxfL5Td3EchcA==" }, "node_modules/@types/bn.js": { "version": "5.1.1", @@ -572,9 +572,9 @@ } }, "node_modules/@types/node": { - "version": "18.7.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.23.tgz", - "integrity": "sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==" + "version": "18.11.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" }, "node_modules/@types/node-fetch": { "version": "2.6.2", @@ -610,9 +610,9 @@ "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" }, "node_modules/bufferutil": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz", - "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz", + "integrity": "sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==", "hasInstallScript": true, "dependencies": { "node-gyp-build": "^4.3.0" @@ -863,9 +863,9 @@ } }, "node_modules/node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz", + "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -890,9 +890,9 @@ } }, "node_modules/pako": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz", - "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" }, "node_modules/propagate": { "version": "2.0.1", @@ -903,9 +903,9 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" }, "node_modules/rxjs": { "version": "7.5.7", @@ -916,9 +916,9 @@ } }, "node_modules/tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" }, "node_modules/tweetnacl": { "version": "1.0.3", @@ -957,9 +957,9 @@ "dev": true }, "node_modules/utf-8-validate": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz", - "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz", + "integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==", "hasInstallScript": true, "dependencies": { "node-gyp-build": "^4.3.0" @@ -1006,9 +1006,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "engines": { "node": ">=10.0.0" }, @@ -1036,17 +1036,17 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz", - "integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==", + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.6.tgz", + "integrity": "sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==", "requires": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.11" } }, "@noble/hashes": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz", - "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", + "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==" }, "@noble/secp256k1": { "version": "1.7.0", @@ -1054,232 +1054,232 @@ "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==" }, "@polkadot/api": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.4.2.tgz", - "integrity": "sha512-qiYHNV8Y9LEUbyWHUnoshoufnQDcTb885nvgTOmm5x6skBaVPHYXoi55/jsIGpFOn1NYHQMSvOReqRDjvO/YTA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.4.tgz", + "integrity": "sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/api-derive": "9.4.2", - "@polkadot/keyring": "^10.1.9", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/types-known": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/api-base": "^9.9.4", + "@polkadot/api-derive": "^9.9.4", + "@polkadot/keyring": "^10.1.14", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/rpc-provider": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/types-known": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" + "rxjs": "^7.5.7" } }, "@polkadot/api-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.4.2.tgz", - "integrity": "sha512-4q4fAFC4biIX6zTTovmDSS8VexbaB2pJrkwB1wu7kpF8e02rs3hy4Cq6MPca9TwkfbGXSyYiptBZXzfO1OKwNg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.4.tgz", + "integrity": "sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/api-base": "^9.9.4", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/api-base": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.4.2.tgz", - "integrity": "sha512-vzIKZQO7lYXVClD4al0TJ6f3oKNrmRvf9054BzqqgG803l71PJ5afk26TECXSQrO0u66gbmEs0MKfSRFwxSYAw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.4.tgz", + "integrity": "sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" } }, "@polkadot/api-derive": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.4.2.tgz", - "integrity": "sha512-9P0RtPVkFIYcXSON0QYKTwWmMf/8bZCgmXo0uUUacSQ+40zbiWvD6Zf2MVGLoDCudXiWe5HCPaPViqRYZ7RtZw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.4.tgz", + "integrity": "sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/api": "9.4.2", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/api": "^9.9.4", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/api-base": "^9.9.4", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" } }, "@polkadot/keyring": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.9.tgz", - "integrity": "sha512-oUYhvfOCzyMA+SJ+O5BasQYYalmMkVBRHADASFNAxVBMbOl1DKNQx3tgpUZlbA95UzRPjKbV0RplhAIzb5CzVQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.14.tgz", + "integrity": "sha512-iejbAfGfdyTB0pixWX6HhWXkUKBHLNy7+Z+F4DU8IwpJE48iOsMRJb3qShbk5NERjx1QIjoOpSZYxiCaF6gd+w==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@polkadot/util-crypto": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" } }, "@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.14.tgz", + "integrity": "sha512-lo4Y57yBqiad4Z2zBW0r7Ct/iKXNgsTfazDTbHRkIh3RuX36PNYshaX3p7R0eNRuetV1jJv7jqwc1nAMNI2KwQ==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@substrate/ss58-registry": "^1.35.0" } }, "@polkadot/rpc-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.4.2.tgz", - "integrity": "sha512-+FbhJprwfeMetKPxVlTbAPiJpM0ryx1Zbig0HDMiq/WrLNrYw5X22jaAZT75HAOgb84nK0KZfLVCzRTQrSxvxw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz", + "integrity": "sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/rpc-core": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.4.2.tgz", - "integrity": "sha512-h/lZZG9Cs8WgmIL9vjLKbqF2coYp9L5564RZPpWB7RlD000moXZqH2fhVdOg7qFeqVY16mjuI40spRUMLOzyPg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz", + "integrity": "sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/rpc-provider": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" } }, "@polkadot/rpc-provider": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.4.2.tgz", - "integrity": "sha512-bIUhm7/kw0r61aAMD/Kz67701MN8LTOoL1Qb2BSLrIsEDa8alXLRLH75d0+6wkuBA64qjg0bGKD212MLoxdf7A==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz", + "integrity": "sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-support": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "@polkadot/x-fetch": "^10.1.9", - "@polkadot/x-global": "^10.1.9", - "@polkadot/x-ws": "^10.1.9", - "@substrate/connect": "0.7.14", + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types": "^9.9.4", + "@polkadot/types-support": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-fetch": "^10.1.14", + "@polkadot/x-global": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", + "@substrate/connect": "0.7.17", "eventemitter3": "^4.0.7", "mock-socket": "^9.1.5", "nock": "^13.2.9" } }, "@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.4.tgz", + "integrity": "sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" } }, "@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.4.tgz", + "integrity": "sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.4.tgz", + "integrity": "sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14", + "@polkadot/x-bigint": "^10.1.14" } }, "@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.4.tgz", + "integrity": "sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-known": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.4.2.tgz", - "integrity": "sha512-+grsjNch1YrUC3/CdliTVx95W9b25Hmr9+PQRnbBObPGlJtrsTDR0jyxWf9JrYgtKvz3EQ/xGJ0fUeTFIJPjPA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.4.tgz", + "integrity": "sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/networks": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/networks": "^10.1.14", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-support": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.4.2.tgz", - "integrity": "sha512-3U+vKCmQnzXSW4uBjp4tp7vP9GD+j6PmKofvhvIyqvBhL5Y0dm6Vbu/GiBgq3IQTsPvshgGsIT0405vcrKdDxQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.4.tgz", + "integrity": "sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14" } }, "@polkadot/util": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.9.tgz", - "integrity": "sha512-nbXE7dqfsP38uHwMXBoL5s2x+5PXsGZIfWa0bjCdy6RwF6btqFTo7ryi0kzkco/kil0EZ3QaB+EJxVVaAwX2bA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.14.tgz", + "integrity": "sha512-DX8IUd3j+S4HJBs73gz5d7Z592aW5vn/aD7hzFUlBduQIYBy+L1KIoGchpD6hSSOs5HSy7owePmBlp1lPjUZBg==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-global": "10.1.9", - "@polkadot/x-textdecoder": "10.1.9", - "@polkadot/x-textencoder": "10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-global": "10.1.14", + "@polkadot/x-textdecoder": "10.1.14", + "@polkadot/x-textencoder": "10.1.14", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" } }, "@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.14.tgz", + "integrity": "sha512-Iq9C0Snv+pScZ9QgJoH7l++x9wdp9vhS3NMLm8ZqlDCNXUUl/3ViafZCfHRILQD9AsLcykE99mNzFDl3u8jZQA==", "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", + "@babel/runtime": "^7.20.1", + "@noble/hashes": "1.1.3", "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", + "@polkadot/networks": "10.1.14", + "@polkadot/util": "10.1.14", "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-randomvalues": "10.1.14", "@scure/base": "1.1.1", "ed2curve": "^0.3.0", "tweetnacl": "^1.0.3" @@ -1343,67 +1343,67 @@ } }, "@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.14.tgz", + "integrity": "sha512-HgrofhI+WM699ozJ9zFZcPUApB2jqwCEOMUgM1jv2WNxF0ILKNDpH08dB8OBy2SKfnKoSgmXwWtxWl1u+mq10A==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-fetch": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.9.tgz", - "integrity": "sha512-ME74MOakXz+SStzUq3tLF7Pds4GSQ/R7WA1I84F35Hn2mTkNjQ2vh37Iusk844K3ZwnwSf/f5bF+CXAEhlTlFQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.14.tgz", + "integrity": "sha512-07H9unwv0tT5RQRkj1WE67ug6x6RlUfGN/mJWSKqf0JjsfQlPMKDC9yZW1oUSsasBUyIf0qbspuVSyhZu+0cpg==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", "@types/node-fetch": "^2.6.2", - "node-fetch": "^3.2.10" + "node-fetch": "^3.3.0" } }, "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", "requires": { - "@babel/runtime": "^7.19.0" + "@babel/runtime": "^7.20.1" } }, "@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.14.tgz", + "integrity": "sha512-mrZho4qogLZmox7wuP1XF03HTZ4CwAjzV7RvKmwH8ToNCR6E4NRo2btgG67Z0K+bUOQRbXWL2hQazusa2p2N6w==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-textdecoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.9.tgz", - "integrity": "sha512-RSe1qgbaJ6+dnmKR+yIYt9uKfZreJQns1sSQBJra49xBk2ImQmon7wwu19TjycR6kCEdI2WGRdZaa8kkrgIsYQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.14.tgz", + "integrity": "sha512-qwbeR8v6a5Z9MdbjzcY5gFiRWbp8bBVoDEf1Dd+yH9/UAyFXodlMKs3irDdVhGVPCbZWQTVDEZRUgEqRxwKC7w==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-textencoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.9.tgz", - "integrity": "sha512-IXW4+G2r6wTpcxCGi2PeGd1aQRv0+FsgD9L7FDVjCejdgk6W87knIAaFTTYEmIF/x1clUqhw3c5Gxb0lUOchUw==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.14.tgz", + "integrity": "sha512-MC30rtQiFVgQDSP8wO5wa1so5tW3T7qs/DCT018A4zgjiK+uFdIGOerAgoxcNw3yC6IGnPIL5lsRO/1C9N60zA==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-ws": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.9.tgz", - "integrity": "sha512-8LjCOfTj496vp2uwolIWUAmEJEd2fcSyuXeoW/Np2lA2ac9VUNg1Elwq9jaC1ajsxH7ywWuywsndewvVlDvHUg==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.14.tgz", + "integrity": "sha512-xgyMYR34sHxKCtQUJ2btFAyN3fK1OqCqvAyRYmU52801aguLstRhVPAZxXJp3Dahs91FX/h/ZZzmwXD01tJtyA==", "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" } @@ -1414,12 +1414,12 @@ "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==" }, "@substrate/connect": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.14.tgz", - "integrity": "sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==", + "version": "0.7.17", + "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.17.tgz", + "integrity": "sha512-s0XBmGpUCFWZFa+TS0TEvOKtWjJP2uT4xKmvzApH8INB5xbz79wqWFX6WWh3AlK/X1P0Smt+RVEH7HQiLJAYAw==", "requires": { "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.34", + "@substrate/smoldot-light": "0.7.7", "eventemitter3": "^4.0.7" } }, @@ -1429,18 +1429,18 @@ "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==" }, "@substrate/smoldot-light": { - "version": "0.6.34", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz", - "integrity": "sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==", + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.7.7.tgz", + "integrity": "sha512-ksxeAed6dIUtYSl0f8ehgWQjwXnpDGTIJt+WVRIGt3OObZkA96ZdBWx0xP7GrXZtj37u4n/Y1z7TyTm4bwQvrw==", "requires": { "pako": "^2.0.4", "ws": "^8.8.1" } }, "@substrate/ss58-registry": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.29.1.tgz", - "integrity": "sha512-7+DeSVpUS2m+7HAeYvvypbnrYVat1b7ze2V9SV3d+pTbUHkovZACaHYm33FBHc9F+RpXgYgf+pikJXK5ux4o1g==" + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.35.0.tgz", + "integrity": "sha512-cIY3J7RlT4mfPNFwd2mv1q9vTp/shImw2gN2y2outMhOcagH/HG+W8/JohpifjxPC/1pbQ0Z8nxfL5Td3EchcA==" }, "@types/bn.js": { "version": "5.1.1", @@ -1451,9 +1451,9 @@ } }, "@types/node": { - "version": "18.7.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.23.tgz", - "integrity": "sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==" + "version": "18.11.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" }, "@types/node-fetch": { "version": "2.6.2", @@ -1489,9 +1489,9 @@ "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" }, "bufferutil": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz", - "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz", + "integrity": "sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==", "requires": { "node-gyp-build": "^4.3.0" } @@ -1675,9 +1675,9 @@ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" }, "node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz", + "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==", "requires": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -1690,9 +1690,9 @@ "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==" }, "pako": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz", - "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" }, "propagate": { "version": "2.0.1", @@ -1700,9 +1700,9 @@ "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==" }, "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" }, "rxjs": { "version": "7.5.7", @@ -1713,9 +1713,9 @@ } }, "tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" }, "tweetnacl": { "version": "1.0.3", @@ -1747,9 +1747,9 @@ "dev": true }, "utf-8-validate": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz", - "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz", + "integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==", "requires": { "node-gyp-build": "^4.3.0" } @@ -1788,9 +1788,9 @@ } }, "ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "requires": {} }, "yaeti": { diff --git a/moonbeam-types-bundle/package.json b/moonbeam-types-bundle/package.json index e7952fee93..d167426200 100644 --- a/moonbeam-types-bundle/package.json +++ b/moonbeam-types-bundle/package.json @@ -26,11 +26,26 @@ "url": "git+https://github.com/PureStake/moonbeam.git" }, "dependencies": { - "@polkadot/api": "^9.4.2", + "@polkadot/api": "^9.9.4", "typescript": "^4.7.4" }, "devDependencies": { "@types/underscore": "^1.11.3", "underscore": "^1.13.1" + }, + "overrides": { + "@polkadot/api": "$@polkadot/api", + "@polkadot/api-derive": "$@polkadot/api", + "@polkadot/api-augment": "$@polkadot/api", + "@polkadot/api-base": "$@polkadot/api", + "@polkadot/rpc-augment": "$@polkadot/api", + "@polkadot/rpc-core": "$@polkadot/api", + "@polkadot/rpc-provider": "$@polkadot/api", + "@polkadot/types-create": "$@polkadot/api", + "@polkadot/types-augment": "$@polkadot/api", + "@polkadot/types-support": "$@polkadot/api", + "@polkadot/types-codec": "$@polkadot/api", + "@polkadot/types": "$@polkadot/api", + "@polkadot/types-known": "$@polkadot/api" } } diff --git a/tests/fork-tests/test-pov-migration.ts b/tests/fork-tests/test-pov-migration.ts index 2744382028..202038efe0 100644 --- a/tests/fork-tests/test-pov-migration.ts +++ b/tests/fork-tests/test-pov-migration.ts @@ -87,8 +87,9 @@ describeParachain( }, (context) => { it("should not fail", async function () { - const blocksPerRound = - context.polkadotApiParaone.consts.parachainStaking.defaultBlocksPerRound.toNumber(); + const blocksPerRound = ( + await context.polkadotApiParaone.query.parachainStaking.round() + ).length.toNumber(); const blocksToWait = blocksPerRound * ROUNDS_TO_WAIT; this.timeout((3600 + blocksToWait * 12) * 1000); diff --git a/tests/package-lock.json b/tests/package-lock.json index 8a07575819..63d38cc022 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -10,9 +10,9 @@ "license": "ISC", "dependencies": { "@metamask/eth-sig-util": "^4.0.1", - "@moonbeam-network/api-augment": "^0.1801.0", + "@moonbeam-network/api-augment": "^0.2000.1", "@parity/zombienet": "^1.2.70", - "@polkadot/api": "^9.9.1", + "@polkadot/api": "^9.9.4", "@polkadot/keyring": "^10.1.9", "@polkadot/util": "^10.1.9", "@substrate/txwrapper-core": "^3.2.2", @@ -29,7 +29,7 @@ "eth-util-lite": "1.0.1", "ethers": "^5.7.1", "merkle-patricia-tree": "^4.2.4", - "mocha": "^10.0.0", + "mocha": "^10.1.0", "moonbeam-types-bundle": "^2.0.7", "npm-watch": "^0.9.0", "nunjucks": "^3.2.3", @@ -39,8 +39,8 @@ "semver": "^7.3.8", "solc": "^0.8.3", "tcp-port-used": "^1.0.2", - "ts-node": "^10.8.1", - "typescript": "^4.7.4", + "ts-node": "^10.9.1", + "typescript": "^4.9.3", "web3": "^1.8.0" }, "devDependencies": { @@ -852,9 +852,9 @@ } }, "node_modules/@moonbeam-network/api-augment": { - "version": "0.1801.0", - "resolved": "https://registry.npmjs.org/@moonbeam-network/api-augment/-/api-augment-0.1801.0.tgz", - "integrity": "sha512-sUqqWZhHVnrGQfJ37jzGzbMz5U3+U2SC5zLVFaJAqncairHuoAoPb8D9dza2erxSZTx5g8cqEeX+z4phMEJLWQ==", + "version": "0.2000.1", + "resolved": "https://registry.npmjs.org/@moonbeam-network/api-augment/-/api-augment-0.2000.1.tgz", + "integrity": "sha512-+Qgak4DNHjovPRAsISkstWzU0pt/QmH8vOHSB7UfNl7sTCpbm/T3t/jlncsBzMbClnqqiyyYABHzQ3HMDFp0Lw==", "engines": { "node": ">=14.0.0" } @@ -929,25 +929,25 @@ } }, "node_modules/@polkadot/api": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.1.tgz", - "integrity": "sha512-3ltj6BbqEV9SCUlJIEmXWBmmQlZCvVPaj0N+99J9L2yiQ1E0KJsAizh10RxEjCvgYb2iWaE4ItPfhN0GxFJm7Q==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.4.tgz", + "integrity": "sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/api-augment": "9.9.1", - "@polkadot/api-base": "9.9.1", - "@polkadot/api-derive": "9.9.1", - "@polkadot/keyring": "^10.1.13", - "@polkadot/rpc-augment": "9.9.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/rpc-provider": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-augment": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/types-create": "9.9.1", - "@polkadot/types-known": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", + "@polkadot/api-augment": "9.9.4", + "@polkadot/api-base": "9.9.4", + "@polkadot/api-derive": "9.9.4", + "@polkadot/keyring": "^10.1.14", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/rpc-provider": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/types-known": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "eventemitter3": "^4.0.7", "rxjs": "^7.5.7" }, @@ -956,31 +956,31 @@ } }, "node_modules/@polkadot/api-augment": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.1.tgz", - "integrity": "sha512-0HS6Kit9ZiO2iQU/aS/jpOjXl9rFcwW6FdUs1eSXvWjvAFpoxwCMG8bv8wVjNZcCUuA2w5U0+2B+Xa612QEQQg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.4.tgz", + "integrity": "sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/api-base": "9.9.1", - "@polkadot/rpc-augment": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-augment": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/api-base": "9.9.4", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/api-base": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.1.tgz", - "integrity": "sha512-uJDLi+nHQ08QZ+p1ldzwMeNjCyIkpR1DOzvKV3M3bLepglF8r7V/7W5dXk+qlClMqgB92RgKwo4R6EPRgr5BcA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.4.tgz", + "integrity": "sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/util": "^10.1.13", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/util": "^10.1.14", "rxjs": "^7.5.7" }, "engines": { @@ -988,19 +988,19 @@ } }, "node_modules/@polkadot/api-derive": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.1.tgz", - "integrity": "sha512-cCCbnhXfCo9Mj4DCM0TVoDOEe5yleOLdqoICU9T4PMv5R51D+iMmw97+MYCgyjRdm7wIW05LlW32iUVrgDiSJw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.4.tgz", + "integrity": "sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/api": "9.9.1", - "@polkadot/api-augment": "9.9.1", - "@polkadot/api-base": "9.9.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", + "@polkadot/api": "9.9.4", + "@polkadot/api-augment": "9.9.4", + "@polkadot/api-base": "9.9.4", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "rxjs": "^7.5.7" }, "engines": { @@ -1008,60 +1008,60 @@ } }, "node_modules/@polkadot/keyring": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.13.tgz", - "integrity": "sha512-O5/sM1cfn/ueT7C6sxqZI9Z18RLOpPovdfZzBlcRAyfs/8uR+UA20r2lGCQdQIzlOeF0XPebIO0lwW+6wPtvtg==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.14.tgz", + "integrity": "sha512-iejbAfGfdyTB0pixWX6HhWXkUKBHLNy7+Z+F4DU8IwpJE48iOsMRJb3qShbk5NERjx1QIjoOpSZYxiCaF6gd+w==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "10.1.13", - "@polkadot/util-crypto": "10.1.13" + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "@polkadot/util": "10.1.13", - "@polkadot/util-crypto": "10.1.13" + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" } }, "node_modules/@polkadot/networks": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.13.tgz", - "integrity": "sha512-EvR0weOZlTS9AzQd8/s7WJrLCfAdaP3fKPSoaJkir1fUrpmhagMZaIm+kHmKO3lqEaqV+EAZm3Ee43bZN0na7A==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.14.tgz", + "integrity": "sha512-lo4Y57yBqiad4Z2zBW0r7Ct/iKXNgsTfazDTbHRkIh3RuX36PNYshaX3p7R0eNRuetV1jJv7jqwc1nAMNI2KwQ==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "10.1.13", - "@substrate/ss58-registry": "^1.34.0" + "@polkadot/util": "10.1.14", + "@substrate/ss58-registry": "^1.35.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/rpc-augment": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.1.tgz", - "integrity": "sha512-t3gTendxM9KD9Sg+hT7Wn72Xdusl25EsXcdOjFqQWUtFL8xjYcFngrTTifG90e+ciFIk1DWps2+zc6lbDwBfeA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz", + "integrity": "sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/rpc-core": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.1.tgz", - "integrity": "sha512-ij1OxDfbPpdZ9+aN8oicZrysIfUjC7INBhDwwoZ4R/4jhqJvIV1fisgj6XOdHGlZGl+vQBnObOw0nEOU7apdQg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz", + "integrity": "sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-augment": "9.9.1", - "@polkadot/rpc-provider": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/util": "^10.1.13", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/rpc-provider": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/util": "^10.1.14", "rxjs": "^7.5.7" }, "engines": { @@ -1069,19 +1069,19 @@ } }, "node_modules/@polkadot/rpc-provider": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.1.tgz", - "integrity": "sha512-YyIwYDAgeEAAjvsH/v5v6sFkhkoaER98rPIcfP+81sGcxpjBCArg4feDtzTPQMsnUcbj3708ppJicu6ECc1xFg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz", + "integrity": "sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/keyring": "^10.1.13", - "@polkadot/types": "9.9.1", - "@polkadot/types-support": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", - "@polkadot/x-fetch": "^10.1.13", - "@polkadot/x-global": "^10.1.13", - "@polkadot/x-ws": "^10.1.13", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types": "9.9.4", + "@polkadot/types-support": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-fetch": "^10.1.14", + "@polkadot/x-global": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", "@substrate/connect": "0.7.17", "eventemitter3": "^4.0.7", "mock-socket": "^9.1.5", @@ -1091,18 +1091,29 @@ "node": ">=14.0.0" } }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@polkadot/types": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.1.tgz", - "integrity": "sha512-WK0CPj0LZhb5ZSfhMvT5ZZv0nnqz9wQdRSehjqeuq7DD2TgTIPZL22zP4UjJPAJEyTtwyfcRn6+ZhL2JS5w0Jg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.4.tgz", + "integrity": "sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/keyring": "^10.1.13", - "@polkadot/types-augment": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/types-create": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "rxjs": "^7.5.7" }, "engines": { @@ -1110,83 +1121,83 @@ } }, "node_modules/@polkadot/types-augment": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.1.tgz", - "integrity": "sha512-h4DhtVPbe7/6Mdwickqih3ltvEV9y08a8LVvjxVVaGw1gRcoQpcMLkvsyWh5caYBPCKuJvXV40p4PnvO/HtW2A==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.4.tgz", + "integrity": "sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-codec": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.1.tgz", - "integrity": "sha512-vBzInneVp2ClDD/bmrf9HUp9La0udBJnhvyqwdLA2IKQBjIYOxVtuC62D4dg1Svp34NH4+b/nAtWlOvflSjOQQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.4.tgz", + "integrity": "sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "^10.1.13", - "@polkadot/x-bigint": "^10.1.13" + "@polkadot/util": "^10.1.14", + "@polkadot/x-bigint": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-create": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.1.tgz", - "integrity": "sha512-fzHTdWdXPbJxAYNP2nFzM9B1Nom7wiIFalltIj3jLQYF8uCgPuMF4/nLDi5uEg5YpCBCTagqyoVUuEd4riDS/Q==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.4.tgz", + "integrity": "sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-known": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.1.tgz", - "integrity": "sha512-kD51etsC0Oh5RnBTVabxmIqXe03XRYBDAaaC6yj2MGiPsyuy3X6g26xPZy9pSYcjkkWIF81CtPcLaJE5YrG0/A==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.4.tgz", + "integrity": "sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/networks": "^10.1.13", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/types-create": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/networks": "^10.1.14", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/types-support": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.1.tgz", - "integrity": "sha512-PGu80mMvyr+rD6pi8Z/r9l650cadpW4X+pWt4tJnKYAbtiaE9mQJGFwq+HgY3vExzRDhaXNOUDg9d1ry5XUvJQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.4.tgz", + "integrity": "sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "^10.1.13" + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/util": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.13.tgz", - "integrity": "sha512-wedd6NKIA1gKUm21SFwsq8UzQrMAzc2fBjrfD07LIXEJ2S/q5IKF57NjGMzf6fdNFt0376VNLUGD4MbxSc9/HA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.14.tgz", + "integrity": "sha512-DX8IUd3j+S4HJBs73gz5d7Z592aW5vn/aD7hzFUlBduQIYBy+L1KIoGchpD6hSSOs5HSy7owePmBlp1lPjUZBg==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/x-bigint": "10.1.13", - "@polkadot/x-global": "10.1.13", - "@polkadot/x-textdecoder": "10.1.13", - "@polkadot/x-textencoder": "10.1.13", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-global": "10.1.14", + "@polkadot/x-textdecoder": "10.1.14", + "@polkadot/x-textencoder": "10.1.14", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" }, @@ -1195,18 +1206,18 @@ } }, "node_modules/@polkadot/util-crypto": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.13.tgz", - "integrity": "sha512-LYHsJM8hzsvehO2T1S5vMFX7k2gCt/QnG3NzSGo+97OauitrICN8V7py4o5TOewUzMeihNMVKjRkj/cC4e+i4Q==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.14.tgz", + "integrity": "sha512-Iq9C0Snv+pScZ9QgJoH7l++x9wdp9vhS3NMLm8ZqlDCNXUUl/3ViafZCfHRILQD9AsLcykE99mNzFDl3u8jZQA==", "dependencies": { "@babel/runtime": "^7.20.1", "@noble/hashes": "1.1.3", "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.13", - "@polkadot/util": "10.1.13", + "@polkadot/networks": "10.1.14", + "@polkadot/util": "10.1.14", "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.13", - "@polkadot/x-randomvalues": "10.1.13", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-randomvalues": "10.1.14", "@scure/base": "1.1.1", "ed2curve": "^0.3.0", "tweetnacl": "^1.0.3" @@ -1215,7 +1226,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "@polkadot/util": "10.1.13" + "@polkadot/util": "10.1.14" } }, "node_modules/@polkadot/util-crypto/node_modules/@noble/hashes": { @@ -1229,6 +1240,40 @@ } ] }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-randomvalues": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.14.tgz", + "integrity": "sha512-mrZho4qogLZmox7wuP1XF03HTZ4CwAjzV7RvKmwH8ToNCR6E4NRo2btgG67Z0K+bUOQRbXWL2hQazusa2p2N6w==", + "dependencies": { + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/util/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@polkadot/wasm-bridge": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz", @@ -1326,24 +1371,35 @@ } }, "node_modules/@polkadot/x-bigint": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.13.tgz", - "integrity": "sha512-froRz2AC8pJ8TTmPUf7SRyWVO/U7GNjuVEtxumOv9IT6YOohV8N4zBdZVCc4Cr0dEAvGWAS11b0EgTyzBirq3A==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.14.tgz", + "integrity": "sha512-HgrofhI+WM699ozJ9zFZcPUApB2jqwCEOMUgM1jv2WNxF0ILKNDpH08dB8OBy2SKfnKoSgmXwWtxWl1u+mq10A==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13" + "@polkadot/x-global": "10.1.14" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/x-bigint/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-fetch": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.13.tgz", - "integrity": "sha512-40WfW3rLMP1WfYrA0YlBnYWyNF5/lwSOpoQfnJ2vQHDvGRNmIJrQUAgxgjRjOVd+KKKE9e8s3W7TqjVhfoxrkQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.14.tgz", + "integrity": "sha512-07H9unwv0tT5RQRkj1WE67ug6x6RlUfGN/mJWSKqf0JjsfQlPMKDC9yZW1oUSsasBUyIf0qbspuVSyhZu+0cpg==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13", + "@polkadot/x-global": "10.1.14", "@types/node-fetch": "^2.6.2", "node-fetch": "^3.3.0" }, @@ -1351,10 +1407,22 @@ "node": ">=14.0.0" } }, + "node_modules/@polkadot/x-fetch/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@polkadot/x-global": { "version": "10.1.13", "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.13.tgz", "integrity": "sha512-9dQNjrXzdnjMFdpS1fcJRJveD8aQ2qyO5XWYnUmDjWVPmTY+olNuv7QOkfoJUgrFhqgeGEtUCmPZEWk8Tbwhqw==", + "peer": true, "dependencies": { "@babel/runtime": "^7.20.1" }, @@ -1366,6 +1434,7 @@ "version": "10.1.13", "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.13.tgz", "integrity": "sha512-yDXvOUiXIdysigOxNgTX0cJ5PF8qYXdn15PGyGFROKdBV5NW4Fn27xfFtNC0vpsbHl2G5KfE55uBdKwOkEvJVg==", + "peer": true, "dependencies": { "@babel/runtime": "^7.20.1", "@polkadot/x-global": "10.1.13" @@ -1375,36 +1444,58 @@ } }, "node_modules/@polkadot/x-textdecoder": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.13.tgz", - "integrity": "sha512-4i5u48ELGPN2D4Bq12q0ZZEx8uhd0M0sajpEwqGclOLYvMt/Uh3S6WA4rxHCwVd8z76NFiipw+HOBkdAaYzbqA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.14.tgz", + "integrity": "sha512-qwbeR8v6a5Z9MdbjzcY5gFiRWbp8bBVoDEf1Dd+yH9/UAyFXodlMKs3irDdVhGVPCbZWQTVDEZRUgEqRxwKC7w==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13" + "@polkadot/x-global": "10.1.14" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/x-textdecoder/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-textencoder": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.13.tgz", - "integrity": "sha512-tkCgEydGChSXWhOuZYOOJ5DkdQq3Ev9zhs1cVdp1O72f/E7L6iv06WmfiFBeF+cX1/ymI3++IrOZqPI+t29gnA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.14.tgz", + "integrity": "sha512-MC30rtQiFVgQDSP8wO5wa1so5tW3T7qs/DCT018A4zgjiK+uFdIGOerAgoxcNw3yC6IGnPIL5lsRO/1C9N60zA==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13" + "@polkadot/x-global": "10.1.14" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@polkadot/x-textencoder/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/x-ws": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.13.tgz", - "integrity": "sha512-hs9v/i0bAcmazZI0R8kgao3/NzBxTMFzUVEbH11yDzL3RCWKYPIbeK4VwI31VUOzIIsjhNgCegSueJMkLn4F5Q==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.14.tgz", + "integrity": "sha512-xgyMYR34sHxKCtQUJ2btFAyN3fK1OqCqvAyRYmU52801aguLstRhVPAZxXJp3Dahs91FX/h/ZZzmwXD01tJtyA==", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13", + "@polkadot/x-global": "10.1.14", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" }, @@ -1412,6 +1503,17 @@ "node": ">=14.0.0" } }, + "node_modules/@polkadot/x-ws/node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dependencies": { + "@babel/runtime": "^7.20.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", @@ -1526,244 +1628,6 @@ "memoizee": "0.4.15" } }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/api": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.3.3.tgz", - "integrity": "sha512-esOfwnKS/6JRL0C8TDqYn4GC9GkWp8vTdKIWLuncW2jEtiJLYccb5IVngfOQImVrqAQoV1hJdLnj9X6k+tGqQQ==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-augment": "9.3.3", - "@polkadot/api-base": "9.3.3", - "@polkadot/api-derive": "9.3.3", - "@polkadot/keyring": "^10.1.7", - "@polkadot/rpc-augment": "9.3.3", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/rpc-provider": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-augment": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/types-create": "9.3.3", - "@polkadot/types-known": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/api-augment": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.3.3.tgz", - "integrity": "sha512-usO5G2lDjzmwrPCgpe9IS5J2gddrDfeuWECc9/ruw35/ag4x8uZkiViC9762pF9fu9ZzNfSrk2QRnVGRcbG1ZQ==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-base": "9.3.3", - "@polkadot/rpc-augment": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-augment": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/api-base": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.3.3.tgz", - "integrity": "sha512-MFjcdwNyqKxoWkqSJRkMtaQogFxsCW6HBVowT0lUrQ2WzTLBWQqi7DcC/0RsRQXXN/SsUwczi3g9b12wqLZLhg==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/util": "^10.1.7", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/api-derive": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.3.3.tgz", - "integrity": "sha512-UiIEKJ0YttgrAqikK/sH0CxedZMijoM33Fuyr4mNWe7srb5MewoABdnwzUMmRVDLjrKA18gtOfSNhqEDliRYGw==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/api": "9.3.3", - "@polkadot/api-augment": "9.3.3", - "@polkadot/api-base": "9.3.3", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/rpc-augment": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.3.3.tgz", - "integrity": "sha512-xU+Fc1gm3C0CvFl2+38LN5qAdyw4ECSj2qxTymro6jqnHxpiyCvRtMg5Grl3MzREVFwhthg80W19jT1hjdPhyg==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/rpc-core": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.3.3.tgz", - "integrity": "sha512-KMT98HeYt6IpFvTRKWhFkHxQvGhuVIT0gyOjvT+hmuDQqt3k3bcgoQSR7218uD51NNYhnZJpjAKl3LTJz2Fdgg==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-augment": "9.3.3", - "@polkadot/rpc-provider": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/util": "^10.1.7", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/rpc-provider": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.3.3.tgz", - "integrity": "sha512-A5eX5WfG5JeYXUNRBOEGtSqvmQN6jqbrAmXkufSWYvGb/1Ip2l/9oHuUjswGLdpaWfOkpVkClyCXIFtWx06XNw==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.7", - "@polkadot/types": "9.3.3", - "@polkadot/types-support": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "@polkadot/x-fetch": "^10.1.7", - "@polkadot/x-global": "^10.1.7", - "@polkadot/x-ws": "^10.1.7", - "@substrate/connect": "0.7.11", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/types": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.3.3.tgz", - "integrity": "sha512-By7VC9erdsJCDR9DNtgSuWSrKeLpJ7tnStS8Ii31LW1ueYDWCx1CO28fogq4UYf53pMbhNCWDGPFk1ZZn8ZchA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.7", - "@polkadot/types-augment": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/types-create": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/types-augment": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.3.3.tgz", - "integrity": "sha512-XAhyX5DEYnsMunpoU1podjm5ODosTmMwwpNcUK95ALcyzkpstyWIjUW3JhaEOzIshsYmJUNxM7/cSI4jv/VLAg==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/types-codec": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.3.3.tgz", - "integrity": "sha512-DiSGZ/pwZO0huS4CnyI0Z4nsvKSFUAjjcVQ7lt1BqCRcUFoIZtYQgzXftia1kSXnJs4J13PMcFTfQZeTDnp4Sg==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.7", - "@polkadot/x-bigint": "^10.1.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/types-create": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.3.3.tgz", - "integrity": "sha512-LRS5sWYtPyXZ8AC7j9foFQQzYhay2q4YnXD9Hfz2ULrjtpjdUgR0hP3GpBKfxDnlWESpzGjegSAIDs+z/sKnfA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/types-known": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.3.3.tgz", - "integrity": "sha512-TcDGzHpPZdMxrywLHTbjaHaFRdJdFaL5QGpvcSeDwAGHz7zU6Aq29AT9HwJ8GrBNihLALUj79S1/D2WfmJuXFA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/networks": "^10.1.7", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/types-create": "9.3.3", - "@polkadot/util": "^10.1.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@polkadot/types-support": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.3.3.tgz", - "integrity": "sha512-KJeL3bBc8XEIDuUFjYLBunAvMkVi8LXdln4V1FPHEt6OgXkbqJlc9KAwgrPUaV1+Ki0LIBDDYKtUiMG3c9Ip+g==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@substrate/connect": { - "version": "0.7.11", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.11.tgz", - "integrity": "sha512-/xiOlkmJfl2XPYQTmyWKEh2AXryEAPSMAxZXs6D/aqYDy0TKZDAp1dfQiHyPt1vMwOlnM4WJv9lPks3ZMwCP+w==", - "dependencies": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.30", - "eventemitter3": "^4.0.7" - } - }, - "node_modules/@substrate/txwrapper-core/node_modules/@substrate/smoldot-light": { - "version": "0.6.30", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.30.tgz", - "integrity": "sha512-U/F75XzxuNG+KGSujxsMAm8zUBpBON+l0oX19EnSWjvqD+smYjvcj1SeqQhFYxJjtoCQyZLedKBsZGyNbG3FbQ==", - "dependencies": { - "pako": "^2.0.4", - "ws": "^8.8.1" - } - }, "node_modules/@substrate/txwrapper-substrate": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/@substrate/txwrapper-substrate/-/txwrapper-substrate-3.2.2.tgz", @@ -1887,9 +1751,9 @@ "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==" }, "node_modules/@types/node": { - "version": "18.7.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.23.tgz", - "integrity": "sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==" + "version": "18.11.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" }, "node_modules/@types/node-fetch": { "version": "2.6.2", @@ -1964,9 +1828,9 @@ "integrity": "sha512-zetDJxd89y3X99Kvo4qFx8GKlt6GsvN3UcRZHwU6iFA/0KiOmhkTVhe8oRoTBiTVPZu09x3vCra47+w8Yz1+2Q==" }, "node_modules/abstract-leveldown": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.3.0.tgz", - "integrity": "sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", + "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", "dependencies": { "buffer": "^5.5.0", "immediate": "^3.2.3", @@ -1991,9 +1855,9 @@ } }, "node_modules/acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", "bin": { "acorn": "bin/acorn" }, @@ -2845,9 +2709,9 @@ "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" }, "node_modules/commander": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", - "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.1.tgz", + "integrity": "sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==", "engines": { "node": "^12.20.0 || >=14" } @@ -3219,21 +3083,6 @@ "node": ">=6" } }, - "node_modules/deferred-leveldown/node_modules/abstract-leveldown": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", - "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", - "dependencies": { - "buffer": "^5.5.0", - "immediate": "^3.2.3", - "level-concat-iterator": "~2.0.0", - "level-supports": "~1.0.0", - "xtend": "~4.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/define-properties": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", @@ -4405,14 +4254,14 @@ } }, "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.1.1", + "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -4705,9 +4554,9 @@ } }, "node_modules/http2-wrapper": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.1.11.tgz", - "integrity": "sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz", + "integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==", "dependencies": { "quick-lru": "^5.1.1", "resolve-alpn": "^1.2.0" @@ -4791,9 +4640,9 @@ "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" }, "node_modules/immediate": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz", - "integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz", + "integrity": "sha512-RrGCXRm/fRVqMIhqXrGEX9rRADavPiDFSoMb/k64i9XMk8uH4r/Omi5Ctierj6XzNecwDbO4WuFbDD1zmpl3Tg==" }, "node_modules/inflight": { "version": "1.0.6", @@ -5619,26 +5468,6 @@ "node": ">=6" } }, - "node_modules/memdown/node_modules/abstract-leveldown": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", - "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", - "dependencies": { - "buffer": "^5.5.0", - "immediate": "^3.2.3", - "level-concat-iterator": "~2.0.0", - "level-supports": "~1.0.0", - "xtend": "~4.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/memdown/node_modules/immediate": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz", - "integrity": "sha512-RrGCXRm/fRVqMIhqXrGEX9rRADavPiDFSoMb/k64i9XMk8uH4r/Omi5Ctierj6XzNecwDbO4WuFbDD1zmpl3Tg==" - }, "node_modules/memoizee": { "version": "0.4.15", "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.15.tgz", @@ -5808,14 +5637,14 @@ } }, "node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dependencies": { + "minimist": "^1.2.6" + }, "bin": { "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" } }, "node_modules/mkdirp-promise": { @@ -5831,11 +5660,10 @@ } }, "node_modules/mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.0.0.tgz", - "integrity": "sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz", + "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==", "dependencies": { - "@ungap/promise-all-settled": "1.1.2", "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", "chokidar": "3.5.3", @@ -5870,51 +5698,12 @@ "url": "https://opencollective.com/mochajs" } }, - "node_modules/mocha/node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "node_modules/mocha/node_modules/minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/mocha/node_modules/glob/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/mocha/node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/mocha/node_modules/minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", - "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^2.0.1" }, "engines": { "node": ">=10" @@ -6554,9 +6343,9 @@ } }, "node_modules/pako": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz", - "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" }, "node_modules/parse-asn1": { "version": "5.1.6", @@ -6628,1245 +6417,200 @@ "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", "engines": { - "node": "*" - } - }, - "node_modules/pbkdf2": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", - "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", - "dependencies": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/peer-id": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/peer-id/-/peer-id-0.16.0.tgz", - "integrity": "sha512-EmL7FurFUduU9m1PS9cfJ5TAuCvxKQ7DKpfx3Yj6IKWyBRtosriFuOag/l3ni/dtPgPLwiA4R9IvpL7hsDLJuQ==", - "dependencies": { - "class-is": "^1.1.0", - "libp2p-crypto": "^0.21.0", - "multiformats": "^9.4.5", - "protobufjs": "^6.10.2", - "uint8arrays": "^3.0.0" - }, - "engines": { - "node": ">=15.0.0" - } - }, - "node_modules/pem-jwk": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pem-jwk/-/pem-jwk-2.0.0.tgz", - "integrity": "sha512-rFxu7rVoHgQ5H9YsP50dDWf0rHjreVA2z0yPiWr5WdH/UHb29hKtF7h6l8vNd1cbYR1t0QL+JKhW55a2ZV4KtA==", - "dependencies": { - "asn1.js": "^5.0.1" - }, - "bin": { - "pem-jwk": "bin/pem-jwk.js" - }, - "engines": { - "node": ">=5.10.0" - } - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/polkadot-launch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/polkadot-launch/-/polkadot-launch-2.3.0.tgz", - "integrity": "sha512-X+m5RT1VSq1cQ0ONImSwmb0t+lts+udVORXZzF3C5ljlTAN15M2J/sjLjp6S67i7xBf1HTKGb6cBFVge57PNCg==", - "dependencies": { - "@polkadot/api": "^8.9.1", - "@polkadot/api-augment": "^8.9.1", - "@polkadot/keyring": "^9.5.1", - "@polkadot/types": "^8.9.1", - "@polkadot/util": "^9.5.1", - "@polkadot/util-crypto": "^9.5.1", - "@types/chai": "^4.2.22", - "@types/mocha": "^9.0.0", - "chai": "^4.3.4", - "ethers": "^5.4.7", - "filter-console": "^0.1.1", - "libp2p-crypto": "^0.20.0", - "mocha": "^9.1.2", - "peer-id": "^0.15.3", - "tcp-port-used": "^1.0.2", - "ts-node": "^10.3.0", - "web3": "^1.6.0", - "web3-core": "^1.6.0", - "web3-eth": "^1.6.0", - "yargs": "^15.4.1" - }, - "bin": { - "polkadot-launch": "dist/cli.js" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-8.14.1.tgz", - "integrity": "sha512-jg26eIKFYqVfDBTAopHL3aDaNw9j6TdUkXuvYJOnynpecU4xwbTVKcOtSOjJ2eRX4MgMQ4zlyMHJx3iKw0uUTA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-augment": "8.14.1", - "@polkadot/api-base": "8.14.1", - "@polkadot/api-derive": "8.14.1", - "@polkadot/keyring": "^10.1.1", - "@polkadot/rpc-augment": "8.14.1", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/rpc-provider": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-augment": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/types-create": "8.14.1", - "@polkadot/types-known": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-augment": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-8.14.1.tgz", - "integrity": "sha512-65GMlgVnZd08Ifh8uAj+p/+MlXxvsAfBcCHjQhOmbCE0dki+rzTPUR31LsWyDKtuw+nUBj0iZN4PelO+wU4r0g==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-base": "8.14.1", - "@polkadot/rpc-augment": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-augment": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-augment/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-augment/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-augment/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-base": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-8.14.1.tgz", - "integrity": "sha512-EXFhNXIfpirf18IsqcG2pGQW1/Xn+bfjqVYQMMJ4ZONtYH4baZZlXk7SoXCCHonN2x1ixs4DOcRx5oVxjabdIQ==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/util": "^10.1.1", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-base/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-base/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-base/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-derive": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-8.14.1.tgz", - "integrity": "sha512-eWG1MrQhHMUjt9gDHN9/9/ZMATu1MolqcalPFhNoGtdON3+I0J3ntjQ4y5X7+p2OGwQplpYRKqbK4k7tKzu8tA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/api": "8.14.1", - "@polkadot/api-augment": "8.14.1", - "@polkadot/api-base": "8.14.1", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-derive/node_modules/@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.10" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api/node_modules/@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api/node_modules/@polkadot/keyring": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.10.tgz", - "integrity": "sha512-crKYBbwmPcFoTP6mby2+o1QWsjAyi5QlKzU8tXuXOApP6SBuqmDujIuLOKNG2vZoftNdVldsVL0WmKVYtBeuQg==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api/node_modules/@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.10" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/api/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/networks": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.10.tgz", - "integrity": "sha512-Db78t2XnFIZbdSdu1aFuj3/1cNwcSzG/+wNrpCQ9dPhnGPy5S1GVbmU8pyxTftPKdTFc+8RdBr+5bc0d5ijGiA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@substrate/ss58-registry": "^1.31.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/networks/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/networks/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/networks/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-augment": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-8.14.1.tgz", - "integrity": "sha512-0dIsNVIMeCp0kV7+Obz0Odt6K32Ka2ygwhiV5jhhJthy8GJBPo94mKDed5gzln3Dgl2LEdJJt1h/pgCx4a2i4A==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-core": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-8.14.1.tgz", - "integrity": "sha512-deQ8Ob59ao/1fZQdaVtFjYR/HCBdxSYvQGt7/alBu1Uig9Sahx9oKcMkU5rWY36XqGZYos4zLay98W2hDlf+6Q==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-augment": "8.14.1", - "@polkadot/rpc-provider": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/util": "^10.1.1", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-8.14.1.tgz", - "integrity": "sha512-pAUSHZiSWLhBSYf4LmLc8iCaeqTu7Ajn8AzyqxvZDHGnIrzV5M7eTjpNDP84qno6jWRHKQ/IILr62hausEmS5w==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-support": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "@polkadot/x-fetch": "^10.1.1", - "@polkadot/x-global": "^10.1.1", - "@polkadot/x-ws": "^10.1.1", - "@substrate/connect": "0.7.9", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider/node_modules/@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/keyring": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.10.tgz", - "integrity": "sha512-crKYBbwmPcFoTP6mby2+o1QWsjAyi5QlKzU8tXuXOApP6SBuqmDujIuLOKNG2vZoftNdVldsVL0WmKVYtBeuQg==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.10" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-8.14.1.tgz", - "integrity": "sha512-Xza16ejKrSd4XhTOlbfISyxZ2sRmbMAZk5pX7VEMHVZHqV98o+bJ2f9Kk7F8YJijkHHGosCLDestP9R5nLoOoA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.1", - "@polkadot/types-augment": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/types-create": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-augment": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-8.14.1.tgz", - "integrity": "sha512-Xa4TUFqyZT+IJ6pBSwDjWcF42u/E34OyC+gbs5Z2vWQ4EzSDkq4xNoUKjJlEEgTemsD9lhPOIc4jvqTCefwxEw==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-augment/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-augment/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-augment/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-codec": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-8.14.1.tgz", - "integrity": "sha512-y6YDN4HwvEgSWlgrEV04QBBxDxES1cTuUQFzZJzOTuZCWpA371Mdj3M9wYxGXMnj0wa+rCQGECHPZZaNxBMiKg==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.1", - "@polkadot/x-bigint": "^10.1.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-create": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-8.14.1.tgz", - "integrity": "sha512-fb9yyblj5AYAPzeCIq0kYSfzDxRDi/0ud9gN2UzB3H7M/O4n2mPC1vD4UOLF+B7l9QzCrt4e+k+/riGp7GfvyA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" + "node": "*" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-known": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-8.14.1.tgz", - "integrity": "sha512-GP7gRo9nmitykkrRnoLF61Qm19UFdTwMsOnJkdm7AOeWDmZGxutacgO6k1tBsHr38hsiCCGsB/JiseUgywvGIw==", + "node_modules/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/networks": "^10.1.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/types-create": "8.14.1", - "@polkadot/util": "^10.1.1" + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" }, "engines": { - "node": ">=14.0.0" + "node": ">=0.12" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-known/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", + "node_modules/peer-id": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/peer-id/-/peer-id-0.16.0.tgz", + "integrity": "sha512-EmL7FurFUduU9m1PS9cfJ5TAuCvxKQ7DKpfx3Yj6IKWyBRtosriFuOag/l3ni/dtPgPLwiA4R9IvpL7hsDLJuQ==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" + "class-is": "^1.1.0", + "libp2p-crypto": "^0.21.0", + "multiformats": "^9.4.5", + "protobufjs": "^6.10.2", + "uint8arrays": "^3.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=15.0.0" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-known/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", + "node_modules/pem-jwk": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pem-jwk/-/pem-jwk-2.0.0.tgz", + "integrity": "sha512-rFxu7rVoHgQ5H9YsP50dDWf0rHjreVA2z0yPiWr5WdH/UHb29hKtF7h6l8vNd1cbYR1t0QL+JKhW55a2ZV4KtA==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" + "asn1.js": "^5.0.1" + }, + "bin": { + "pem-jwk": "bin/pem-jwk.js" }, "engines": { - "node": ">=14.0.0" + "node": ">=5.10.0" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-known/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "engines": { - "node": ">=14.0.0" + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-support": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-8.14.1.tgz", - "integrity": "sha512-XqR4qq6pCZyNBuFVod8nFSNUmLssrjoU9bOIn4Ua2cqNlI9xsuKaI1X5ySEn/oWOtKQ2L5hbCm9vkXrEtXBl1w==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.1" - }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "engines": { - "node": ">=14.0.0" + "node": ">=0.10.0" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-support/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", "engines": { - "node": ">=14.0.0" + "node": ">=0.10.0" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-support/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" + "pinkie": "^2.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=0.10.0" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types-support/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" + "find-up": "^4.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=8" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types/node_modules/@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, - "node_modules/polkadot-launch/node_modules/@polkadot/types/node_modules/@polkadot/keyring": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.10.tgz", - "integrity": "sha512-crKYBbwmPcFoTP6mby2+o1QWsjAyi5QlKzU8tXuXOApP6SBuqmDujIuLOKNG2vZoftNdVldsVL0WmKVYtBeuQg==", + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" + "node": ">=8" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types/node_modules/@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" + "p-locate": "^4.1.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=8" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types/node_modules/@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" + "p-try": "^2.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=6" }, - "peerDependencies": { - "@polkadot/util": "10.1.10" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" + "p-limit": "^2.2.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=8" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types/node_modules/@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", + "node_modules/polkadot-launch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/polkadot-launch/-/polkadot-launch-2.3.0.tgz", + "integrity": "sha512-X+m5RT1VSq1cQ0ONImSwmb0t+lts+udVORXZzF3C5ljlTAN15M2J/sjLjp6S67i7xBf1HTKGb6cBFVge57PNCg==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" + "@polkadot/api": "^8.9.1", + "@polkadot/api-augment": "^8.9.1", + "@polkadot/keyring": "^9.5.1", + "@polkadot/types": "^8.9.1", + "@polkadot/util": "^9.5.1", + "@polkadot/util-crypto": "^9.5.1", + "@types/chai": "^4.2.22", + "@types/mocha": "^9.0.0", + "chai": "^4.3.4", + "ethers": "^5.4.7", + "filter-console": "^0.1.1", + "libp2p-crypto": "^0.20.0", + "mocha": "^9.1.2", + "peer-id": "^0.15.3", + "tcp-port-used": "^1.0.2", + "ts-node": "^10.3.0", + "web3": "^1.6.0", + "web3-core": "^1.6.0", + "web3-eth": "^1.6.0", + "yargs": "^15.4.1" }, - "engines": { - "node": ">=14.0.0" + "bin": { + "polkadot-launch": "dist/cli.js" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/types/node_modules/@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", + "node_modules/polkadot-launch/node_modules/@polkadot/keyring": { + "version": "9.7.2", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", + "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" + "@babel/runtime": "^7.18.6", + "@polkadot/util": "9.7.2", + "@polkadot/util-crypto": "9.7.2" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "9.7.2", + "@polkadot/util-crypto": "9.7.2" } }, "node_modules/polkadot-launch/node_modules/@polkadot/util": { @@ -7981,29 +6725,6 @@ "node": ">=14.0.0" } }, - "node_modules/polkadot-launch/node_modules/@polkadot/x-bigint": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.10.tgz", - "integrity": "sha512-4Jt0BO0WTby6r9A2DgkDxf/LFaICQHvSl1VSFtBf0Z0GV2n4OxkBX5x/1bdEdGEvYT5rM7RbR3xI7EL+W1ixHA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/polkadot-launch/node_modules/@polkadot/x-global": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.10.tgz", - "integrity": "sha512-WFfgaZSrzPlKLdnOus2mIFGzUbSDIQK6RMCfFfM9SmF3DkoxN40z5Nkni4PztfKr22stlkhmhnX/Lp/NxpuT6Q==", - "dependencies": { - "@babel/runtime": "^7.19.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, "node_modules/polkadot-launch/node_modules/@polkadot/x-randomvalues": { "version": "9.7.2", "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-9.7.2.tgz", @@ -8073,24 +6794,6 @@ "node": ">=14.0.0" } }, - "node_modules/polkadot-launch/node_modules/@substrate/connect": { - "version": "0.7.9", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.9.tgz", - "integrity": "sha512-E6bdBhzsfHNAKlmQSvbTW1jyb0WcIvgbrEBfJ4B6FZ3t1wpGjldL6GrYtegVtKr9/ySQ/pFNn0uVbugukpMDjQ==", - "dependencies": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.25", - "eventemitter3": "^4.0.7" - } - }, - "node_modules/polkadot-launch/node_modules/@substrate/smoldot-light": { - "version": "0.6.25", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.25.tgz", - "integrity": "sha512-OQ9/bnJJy90xSRg5Vp9MIvrgbrVt/r/FwXYSmyLeBBNbJt6o1gSeshVo8icD+2VWwd/TJ2oHl5CVQWe89MyByA==", - "dependencies": { - "websocket": "^1.0.32" - } - }, "node_modules/polkadot-launch/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -8132,36 +6835,6 @@ "node": ">=0.10.0" } }, - "node_modules/polkadot-launch/node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/polkadot-launch/node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/polkadot-launch/node_modules/libp2p-crypto": { "version": "0.20.0", "resolved": "https://registry.npmjs.org/libp2p-crypto/-/libp2p-crypto-0.20.0.tgz", @@ -9462,17 +8135,6 @@ "node": ">=4.5" } }, - "node_modules/tar/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, "node_modules/tcp-port-used": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/tcp-port-used/-/tcp-port-used-1.0.2.tgz", @@ -9769,9 +8431,9 @@ } }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -9907,9 +8569,9 @@ } }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", "bin": { "uuid": "bin/uuid" @@ -10162,6 +8824,11 @@ "node": ">=8.0.0" } }, + "node_modules/web3-eth-accounts/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, "node_modules/web3-eth-accounts/node_modules/eth-lib": { "version": "0.2.8", "resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.8.tgz", @@ -10172,20 +8839,6 @@ "xhr-request-promise": "^0.1.2" } }, - "node_modules/web3-eth-accounts/node_modules/eth-lib/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/web3-eth-accounts/node_modules/uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/web3-eth-contract": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/web3-eth-contract/-/web3-eth-contract-1.8.0.tgz", @@ -10511,9 +9164,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "engines": { "node": ">=10.0.0" }, @@ -11153,9 +9806,9 @@ } }, "@moonbeam-network/api-augment": { - "version": "0.1801.0", - "resolved": "https://registry.npmjs.org/@moonbeam-network/api-augment/-/api-augment-0.1801.0.tgz", - "integrity": "sha512-sUqqWZhHVnrGQfJ37jzGzbMz5U3+U2SC5zLVFaJAqncairHuoAoPb8D9dza2erxSZTx5g8cqEeX+z4phMEJLWQ==" + "version": "0.2000.1", + "resolved": "https://registry.npmjs.org/@moonbeam-network/api-augment/-/api-augment-0.2000.1.tgz", + "integrity": "sha512-+Qgak4DNHjovPRAsISkstWzU0pt/QmH8vOHSB7UfNl7sTCpbm/T3t/jlncsBzMbClnqqiyyYABHzQ3HMDFp0Lw==" }, "@noble/ed25519": { "version": "1.7.1", @@ -11177,7 +9830,7 @@ "resolved": "https://registry.npmjs.org/@parity/zombienet/-/zombienet-1.2.70.tgz", "integrity": "sha512-t6t8bTldJW/+uJ7uFk3us0hcndxe6vU2FZAhoaF/qbvPcnME+Jn/wOH2k5y3tXJG848ydqXmlWL8QrubR2Up8g==", "requires": { - "@polkadot/api": "^9.2.4", + "@polkadot/api": "^9.9.4", "@polkadot/keyring": "^10.1.6", "@polkadot/util-crypto": "^10.1.6", "axios": "^0.27.2", @@ -11203,232 +9856,252 @@ } }, "@polkadot/api": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.1.tgz", - "integrity": "sha512-3ltj6BbqEV9SCUlJIEmXWBmmQlZCvVPaj0N+99J9L2yiQ1E0KJsAizh10RxEjCvgYb2iWaE4ItPfhN0GxFJm7Q==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.4.tgz", + "integrity": "sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/api-augment": "9.9.1", - "@polkadot/api-base": "9.9.1", - "@polkadot/api-derive": "9.9.1", - "@polkadot/keyring": "^10.1.13", - "@polkadot/rpc-augment": "9.9.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/rpc-provider": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-augment": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/types-create": "9.9.1", - "@polkadot/types-known": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/api-base": "^9.9.4", + "@polkadot/api-derive": "^9.9.4", + "@polkadot/keyring": "^10.1.14", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/rpc-provider": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/types-known": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "eventemitter3": "^4.0.7", "rxjs": "^7.5.7" } }, "@polkadot/api-augment": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.1.tgz", - "integrity": "sha512-0HS6Kit9ZiO2iQU/aS/jpOjXl9rFcwW6FdUs1eSXvWjvAFpoxwCMG8bv8wVjNZcCUuA2w5U0+2B+Xa612QEQQg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.4.tgz", + "integrity": "sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/api-base": "9.9.1", - "@polkadot/rpc-augment": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-augment": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/api-base": "^9.9.4", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/api-base": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.1.tgz", - "integrity": "sha512-uJDLi+nHQ08QZ+p1ldzwMeNjCyIkpR1DOzvKV3M3bLepglF8r7V/7W5dXk+qlClMqgB92RgKwo4R6EPRgr5BcA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.4.tgz", + "integrity": "sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/util": "^10.1.13", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/util": "^10.1.14", "rxjs": "^7.5.7" } }, "@polkadot/api-derive": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.1.tgz", - "integrity": "sha512-cCCbnhXfCo9Mj4DCM0TVoDOEe5yleOLdqoICU9T4PMv5R51D+iMmw97+MYCgyjRdm7wIW05LlW32iUVrgDiSJw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.4.tgz", + "integrity": "sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/api": "9.9.1", - "@polkadot/api-augment": "9.9.1", - "@polkadot/api-base": "9.9.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", + "@polkadot/api": "^9.9.4", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/api-base": "^9.9.4", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "rxjs": "^7.5.7" } }, "@polkadot/keyring": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.13.tgz", - "integrity": "sha512-O5/sM1cfn/ueT7C6sxqZI9Z18RLOpPovdfZzBlcRAyfs/8uR+UA20r2lGCQdQIzlOeF0XPebIO0lwW+6wPtvtg==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.14.tgz", + "integrity": "sha512-iejbAfGfdyTB0pixWX6HhWXkUKBHLNy7+Z+F4DU8IwpJE48iOsMRJb3qShbk5NERjx1QIjoOpSZYxiCaF6gd+w==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "10.1.13", - "@polkadot/util-crypto": "10.1.13" + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" } }, "@polkadot/networks": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.13.tgz", - "integrity": "sha512-EvR0weOZlTS9AzQd8/s7WJrLCfAdaP3fKPSoaJkir1fUrpmhagMZaIm+kHmKO3lqEaqV+EAZm3Ee43bZN0na7A==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.14.tgz", + "integrity": "sha512-lo4Y57yBqiad4Z2zBW0r7Ct/iKXNgsTfazDTbHRkIh3RuX36PNYshaX3p7R0eNRuetV1jJv7jqwc1nAMNI2KwQ==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "10.1.13", - "@substrate/ss58-registry": "^1.34.0" + "@polkadot/util": "10.1.14", + "@substrate/ss58-registry": "^1.35.0" } }, "@polkadot/rpc-augment": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.1.tgz", - "integrity": "sha512-t3gTendxM9KD9Sg+hT7Wn72Xdusl25EsXcdOjFqQWUtFL8xjYcFngrTTifG90e+ciFIk1DWps2+zc6lbDwBfeA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz", + "integrity": "sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-core": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/rpc-core": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.1.tgz", - "integrity": "sha512-ij1OxDfbPpdZ9+aN8oicZrysIfUjC7INBhDwwoZ4R/4jhqJvIV1fisgj6XOdHGlZGl+vQBnObOw0nEOU7apdQg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz", + "integrity": "sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-augment": "9.9.1", - "@polkadot/rpc-provider": "9.9.1", - "@polkadot/types": "9.9.1", - "@polkadot/util": "^10.1.13", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/rpc-provider": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/util": "^10.1.14", "rxjs": "^7.5.7" } }, "@polkadot/rpc-provider": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.1.tgz", - "integrity": "sha512-YyIwYDAgeEAAjvsH/v5v6sFkhkoaER98rPIcfP+81sGcxpjBCArg4feDtzTPQMsnUcbj3708ppJicu6ECc1xFg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz", + "integrity": "sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/keyring": "^10.1.13", - "@polkadot/types": "9.9.1", - "@polkadot/types-support": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", - "@polkadot/x-fetch": "^10.1.13", - "@polkadot/x-global": "^10.1.13", - "@polkadot/x-ws": "^10.1.13", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types": "^9.9.4", + "@polkadot/types-support": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-fetch": "^10.1.14", + "@polkadot/x-global": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", "@substrate/connect": "0.7.17", "eventemitter3": "^4.0.7", "mock-socket": "^9.1.5", "nock": "^13.2.9" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + } } }, "@polkadot/types": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.1.tgz", - "integrity": "sha512-WK0CPj0LZhb5ZSfhMvT5ZZv0nnqz9wQdRSehjqeuq7DD2TgTIPZL22zP4UjJPAJEyTtwyfcRn6+ZhL2JS5w0Jg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.4.tgz", + "integrity": "sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/keyring": "^10.1.13", - "@polkadot/types-augment": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/types-create": "9.9.1", - "@polkadot/util": "^10.1.13", - "@polkadot/util-crypto": "^10.1.13", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "rxjs": "^7.5.7" } }, "@polkadot/types-augment": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.1.tgz", - "integrity": "sha512-h4DhtVPbe7/6Mdwickqih3ltvEV9y08a8LVvjxVVaGw1gRcoQpcMLkvsyWh5caYBPCKuJvXV40p4PnvO/HtW2A==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.4.tgz", + "integrity": "sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-codec": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.1.tgz", - "integrity": "sha512-vBzInneVp2ClDD/bmrf9HUp9La0udBJnhvyqwdLA2IKQBjIYOxVtuC62D4dg1Svp34NH4+b/nAtWlOvflSjOQQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.4.tgz", + "integrity": "sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "^10.1.13", - "@polkadot/x-bigint": "^10.1.13" + "@polkadot/util": "^10.1.14", + "@polkadot/x-bigint": "^10.1.14" } }, "@polkadot/types-create": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.1.tgz", - "integrity": "sha512-fzHTdWdXPbJxAYNP2nFzM9B1Nom7wiIFalltIj3jLQYF8uCgPuMF4/nLDi5uEg5YpCBCTagqyoVUuEd4riDS/Q==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.4.tgz", + "integrity": "sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-known": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.1.tgz", - "integrity": "sha512-kD51etsC0Oh5RnBTVabxmIqXe03XRYBDAaaC6yj2MGiPsyuy3X6g26xPZy9pSYcjkkWIF81CtPcLaJE5YrG0/A==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.4.tgz", + "integrity": "sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/networks": "^10.1.13", - "@polkadot/types": "9.9.1", - "@polkadot/types-codec": "9.9.1", - "@polkadot/types-create": "9.9.1", - "@polkadot/util": "^10.1.13" + "@polkadot/networks": "^10.1.14", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-support": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.1.tgz", - "integrity": "sha512-PGu80mMvyr+rD6pi8Z/r9l650cadpW4X+pWt4tJnKYAbtiaE9mQJGFwq+HgY3vExzRDhaXNOUDg9d1ry5XUvJQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.4.tgz", + "integrity": "sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/util": "^10.1.13" + "@polkadot/util": "^10.1.14" } }, "@polkadot/util": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.13.tgz", - "integrity": "sha512-wedd6NKIA1gKUm21SFwsq8UzQrMAzc2fBjrfD07LIXEJ2S/q5IKF57NjGMzf6fdNFt0376VNLUGD4MbxSc9/HA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.14.tgz", + "integrity": "sha512-DX8IUd3j+S4HJBs73gz5d7Z592aW5vn/aD7hzFUlBduQIYBy+L1KIoGchpD6hSSOs5HSy7owePmBlp1lPjUZBg==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/x-bigint": "10.1.13", - "@polkadot/x-global": "10.1.13", - "@polkadot/x-textdecoder": "10.1.13", - "@polkadot/x-textencoder": "10.1.13", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-global": "10.1.14", + "@polkadot/x-textdecoder": "10.1.14", + "@polkadot/x-textencoder": "10.1.14", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + } } }, "@polkadot/util-crypto": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.13.tgz", - "integrity": "sha512-LYHsJM8hzsvehO2T1S5vMFX7k2gCt/QnG3NzSGo+97OauitrICN8V7py4o5TOewUzMeihNMVKjRkj/cC4e+i4Q==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.14.tgz", + "integrity": "sha512-Iq9C0Snv+pScZ9QgJoH7l++x9wdp9vhS3NMLm8ZqlDCNXUUl/3ViafZCfHRILQD9AsLcykE99mNzFDl3u8jZQA==", "requires": { "@babel/runtime": "^7.20.1", "@noble/hashes": "1.1.3", "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.13", - "@polkadot/util": "10.1.13", + "@polkadot/networks": "10.1.14", + "@polkadot/util": "10.1.14", "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.13", - "@polkadot/x-randomvalues": "10.1.13", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-randomvalues": "10.1.14", "@scure/base": "1.1.1", "ed2curve": "^0.3.0", "tweetnacl": "^1.0.3" @@ -11438,6 +10111,23 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==" + }, + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + }, + "@polkadot/x-randomvalues": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.14.tgz", + "integrity": "sha512-mrZho4qogLZmox7wuP1XF03HTZ4CwAjzV7RvKmwH8ToNCR6E4NRo2btgG67Z0K+bUOQRbXWL2hQazusa2p2N6w==", + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" + } } } }, @@ -11499,29 +10189,50 @@ } }, "@polkadot/x-bigint": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.13.tgz", - "integrity": "sha512-froRz2AC8pJ8TTmPUf7SRyWVO/U7GNjuVEtxumOv9IT6YOohV8N4zBdZVCc4Cr0dEAvGWAS11b0EgTyzBirq3A==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.14.tgz", + "integrity": "sha512-HgrofhI+WM699ozJ9zFZcPUApB2jqwCEOMUgM1jv2WNxF0ILKNDpH08dB8OBy2SKfnKoSgmXwWtxWl1u+mq10A==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13" + "@polkadot/x-global": "10.1.14" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + } } }, "@polkadot/x-fetch": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.13.tgz", - "integrity": "sha512-40WfW3rLMP1WfYrA0YlBnYWyNF5/lwSOpoQfnJ2vQHDvGRNmIJrQUAgxgjRjOVd+KKKE9e8s3W7TqjVhfoxrkQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.14.tgz", + "integrity": "sha512-07H9unwv0tT5RQRkj1WE67ug6x6RlUfGN/mJWSKqf0JjsfQlPMKDC9yZW1oUSsasBUyIf0qbspuVSyhZu+0cpg==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13", + "@polkadot/x-global": "10.1.14", "@types/node-fetch": "^2.6.2", "node-fetch": "^3.3.0" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + } } }, "@polkadot/x-global": { "version": "10.1.13", "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.13.tgz", "integrity": "sha512-9dQNjrXzdnjMFdpS1fcJRJveD8aQ2qyO5XWYnUmDjWVPmTY+olNuv7QOkfoJUgrFhqgeGEtUCmPZEWk8Tbwhqw==", + "peer": true, "requires": { "@babel/runtime": "^7.20.1" } @@ -11530,38 +10241,69 @@ "version": "10.1.13", "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.13.tgz", "integrity": "sha512-yDXvOUiXIdysigOxNgTX0cJ5PF8qYXdn15PGyGFROKdBV5NW4Fn27xfFtNC0vpsbHl2G5KfE55uBdKwOkEvJVg==", + "peer": true, "requires": { "@babel/runtime": "^7.20.1", "@polkadot/x-global": "10.1.13" } }, "@polkadot/x-textdecoder": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.13.tgz", - "integrity": "sha512-4i5u48ELGPN2D4Bq12q0ZZEx8uhd0M0sajpEwqGclOLYvMt/Uh3S6WA4rxHCwVd8z76NFiipw+HOBkdAaYzbqA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.14.tgz", + "integrity": "sha512-qwbeR8v6a5Z9MdbjzcY5gFiRWbp8bBVoDEf1Dd+yH9/UAyFXodlMKs3irDdVhGVPCbZWQTVDEZRUgEqRxwKC7w==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13" + "@polkadot/x-global": "10.1.14" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + } } }, "@polkadot/x-textencoder": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.13.tgz", - "integrity": "sha512-tkCgEydGChSXWhOuZYOOJ5DkdQq3Ev9zhs1cVdp1O72f/E7L6iv06WmfiFBeF+cX1/ymI3++IrOZqPI+t29gnA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.14.tgz", + "integrity": "sha512-MC30rtQiFVgQDSP8wO5wa1so5tW3T7qs/DCT018A4zgjiK+uFdIGOerAgoxcNw3yC6IGnPIL5lsRO/1C9N60zA==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13" + "@polkadot/x-global": "10.1.14" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + } } }, "@polkadot/x-ws": { - "version": "10.1.13", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.13.tgz", - "integrity": "sha512-hs9v/i0bAcmazZI0R8kgao3/NzBxTMFzUVEbH11yDzL3RCWKYPIbeK4VwI31VUOzIIsjhNgCegSueJMkLn4F5Q==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.14.tgz", + "integrity": "sha512-xgyMYR34sHxKCtQUJ2btFAyN3fK1OqCqvAyRYmU52801aguLstRhVPAZxXJp3Dahs91FX/h/ZZzmwXD01tJtyA==", "requires": { "@babel/runtime": "^7.20.1", - "@polkadot/x-global": "10.1.13", + "@polkadot/x-global": "10.1.14", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" + }, + "dependencies": { + "@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "requires": { + "@babel/runtime": "^7.20.1" + } + } } }, "@protobufjs/aspromise": { @@ -11662,209 +10404,8 @@ "resolved": "https://registry.npmjs.org/@substrate/txwrapper-core/-/txwrapper-core-3.2.2.tgz", "integrity": "sha512-Wj6odIvu69YC7RbxAPRllm48bZhK3nyygw1jRSZLzp/gfIzOAYz8KYvVtm62ZtmKKhs9jggD/H0SO+Nn37N0DA==", "requires": { - "@polkadot/api": "9.3.3", + "@polkadot/api": "^9.9.4", "memoizee": "0.4.15" - }, - "dependencies": { - "@polkadot/api": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.3.3.tgz", - "integrity": "sha512-esOfwnKS/6JRL0C8TDqYn4GC9GkWp8vTdKIWLuncW2jEtiJLYccb5IVngfOQImVrqAQoV1hJdLnj9X6k+tGqQQ==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-augment": "9.3.3", - "@polkadot/api-base": "9.3.3", - "@polkadot/api-derive": "9.3.3", - "@polkadot/keyring": "^10.1.7", - "@polkadot/rpc-augment": "9.3.3", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/rpc-provider": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-augment": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/types-create": "9.3.3", - "@polkadot/types-known": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" - } - }, - "@polkadot/api-augment": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.3.3.tgz", - "integrity": "sha512-usO5G2lDjzmwrPCgpe9IS5J2gddrDfeuWECc9/ruw35/ag4x8uZkiViC9762pF9fu9ZzNfSrk2QRnVGRcbG1ZQ==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-base": "9.3.3", - "@polkadot/rpc-augment": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-augment": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - } - }, - "@polkadot/api-base": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.3.3.tgz", - "integrity": "sha512-MFjcdwNyqKxoWkqSJRkMtaQogFxsCW6HBVowT0lUrQ2WzTLBWQqi7DcC/0RsRQXXN/SsUwczi3g9b12wqLZLhg==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/util": "^10.1.7", - "rxjs": "^7.5.6" - } - }, - "@polkadot/api-derive": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.3.3.tgz", - "integrity": "sha512-UiIEKJ0YttgrAqikK/sH0CxedZMijoM33Fuyr4mNWe7srb5MewoABdnwzUMmRVDLjrKA18gtOfSNhqEDliRYGw==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/api": "9.3.3", - "@polkadot/api-augment": "9.3.3", - "@polkadot/api-base": "9.3.3", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "rxjs": "^7.5.6" - } - }, - "@polkadot/rpc-augment": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.3.3.tgz", - "integrity": "sha512-xU+Fc1gm3C0CvFl2+38LN5qAdyw4ECSj2qxTymro6jqnHxpiyCvRtMg5Grl3MzREVFwhthg80W19jT1hjdPhyg==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - } - }, - "@polkadot/rpc-core": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.3.3.tgz", - "integrity": "sha512-KMT98HeYt6IpFvTRKWhFkHxQvGhuVIT0gyOjvT+hmuDQqt3k3bcgoQSR7218uD51NNYhnZJpjAKl3LTJz2Fdgg==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-augment": "9.3.3", - "@polkadot/rpc-provider": "9.3.3", - "@polkadot/types": "9.3.3", - "@polkadot/util": "^10.1.7", - "rxjs": "^7.5.6" - } - }, - "@polkadot/rpc-provider": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.3.3.tgz", - "integrity": "sha512-A5eX5WfG5JeYXUNRBOEGtSqvmQN6jqbrAmXkufSWYvGb/1Ip2l/9oHuUjswGLdpaWfOkpVkClyCXIFtWx06XNw==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.7", - "@polkadot/types": "9.3.3", - "@polkadot/types-support": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "@polkadot/x-fetch": "^10.1.7", - "@polkadot/x-global": "^10.1.7", - "@polkadot/x-ws": "^10.1.7", - "@substrate/connect": "0.7.11", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" - } - }, - "@polkadot/types": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.3.3.tgz", - "integrity": "sha512-By7VC9erdsJCDR9DNtgSuWSrKeLpJ7tnStS8Ii31LW1ueYDWCx1CO28fogq4UYf53pMbhNCWDGPFk1ZZn8ZchA==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.7", - "@polkadot/types-augment": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/types-create": "9.3.3", - "@polkadot/util": "^10.1.7", - "@polkadot/util-crypto": "^10.1.7", - "rxjs": "^7.5.6" - } - }, - "@polkadot/types-augment": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.3.3.tgz", - "integrity": "sha512-XAhyX5DEYnsMunpoU1podjm5ODosTmMwwpNcUK95ALcyzkpstyWIjUW3JhaEOzIshsYmJUNxM7/cSI4jv/VLAg==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - } - }, - "@polkadot/types-codec": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.3.3.tgz", - "integrity": "sha512-DiSGZ/pwZO0huS4CnyI0Z4nsvKSFUAjjcVQ7lt1BqCRcUFoIZtYQgzXftia1kSXnJs4J13PMcFTfQZeTDnp4Sg==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.7", - "@polkadot/x-bigint": "^10.1.7" - } - }, - "@polkadot/types-create": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.3.3.tgz", - "integrity": "sha512-LRS5sWYtPyXZ8AC7j9foFQQzYhay2q4YnXD9Hfz2ULrjtpjdUgR0hP3GpBKfxDnlWESpzGjegSAIDs+z/sKnfA==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/types-codec": "9.3.3", - "@polkadot/util": "^10.1.7" - } - }, - "@polkadot/types-known": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.3.3.tgz", - "integrity": "sha512-TcDGzHpPZdMxrywLHTbjaHaFRdJdFaL5QGpvcSeDwAGHz7zU6Aq29AT9HwJ8GrBNihLALUj79S1/D2WfmJuXFA==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/networks": "^10.1.7", - "@polkadot/types": "9.3.3", - "@polkadot/types-codec": "9.3.3", - "@polkadot/types-create": "9.3.3", - "@polkadot/util": "^10.1.7" - } - }, - "@polkadot/types-support": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.3.3.tgz", - "integrity": "sha512-KJeL3bBc8XEIDuUFjYLBunAvMkVi8LXdln4V1FPHEt6OgXkbqJlc9KAwgrPUaV1+Ki0LIBDDYKtUiMG3c9Ip+g==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.7" - } - }, - "@substrate/connect": { - "version": "0.7.11", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.11.tgz", - "integrity": "sha512-/xiOlkmJfl2XPYQTmyWKEh2AXryEAPSMAxZXs6D/aqYDy0TKZDAp1dfQiHyPt1vMwOlnM4WJv9lPks3ZMwCP+w==", - "requires": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.30", - "eventemitter3": "^4.0.7" - } - }, - "@substrate/smoldot-light": { - "version": "0.6.30", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.30.tgz", - "integrity": "sha512-U/F75XzxuNG+KGSujxsMAm8zUBpBON+l0oX19EnSWjvqD+smYjvcj1SeqQhFYxJjtoCQyZLedKBsZGyNbG3FbQ==", - "requires": { - "pako": "^2.0.4", - "ws": "^8.8.1" - } - } } }, "@substrate/txwrapper-substrate": { @@ -11984,9 +10525,9 @@ "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==" }, "@types/node": { - "version": "18.7.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.23.tgz", - "integrity": "sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==" + "version": "18.11.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" }, "@types/node-fetch": { "version": "2.6.2", @@ -12061,9 +10602,9 @@ "integrity": "sha512-zetDJxd89y3X99Kvo4qFx8GKlt6GsvN3UcRZHwU6iFA/0KiOmhkTVhe8oRoTBiTVPZu09x3vCra47+w8Yz1+2Q==" }, "abstract-leveldown": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.3.0.tgz", - "integrity": "sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", + "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", "requires": { "buffer": "^5.5.0", "immediate": "^3.2.3", @@ -12082,9 +10623,9 @@ } }, "acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==" + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==" }, "acorn-globals": { "version": "6.0.0", @@ -12770,9 +11311,9 @@ "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" }, "commander": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", - "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==" + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.1.tgz", + "integrity": "sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==" }, "commondir": { "version": "1.0.1", @@ -13062,20 +11603,6 @@ "requires": { "abstract-leveldown": "~6.2.1", "inherits": "^2.0.3" - }, - "dependencies": { - "abstract-leveldown": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", - "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", - "requires": { - "buffer": "^5.5.0", - "immediate": "^3.2.3", - "level-concat-iterator": "~2.0.0", - "level-supports": "~1.0.0", - "xtend": "~4.0.0" - } - } } }, "define-properties": { @@ -14018,14 +12545,14 @@ } }, "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.1.1", + "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -14246,9 +12773,9 @@ } }, "http2-wrapper": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.1.11.tgz", - "integrity": "sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz", + "integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==", "requires": { "quick-lru": "^5.1.1", "resolve-alpn": "^1.2.0" @@ -14302,9 +12829,9 @@ "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" }, "immediate": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz", - "integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz", + "integrity": "sha512-RrGCXRm/fRVqMIhqXrGEX9rRADavPiDFSoMb/k64i9XMk8uH4r/Omi5Ctierj6XzNecwDbO4WuFbDD1zmpl3Tg==" }, "inflight": { "version": "1.0.6", @@ -14915,25 +13442,6 @@ "inherits": "~2.0.1", "ltgt": "~2.2.0", "safe-buffer": "~5.2.0" - }, - "dependencies": { - "abstract-leveldown": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", - "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", - "requires": { - "buffer": "^5.5.0", - "immediate": "^3.2.3", - "level-concat-iterator": "~2.0.0", - "level-supports": "~1.0.0", - "xtend": "~4.0.0" - } - }, - "immediate": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz", - "integrity": "sha512-RrGCXRm/fRVqMIhqXrGEX9rRADavPiDFSoMb/k64i9XMk8uH4r/Omi5Ctierj6XzNecwDbO4WuFbDD1zmpl3Tg==" - } } }, "memoizee": { @@ -15077,9 +13585,12 @@ } }, "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "requires": { + "minimist": "^1.2.6" + } }, "mkdirp-promise": { "version": "5.0.1", @@ -15090,11 +13601,10 @@ } }, "mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.0.0.tgz", - "integrity": "sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz", + "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==", "requires": { - "@ungap/promise-all-settled": "1.1.2", "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", "chokidar": "3.5.3", @@ -15118,38 +13628,6 @@ "yargs-unparser": "2.0.0" }, "dependencies": { - "glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, "minimatch": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", @@ -15188,7 +13666,7 @@ "resolved": "https://registry.npmjs.org/moonbeam-types-bundle/-/moonbeam-types-bundle-2.0.8.tgz", "integrity": "sha512-abpNEJDcEqmDLhNAmr0Z5mqCcD75JmJCgJTW3jW4Af73qDXe3NxMsboccVDpPz/pMvhAFG85QkvdtcJ5xvHTmA==", "requires": { - "@polkadot/api": "^9.2.1", + "@polkadot/api": "^9.9.4", "typescript": "^4.7.4" } }, @@ -15594,9 +14072,9 @@ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" }, "pako": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz", - "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" }, "parse-asn1": { "version": "5.1.6", @@ -15734,332 +14212,55 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" - } - } - } - }, - "polkadot-launch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/polkadot-launch/-/polkadot-launch-2.3.0.tgz", - "integrity": "sha512-X+m5RT1VSq1cQ0ONImSwmb0t+lts+udVORXZzF3C5ljlTAN15M2J/sjLjp6S67i7xBf1HTKGb6cBFVge57PNCg==", - "requires": { - "@polkadot/api": "^8.9.1", - "@polkadot/api-augment": "^8.9.1", - "@polkadot/keyring": "^9.5.1", - "@polkadot/types": "^8.9.1", - "@polkadot/util": "^9.5.1", - "@polkadot/util-crypto": "^9.5.1", - "@types/chai": "^4.2.22", - "@types/mocha": "^9.0.0", - "chai": "^4.3.4", - "ethers": "^5.4.7", - "filter-console": "^0.1.1", - "libp2p-crypto": "^0.20.0", - "mocha": "^9.1.2", - "peer-id": "^0.15.3", - "tcp-port-used": "^1.0.2", - "ts-node": "^10.3.0", - "web3": "^1.6.0", - "web3-core": "^1.6.0", - "web3-eth": "^1.6.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "@polkadot/api": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-8.14.1.tgz", - "integrity": "sha512-jg26eIKFYqVfDBTAopHL3aDaNw9j6TdUkXuvYJOnynpecU4xwbTVKcOtSOjJ2eRX4MgMQ4zlyMHJx3iKw0uUTA==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-augment": "8.14.1", - "@polkadot/api-base": "8.14.1", - "@polkadot/api-derive": "8.14.1", - "@polkadot/keyring": "^10.1.1", - "@polkadot/rpc-augment": "8.14.1", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/rpc-provider": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-augment": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/types-create": "8.14.1", - "@polkadot/types-known": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" - }, - "dependencies": { - "@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==" - }, - "@polkadot/keyring": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.10.tgz", - "integrity": "sha512-crKYBbwmPcFoTP6mby2+o1QWsjAyi5QlKzU8tXuXOApP6SBuqmDujIuLOKNG2vZoftNdVldsVL0WmKVYtBeuQg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" - } - }, - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/api-augment": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-8.14.1.tgz", - "integrity": "sha512-65GMlgVnZd08Ifh8uAj+p/+MlXxvsAfBcCHjQhOmbCE0dki+rzTPUR31LsWyDKtuw+nUBj0iZN4PelO+wU4r0g==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/api-base": "8.14.1", - "@polkadot/rpc-augment": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-augment": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/api-base": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-8.14.1.tgz", - "integrity": "sha512-EXFhNXIfpirf18IsqcG2pGQW1/Xn+bfjqVYQMMJ4ZONtYH4baZZlXk7SoXCCHonN2x1ixs4DOcRx5oVxjabdIQ==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/util": "^10.1.1", - "rxjs": "^7.5.6" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } + "requires": { + "p-locate": "^4.1.0" } }, - "@polkadot/api-derive": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-8.14.1.tgz", - "integrity": "sha512-eWG1MrQhHMUjt9gDHN9/9/ZMATu1MolqcalPFhNoGtdON3+I0J3ntjQ4y5X7+p2OGwQplpYRKqbK4k7tKzu8tA==", + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/api": "8.14.1", - "@polkadot/api-augment": "8.14.1", - "@polkadot/api-base": "8.14.1", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "rxjs": "^7.5.6" - }, - "dependencies": { - "@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==" - }, - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } + "p-try": "^2.0.0" } }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + } + } + }, + "polkadot-launch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/polkadot-launch/-/polkadot-launch-2.3.0.tgz", + "integrity": "sha512-X+m5RT1VSq1cQ0ONImSwmb0t+lts+udVORXZzF3C5ljlTAN15M2J/sjLjp6S67i7xBf1HTKGb6cBFVge57PNCg==", + "requires": { + "@polkadot/api": "^9.9.4", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/keyring": "^9.5.1", + "@polkadot/types": "^9.9.4", + "@polkadot/util": "^9.5.1", + "@polkadot/util-crypto": "^9.5.1", + "@types/chai": "^4.2.22", + "@types/mocha": "^9.0.0", + "chai": "^4.3.4", + "ethers": "^5.4.7", + "filter-console": "^0.1.1", + "libp2p-crypto": "^0.20.0", + "mocha": "^9.1.2", + "peer-id": "^0.15.3", + "tcp-port-used": "^1.0.2", + "ts-node": "^10.3.0", + "web3": "^1.6.0", + "web3-core": "^1.6.0", + "web3-eth": "^1.6.0", + "yargs": "^15.4.1" + }, + "dependencies": { "@polkadot/keyring": { "version": "9.7.2", "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", @@ -16070,553 +14271,6 @@ "@polkadot/util-crypto": "9.7.2" } }, - "@polkadot/networks": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.10.tgz", - "integrity": "sha512-Db78t2XnFIZbdSdu1aFuj3/1cNwcSzG/+wNrpCQ9dPhnGPy5S1GVbmU8pyxTftPKdTFc+8RdBr+5bc0d5ijGiA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@substrate/ss58-registry": "^1.31.0" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/rpc-augment": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-8.14.1.tgz", - "integrity": "sha512-0dIsNVIMeCp0kV7+Obz0Odt6K32Ka2ygwhiV5jhhJthy8GJBPo94mKDed5gzln3Dgl2LEdJJt1h/pgCx4a2i4A==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-core": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/rpc-core": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-8.14.1.tgz", - "integrity": "sha512-deQ8Ob59ao/1fZQdaVtFjYR/HCBdxSYvQGt7/alBu1Uig9Sahx9oKcMkU5rWY36XqGZYos4zLay98W2hDlf+6Q==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/rpc-augment": "8.14.1", - "@polkadot/rpc-provider": "8.14.1", - "@polkadot/types": "8.14.1", - "@polkadot/util": "^10.1.1", - "rxjs": "^7.5.6" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/rpc-provider": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-8.14.1.tgz", - "integrity": "sha512-pAUSHZiSWLhBSYf4LmLc8iCaeqTu7Ajn8AzyqxvZDHGnIrzV5M7eTjpNDP84qno6jWRHKQ/IILr62hausEmS5w==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-support": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "@polkadot/x-fetch": "^10.1.1", - "@polkadot/x-global": "^10.1.1", - "@polkadot/x-ws": "^10.1.1", - "@substrate/connect": "0.7.9", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" - }, - "dependencies": { - "@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==" - }, - "@polkadot/keyring": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.10.tgz", - "integrity": "sha512-crKYBbwmPcFoTP6mby2+o1QWsjAyi5QlKzU8tXuXOApP6SBuqmDujIuLOKNG2vZoftNdVldsVL0WmKVYtBeuQg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" - } - }, - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/types": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-8.14.1.tgz", - "integrity": "sha512-Xza16ejKrSd4XhTOlbfISyxZ2sRmbMAZk5pX7VEMHVZHqV98o+bJ2f9Kk7F8YJijkHHGosCLDestP9R5nLoOoA==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/keyring": "^10.1.1", - "@polkadot/types-augment": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/types-create": "8.14.1", - "@polkadot/util": "^10.1.1", - "@polkadot/util-crypto": "^10.1.1", - "rxjs": "^7.5.6" - }, - "dependencies": { - "@noble/hashes": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", - "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==" - }, - "@polkadot/keyring": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.10.tgz", - "integrity": "sha512-crKYBbwmPcFoTP6mby2+o1QWsjAyi5QlKzU8tXuXOApP6SBuqmDujIuLOKNG2vZoftNdVldsVL0WmKVYtBeuQg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.10", - "@polkadot/util-crypto": "10.1.10" - } - }, - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.10.tgz", - "integrity": "sha512-w9h/wf4wZXeUkRnihhnfqlaKuoQtrjkjK3C5liCQkr9vx5zOsmg/nMSDP8UUFJX0msPPYpFeNvzn7oDIs6qSZA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.3", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.10", - "@polkadot/util": "10.1.10", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-randomvalues": "10.1.10", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.10.tgz", - "integrity": "sha512-KM4sCI/DNLIXlmnkeJIuYvh3pPuWvnkbR1a6TUB12J1izUJ+uGV+cAFRR4/EZk3oEsG/Tgivbs56meEOo3ws5A==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/types-augment": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-8.14.1.tgz", - "integrity": "sha512-Xa4TUFqyZT+IJ6pBSwDjWcF42u/E34OyC+gbs5Z2vWQ4EzSDkq4xNoUKjJlEEgTemsD9lhPOIc4jvqTCefwxEw==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/types-codec": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-8.14.1.tgz", - "integrity": "sha512-y6YDN4HwvEgSWlgrEV04QBBxDxES1cTuUQFzZJzOTuZCWpA371Mdj3M9wYxGXMnj0wa+rCQGECHPZZaNxBMiKg==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.1", - "@polkadot/x-bigint": "^10.1.1" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/types-create": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-8.14.1.tgz", - "integrity": "sha512-fb9yyblj5AYAPzeCIq0kYSfzDxRDi/0ud9gN2UzB3H7M/O4n2mPC1vD4UOLF+B7l9QzCrt4e+k+/riGp7GfvyA==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/types-codec": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/types-known": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-8.14.1.tgz", - "integrity": "sha512-GP7gRo9nmitykkrRnoLF61Qm19UFdTwMsOnJkdm7AOeWDmZGxutacgO6k1tBsHr38hsiCCGsB/JiseUgywvGIw==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/networks": "^10.1.1", - "@polkadot/types": "8.14.1", - "@polkadot/types-codec": "8.14.1", - "@polkadot/types-create": "8.14.1", - "@polkadot/util": "^10.1.1" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, - "@polkadot/types-support": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-8.14.1.tgz", - "integrity": "sha512-XqR4qq6pCZyNBuFVod8nFSNUmLssrjoU9bOIn4Ua2cqNlI9xsuKaI1X5ySEn/oWOtKQ2L5hbCm9vkXrEtXBl1w==", - "requires": { - "@babel/runtime": "^7.18.9", - "@polkadot/util": "^10.1.1" - }, - "dependencies": { - "@polkadot/util": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.10.tgz", - "integrity": "sha512-BQoTfSxZ3BWAgWDjgKBVdyw1AJGaoOeAidCA+LZcHV6wlMu5643AZPUnoMrW413MbbpxsIhJXtNttqOwjo8MjA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.10", - "@polkadot/x-global": "10.1.10", - "@polkadot/x-textdecoder": "10.1.10", - "@polkadot/x-textencoder": "10.1.10", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - } - }, - "@polkadot/x-textdecoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.10.tgz", - "integrity": "sha512-cAk37faYXx8IICeaq/tdl+aiIXwo3SLrx9XNoQqhX02g+SEs3ARM7zJcohj/p8ynWAI+ezNcsKn1wh174nquHw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-textencoder": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.10.tgz", - "integrity": "sha512-Auaql6BL5UHtWakZUQyj4y/BrM0tm4bYG5vXCMQCA1Gg0ky+46DhgpRrAQ9F7NNgWg1A6dA2I9KuAA4BTbNx0w==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - } - } - }, "@polkadot/util": { "version": "9.7.2", "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", @@ -16703,23 +14357,6 @@ } } }, - "@polkadot/x-bigint": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.10.tgz", - "integrity": "sha512-4Jt0BO0WTby6r9A2DgkDxf/LFaICQHvSl1VSFtBf0Z0GV2n4OxkBX5x/1bdEdGEvYT5rM7RbR3xI7EL+W1ixHA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.10" - } - }, - "@polkadot/x-global": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.10.tgz", - "integrity": "sha512-WFfgaZSrzPlKLdnOus2mIFGzUbSDIQK6RMCfFfM9SmF3DkoxN40z5Nkni4PztfKr22stlkhmhnX/Lp/NxpuT6Q==", - "requires": { - "@babel/runtime": "^7.19.0" - } - }, "@polkadot/x-randomvalues": { "version": "9.7.2", "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-9.7.2.tgz", @@ -16777,24 +14414,6 @@ } } }, - "@substrate/connect": { - "version": "0.7.9", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.9.tgz", - "integrity": "sha512-E6bdBhzsfHNAKlmQSvbTW1jyb0WcIvgbrEBfJ4B6FZ3t1wpGjldL6GrYtegVtKr9/ySQ/pFNn0uVbugukpMDjQ==", - "requires": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.25", - "eventemitter3": "^4.0.7" - } - }, - "@substrate/smoldot-light": { - "version": "0.6.25", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.25.tgz", - "integrity": "sha512-OQ9/bnJJy90xSRg5Vp9MIvrgbrVt/r/FwXYSmyLeBBNbJt6o1gSeshVo8icD+2VWwd/TJ2oHl5CVQWe89MyByA==", - "requires": { - "websocket": "^1.0.32" - } - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -16822,29 +14441,6 @@ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" }, - "glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, "libp2p-crypto": { "version": "0.20.0", "resolved": "https://registry.npmjs.org/libp2p-crypto/-/libp2p-crypto-0.20.0.tgz", @@ -17852,16 +15448,6 @@ "mkdirp": "^0.5.5", "safe-buffer": "^5.2.1", "yallist": "^3.1.1" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "requires": { - "minimist": "^1.2.6" - } - } } }, "tcp-port-used": { @@ -18089,9 +15675,9 @@ } }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==" + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==" }, "uint8arrays": { "version": "3.1.0", @@ -18200,9 +15786,9 @@ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" }, "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" }, "v8-compile-cache-lib": { "version": "3.0.1", @@ -18412,6 +15998,11 @@ "web3-utils": "1.8.0" }, "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, "eth-lib": { "version": "0.2.8", "resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.8.tgz", @@ -18420,19 +16011,7 @@ "bn.js": "^4.11.6", "elliptic": "^6.4.0", "xhr-request-promise": "^0.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - } } - }, - "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" } } }, @@ -18696,9 +16275,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "requires": {} }, "xhr": { diff --git a/tests/package.json b/tests/package.json index 5ebbddada0..6e240cb92a 100644 --- a/tests/package.json +++ b/tests/package.json @@ -31,7 +31,7 @@ }, "scripts": { "test-with-logs": "mocha --printlogs -r ts-node/register 'tests/**/test-*.ts'", - "setup-typescript-api": "cd ../typescript-api && npm run build && cp -r build ../tests/node_modules/@moonbeam-network/api-augment", + "setup-typescript-api": "rm -rf node_modules/@moonbeam-network/api-augment && cd ../typescript-api && npm run build && cp -r build ../tests/node_modules/@moonbeam-network/api-augment", "pre-build-contracts": "ts-node tools/pre-build-contracts.ts && npx prettier -w ./contracts/compiled/*.json", "test": "mocha --parallel -r ts-node/register 'tests/**/test-*.ts' -- -j 4", "test-seq": "mocha -r ts-node/register 'tests/**/test-*.ts'", @@ -55,9 +55,9 @@ "license": "ISC", "dependencies": { "@metamask/eth-sig-util": "^4.0.1", - "@moonbeam-network/api-augment": "^0.1801.0", + "@moonbeam-network/api-augment": "^0.2000.1", "@parity/zombienet": "^1.2.70", - "@polkadot/api": "^9.9.1", + "@polkadot/api": "^9.9.4", "@polkadot/keyring": "^10.1.9", "@polkadot/util": "^10.1.9", "@substrate/txwrapper-core": "^3.2.2", @@ -74,7 +74,7 @@ "eth-util-lite": "1.0.1", "ethers": "^5.7.1", "merkle-patricia-tree": "^4.2.4", - "mocha": "^10.0.0", + "mocha": "^10.1.0", "moonbeam-types-bundle": "^2.0.7", "npm-watch": "^0.9.0", "nunjucks": "^3.2.3", @@ -84,11 +84,26 @@ "semver": "^7.3.8", "solc": "^0.8.3", "tcp-port-used": "^1.0.2", - "ts-node": "^10.8.1", - "typescript": "^4.7.4", + "ts-node": "^10.9.1", + "typescript": "^4.9.3", "web3": "^1.8.0" }, "devDependencies": { "@types/tcp-port-used": "^1.0.1" + }, + "overrides": { + "@polkadot/api": "$@polkadot/api", + "@polkadot/api-derive": "$@polkadot/api", + "@polkadot/api-augment": "$@polkadot/api", + "@polkadot/api-base": "$@polkadot/api", + "@polkadot/rpc-augment": "$@polkadot/api", + "@polkadot/rpc-core": "$@polkadot/api", + "@polkadot/rpc-provider": "$@polkadot/api", + "@polkadot/types-create": "$@polkadot/api", + "@polkadot/types-augment": "$@polkadot/api", + "@polkadot/types-support": "$@polkadot/api", + "@polkadot/types-codec": "$@polkadot/api", + "@polkadot/types": "$@polkadot/api", + "@polkadot/types-known": "$@polkadot/api" } } diff --git a/tests/smoke-tests/test-ethereum-current-consistency.ts b/tests/smoke-tests/test-ethereum-current-consistency.ts index a8827e689e..b1b0d4aa21 100644 --- a/tests/smoke-tests/test-ethereum-current-consistency.ts +++ b/tests/smoke-tests/test-ethereum-current-consistency.ts @@ -39,13 +39,13 @@ describeSmokeSuite( it("should have non default field values", async function () { this.timeout(6_000_000); // 30 minutes const lastBlockNumber = (await context.polkadotApi.rpc.chain.getHeader()).number.toNumber(); + const roundLength = ( + await context.polkadotApi.query.parachainStaking.round() + ).length.toNumber(); const blocksToWait = process.env.BATCH_OF ? parseInt(process.env.BATCH_OF) : process.env.ROUNDS_TO_WAIT - ? Math.floor( - Number(process.env.ROUNDS_TO_WAIT) * - context.polkadotApi.consts.parachainStaking.defaultBlocksPerRound.toNumber() - ) + ? Math.floor(Number(process.env.ROUNDS_TO_WAIT) * roundLength) : 300; const firstBlockNumber = lastBlockNumber - blocksToWait + 1; diff --git a/tests/tests/test-maintenance/test-maintenance-filter.ts b/tests/tests/test-maintenance/test-maintenance-filter.ts index 374d017381..363147f16b 100644 --- a/tests/tests/test-maintenance/test-maintenance-filter.ts +++ b/tests/tests/test-maintenance/test-maintenance-filter.ts @@ -129,7 +129,9 @@ describeDevMoonbeam("Maintenance Mode - Filter", (context) => { }, }, }, - 4000000000n + { + Limited: 4000000000, + } ) .signAsync(baltathar) ) diff --git a/tests/util/upgrade.ts b/tests/util/upgrade.ts index fc7ac6c6b9..9df696bdda 100644 --- a/tests/util/upgrade.ts +++ b/tests/util/upgrade.ts @@ -50,8 +50,8 @@ export async function upgradeRuntime(api: ApiPromise, preferences: UpgradePrefer // Check if already in governance // TODO: Remove casting when preimage pallet added - const preImageExists = (await api.query.democracy.preimages(encodedHash)) as any; - if (preImageExists.isSome && preImageExists.unwrap().isAvailable) { + const preImageExists = await api.query.preimage.statusFor(encodedHash); + if (preImageExists.isSome && preImageExists.unwrap().isRequested) { process.stdout.write(`Preimage ${encodedHash} already exists !\n`); } else { process.stdout.write( @@ -59,7 +59,7 @@ export async function upgradeRuntime(api: ApiPromise, preferences: UpgradePrefer code.length / 1024 )} kb])...` ); - await api.tx.democracy + await api.tx.preimage .notePreimage(encodedProposal) .signAndSend(options.from, { nonce: nonce++ }); process.stdout.write(`✅\n`); @@ -71,7 +71,8 @@ export async function upgradeRuntime(api: ApiPromise, preferences: UpgradePrefer .filter( (ref) => ref[1].unwrap().isOngoing && - ref[1].unwrap().asOngoing.proposalHash.toHex() == encodedHash + ref[1].unwrap().asOngoing.proposal.isLookup && + ref[1].unwrap().asOngoing.proposal.asLookup.hash.toHex() == encodedHash ) .map((ref) => api.registry.createType("u32", ref[0].toU8a().slice(-4)).toNumber())?.[0]; if (referendaIndex !== null && referendaIndex !== undefined) { diff --git a/typescript-api/package-lock.json b/typescript-api/package-lock.json index 45ab30fb31..39490c5f02 100644 --- a/typescript-api/package-lock.json +++ b/typescript-api/package-lock.json @@ -1,20 +1,16 @@ { "name": "@moonbeam-network/api-augment", - "version": "0.1801.0", + "version": "0.2000.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@moonbeam-network/api-augment", - "version": "0.1801.0", + "version": "0.2000.0", "license": "GPL-3.0-only", - "dependencies": { - "@polkadot/api": "^9.4.2", - "@polkadot/keyring": "^10.1.9", - "@polkadot/util": "^10.1.9" - }, "devDependencies": { - "@polkadot/typegen": "^8.10.1", + "@polkadot/api": "^9.9.4", + "@polkadot/typegen": "9.9.4", "prettier": "^2.7.1", "prettier-plugin-jsdoc": "^0.3.38", "rimraf": "^3.0.2", @@ -39,42 +35,42 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.5.tgz", - "integrity": "sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", + "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.5.tgz", - "integrity": "sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", + "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.18.2", - "@babel/helper-compilation-targets": "^7.18.2", - "@babel/helper-module-transforms": "^7.18.0", - "@babel/helpers": "^7.18.2", - "@babel/parser": "^7.18.5", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.18.5", - "@babel/types": "^7.18.4", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.2", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-module-transforms": "^7.20.2", + "@babel/helpers": "^7.20.1", + "@babel/parser": "^7.20.2", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -90,13 +86,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", - "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.3.tgz", + "integrity": "sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A==", "dev": true, "dependencies": { - "@babel/types": "^7.18.2", - "@jridgewell/gen-mapping": "^0.3.0", + "@babel/types": "^7.20.2", + "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, "engines": { @@ -104,12 +100,12 @@ } }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", - "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.0", + "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.9" }, @@ -118,14 +114,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz", - "integrity": "sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", + "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.17.10", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.20.2", + "@babel/compat-data": "^7.20.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", "semver": "^6.3.0" }, "engines": { @@ -136,133 +132,142 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", - "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz", - "integrity": "sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", + "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.18.0", - "@babel/types": "^7.18.0" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz", - "integrity": "sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, "dependencies": { - "@babel/types": "^7.18.2" + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz", - "integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", + "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.18.2", - "@babel/types": "^7.18.2" + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", - "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -271,9 +276,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.5.tgz", - "integrity": "sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==", + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", + "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -283,9 +288,9 @@ } }, "node_modules/@babel/register": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz", - "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.18.9.tgz", + "integrity": "sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==", "dev": true, "dependencies": { "clone-deep": "^4.0.1", @@ -302,44 +307,45 @@ } }, "node_modules/@babel/runtime": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz", - "integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz", + "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==", + "dev": true, "dependencies": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.10" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.5.tgz", - "integrity": "sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.18.2", - "@babel/helper-environment-visitor": "^7.18.2", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.18.5", - "@babel/types": "^7.18.4", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", + "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.1", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.1", + "@babel/types": "^7.20.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -348,12 +354,13 @@ } }, "node_modules/@babel/types": { - "version": "7.18.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", - "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, "engines": { @@ -396,43 +403,44 @@ } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", - "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" } }, "node_modules/@noble/hashes": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz", - "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", + "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==", + "dev": true, "funding": [ { "type": "individual", @@ -441,9 +449,9 @@ ] }, "node_modules/@noble/secp256k1": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.0.tgz", - "integrity": "sha512-DWSsg8zMHOYMYBqIQi96BQuthZrp98LCeMNcUOaffCIVYQ5yxDbNikLF+H7jEnmNNmXbtVic46iCuVWzar+MgA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", + "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==", "dev": true, "funding": [ { @@ -453,507 +461,549 @@ ] }, "node_modules/@polkadot/api": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.4.2.tgz", - "integrity": "sha512-qiYHNV8Y9LEUbyWHUnoshoufnQDcTb885nvgTOmm5x6skBaVPHYXoi55/jsIGpFOn1NYHQMSvOReqRDjvO/YTA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/api-derive": "9.4.2", - "@polkadot/keyring": "^10.1.9", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/types-known": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.4.tgz", + "integrity": "sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.20.1", + "@polkadot/api-augment": "9.9.4", + "@polkadot/api-base": "9.9.4", + "@polkadot/api-derive": "9.9.4", + "@polkadot/keyring": "^10.1.14", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/rpc-provider": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/types-known": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@polkadot/api-augment": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-8.10.1.tgz", - "integrity": "sha512-JkVYT01auhU4ZLXiMadHnogQzB1eWrxWiBilmyIbkbGdFLprPUkcdUdOlcER8WcPtpsvcbbgvKSoxqwyf8hdRQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.4.tgz", + "integrity": "sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/api-base": "8.10.1", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" + "@babel/runtime": "^7.20.1", + "@polkadot/api-base": "9.9.4", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-augment/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/@polkadot/api-base": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.4.tgz", + "integrity": "sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-augment/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/@polkadot/api-derive": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.4.tgz", + "integrity": "sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6" + "@babel/runtime": "^7.20.1", + "@polkadot/api": "9.9.4", + "@polkadot/api-augment": "9.9.4", + "@polkadot/api-base": "9.9.4", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-augment/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/@polkadot/keyring": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.14.tgz", + "integrity": "sha512-iejbAfGfdyTB0pixWX6HhWXkUKBHLNy7+Z+F4DU8IwpJE48iOsMRJb3qShbk5NERjx1QIjoOpSZYxiCaF6gd+w==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" } }, - "node_modules/@polkadot/api-augment/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/@polkadot/networks": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.14.tgz", + "integrity": "sha512-lo4Y57yBqiad4Z2zBW0r7Ct/iKXNgsTfazDTbHRkIh3RuX36PNYshaX3p7R0eNRuetV1jJv7jqwc1nAMNI2KwQ==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@substrate/ss58-registry": "^1.35.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-base": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-8.10.1.tgz", - "integrity": "sha512-fLtzSDXdqmbbaVj8frmF49AtLyCvJFVvJAMZf//Rdr4RMmAcKuQri5wuEBVdGq2SdtaWF5IYy5y1cLR3l+JPhQ==", + "node_modules/@polkadot/rpc-augment": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz", + "integrity": "sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/util": "^9.6.2", - "rxjs": "^7.5.5" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-base/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/@polkadot/rpc-core": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz", + "integrity": "sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/rpc-provider": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-base/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" + "node_modules/@polkadot/rpc-provider": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz", + "integrity": "sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types": "9.9.4", + "@polkadot/types-support": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-fetch": "^10.1.14", + "@polkadot/x-global": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", + "@substrate/connect": "0.7.17", + "eventemitter3": "^4.0.7", + "mock-socket": "^9.1.5", + "nock": "^13.2.9" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-base/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "node_modules/@polkadot/typegen": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-9.9.4.tgz", + "integrity": "sha512-uIPD3r9QCvTtz5JHQaO5T2q36U9PrmrutHXbHWWzswsWU6lxkGjIiwUOdV+IUemeQx85GVOAPInU+BnwdhPUpA==", + "dev": true, + "dependencies": { + "@babel/core": "^7.20.2", + "@babel/register": "^7.18.9", + "@babel/runtime": "^7.20.1", + "@polkadot/api": "9.9.4", + "@polkadot/api-augment": "9.9.4", + "@polkadot/rpc-augment": "9.9.4", + "@polkadot/rpc-provider": "9.9.4", + "@polkadot/types": "9.9.4", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/types-support": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", + "handlebars": "^4.7.7", + "websocket": "^1.0.34", + "yargs": "^17.6.2" + }, + "bin": { + "polkadot-types-chain-info": "scripts/polkadot-types-chain-info.cjs", + "polkadot-types-from-chain": "scripts/polkadot-types-from-chain.cjs", + "polkadot-types-from-defs": "scripts/polkadot-types-from-defs.cjs", + "polkadot-types-internal-interfaces": "scripts/polkadot-types-internal-interfaces.cjs", + "polkadot-types-internal-metadata": "scripts/polkadot-types-internal-metadata.cjs" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-base/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/@polkadot/types": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.4.tgz", + "integrity": "sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types-augment": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.4.2.tgz", - "integrity": "sha512-9P0RtPVkFIYcXSON0QYKTwWmMf/8bZCgmXo0uUUacSQ+40zbiWvD6Zf2MVGLoDCudXiWe5HCPaPViqRYZ7RtZw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/api": "9.4.2", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" + "node_modules/@polkadot/types-augment": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.4.tgz", + "integrity": "sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.20.1", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/api-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.4.2.tgz", - "integrity": "sha512-4q4fAFC4biIX6zTTovmDSS8VexbaB2pJrkwB1wu7kpF8e02rs3hy4Cq6MPca9TwkfbGXSyYiptBZXzfO1OKwNg==", + "node_modules/@polkadot/types-codec": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.4.tgz", + "integrity": "sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14", + "@polkadot/x-bigint": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/api-base": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.4.2.tgz", - "integrity": "sha512-vzIKZQO7lYXVClD4al0TJ6f3oKNrmRvf9054BzqqgG803l71PJ5afk26TECXSQrO0u66gbmEs0MKfSRFwxSYAw==", + "node_modules/@polkadot/types-create": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.4.tgz", + "integrity": "sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/types-codec": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", + "node_modules/@polkadot/types-known": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.4.tgz", + "integrity": "sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" + "@babel/runtime": "^7.20.1", + "@polkadot/networks": "^10.1.14", + "@polkadot/types": "9.9.4", + "@polkadot/types-codec": "9.9.4", + "@polkadot/types-create": "9.9.4", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/rpc-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.4.2.tgz", - "integrity": "sha512-+FbhJprwfeMetKPxVlTbAPiJpM0ryx1Zbig0HDMiq/WrLNrYw5X22jaAZT75HAOgb84nK0KZfLVCzRTQrSxvxw==", + "node_modules/@polkadot/types-support": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.4.tgz", + "integrity": "sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/rpc-core": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.4.2.tgz", - "integrity": "sha512-h/lZZG9Cs8WgmIL9vjLKbqF2coYp9L5564RZPpWB7RlD000moXZqH2fhVdOg7qFeqVY16mjuI40spRUMLOzyPg==", + "node_modules/@polkadot/util": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.14.tgz", + "integrity": "sha512-DX8IUd3j+S4HJBs73gz5d7Z592aW5vn/aD7hzFUlBduQIYBy+L1KIoGchpD6hSSOs5HSy7owePmBlp1lPjUZBg==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.20.1", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-global": "10.1.14", + "@polkadot/x-textdecoder": "10.1.14", + "@polkadot/x-textencoder": "10.1.14", + "@types/bn.js": "^5.1.1", + "bn.js": "^5.2.1" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/rpc-provider": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.4.2.tgz", - "integrity": "sha512-bIUhm7/kw0r61aAMD/Kz67701MN8LTOoL1Qb2BSLrIsEDa8alXLRLH75d0+6wkuBA64qjg0bGKD212MLoxdf7A==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-support": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "@polkadot/x-fetch": "^10.1.9", - "@polkadot/x-global": "^10.1.9", - "@polkadot/x-ws": "^10.1.9", - "@substrate/connect": "0.7.14", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" + "node_modules/@polkadot/util-crypto": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.14.tgz", + "integrity": "sha512-Iq9C0Snv+pScZ9QgJoH7l++x9wdp9vhS3NMLm8ZqlDCNXUUl/3ViafZCfHRILQD9AsLcykE99mNzFDl3u8jZQA==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.20.1", + "@noble/hashes": "1.1.3", + "@noble/secp256k1": "1.7.0", + "@polkadot/networks": "10.1.14", + "@polkadot/util": "10.1.14", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-randomvalues": "10.1.14", + "@scure/base": "1.1.1", + "ed2curve": "^0.3.0", + "tweetnacl": "^1.0.3" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "10.1.14" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", + "node_modules/@polkadot/wasm-bridge": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz", + "integrity": "sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "*", + "@polkadot/x-randomvalues": "*" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", + "node_modules/@polkadot/wasm-crypto": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz", + "integrity": "sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-bridge": "6.3.1", + "@polkadot/wasm-crypto-asmjs": "6.3.1", + "@polkadot/wasm-crypto-init": "6.3.1", + "@polkadot/wasm-crypto-wasm": "6.3.1", + "@polkadot/wasm-util": "6.3.1" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "*", + "@polkadot/x-randomvalues": "*" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", + "node_modules/@polkadot/wasm-crypto-asmjs": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz", + "integrity": "sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "*" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", + "node_modules/@polkadot/wasm-crypto-init": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz", + "integrity": "sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-bridge": "6.3.1", + "@polkadot/wasm-crypto-asmjs": "6.3.1", + "@polkadot/wasm-crypto-wasm": "6.3.1" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "*", + "@polkadot/x-randomvalues": "*" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/types-support": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.4.2.tgz", - "integrity": "sha512-3U+vKCmQnzXSW4uBjp4tp7vP9GD+j6PmKofvhvIyqvBhL5Y0dm6Vbu/GiBgq3IQTsPvshgGsIT0405vcrKdDxQ==", + "node_modules/@polkadot/wasm-crypto-wasm": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz", + "integrity": "sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9" + "@babel/runtime": "^7.18.9", + "@polkadot/wasm-util": "6.3.1" }, "engines": { "node": ">=14.0.0" + }, + "peerDependencies": { + "@polkadot/util": "*" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", + "node_modules/@polkadot/wasm-util": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz", + "integrity": "sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" + "@babel/runtime": "^7.18.9" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "@polkadot/util": "10.1.9" + "@polkadot/util": "*" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", + "node_modules/@polkadot/x-bigint": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.14.tgz", + "integrity": "sha512-HgrofhI+WM699ozJ9zFZcPUApB2jqwCEOMUgM1jv2WNxF0ILKNDpH08dB8OBy2SKfnKoSgmXwWtxWl1u+mq10A==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-fetch": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.9.tgz", - "integrity": "sha512-ME74MOakXz+SStzUq3tLF7Pds4GSQ/R7WA1I84F35Hn2mTkNjQ2vh37Iusk844K3ZwnwSf/f5bF+CXAEhlTlFQ==", + "node_modules/@polkadot/x-fetch": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.14.tgz", + "integrity": "sha512-07H9unwv0tT5RQRkj1WE67ug6x6RlUfGN/mJWSKqf0JjsfQlPMKDC9yZW1oUSsasBUyIf0qbspuVSyhZu+0cpg==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", "@types/node-fetch": "^2.6.2", - "node-fetch": "^3.2.10" + "node-fetch": "^3.3.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", + "node_modules/@polkadot/x-global": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0" + "@babel/runtime": "^7.20.1" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", + "node_modules/@polkadot/x-randomvalues": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.14.tgz", + "integrity": "sha512-mrZho4qogLZmox7wuP1XF03HTZ4CwAjzV7RvKmwH8ToNCR6E4NRo2btgG67Z0K+bUOQRbXWL2hQazusa2p2N6w==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/x-ws": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.9.tgz", - "integrity": "sha512-8LjCOfTj496vp2uwolIWUAmEJEd2fcSyuXeoW/Np2lA2ac9VUNg1Elwq9jaC1ajsxH7ywWuywsndewvVlDvHUg==", + "node_modules/@polkadot/x-textdecoder": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.14.tgz", + "integrity": "sha512-qwbeR8v6a5Z9MdbjzcY5gFiRWbp8bBVoDEf1Dd+yH9/UAyFXodlMKs3irDdVhGVPCbZWQTVDEZRUgEqRxwKC7w==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", - "@types/websocket": "^1.0.5", - "websocket": "^1.0.34" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/@substrate/connect": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.14.tgz", - "integrity": "sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==", - "dependencies": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.34", - "eventemitter3": "^4.0.7" - } - }, - "node_modules/@polkadot/api-derive/node_modules/@substrate/smoldot-light": { - "version": "0.6.34", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz", - "integrity": "sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==", + "node_modules/@polkadot/x-textencoder": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.14.tgz", + "integrity": "sha512-MC30rtQiFVgQDSP8wO5wa1so5tW3T7qs/DCT018A4zgjiK+uFdIGOerAgoxcNw3yC6IGnPIL5lsRO/1C9N60zA==", + "dev": true, "dependencies": { - "pako": "^2.0.4", - "ws": "^8.8.1" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" + }, + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@polkadot/api-derive/node_modules/node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "node_modules/@polkadot/x-ws": { + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.14.tgz", + "integrity": "sha512-xgyMYR34sHxKCtQUJ2btFAyN3fK1OqCqvAyRYmU52801aguLstRhVPAZxXJp3Dahs91FX/h/ZZzmwXD01tJtyA==", + "dev": true, "dependencies": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", + "@types/websocket": "^1.0.5", + "websocket": "^1.0.34" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/node-fetch" + "node": ">=14.0.0" } }, - "node_modules/@polkadot/api/node_modules/@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==", + "node_modules/@scure/base": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz", + "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==", + "dev": true, "funding": [ { "type": "individual", @@ -961,2692 +1011,859 @@ } ] }, - "node_modules/@polkadot/api/node_modules/@polkadot/api-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.4.2.tgz", - "integrity": "sha512-4q4fAFC4biIX6zTTovmDSS8VexbaB2pJrkwB1wu7kpF8e02rs3hy4Cq6MPca9TwkfbGXSyYiptBZXzfO1OKwNg==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/api/node_modules/@polkadot/api-base": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.4.2.tgz", - "integrity": "sha512-vzIKZQO7lYXVClD4al0TJ6f3oKNrmRvf9054BzqqgG803l71PJ5afk26TECXSQrO0u66gbmEs0MKfSRFwxSYAw==", + "node_modules/@substrate/connect": { + "version": "0.7.17", + "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.17.tgz", + "integrity": "sha512-s0XBmGpUCFWZFa+TS0TEvOKtWjJP2uT4xKmvzApH8INB5xbz79wqWFX6WWh3AlK/X1P0Smt+RVEH7HQiLJAYAw==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" + "@substrate/connect-extension-protocol": "^1.0.1", + "@substrate/smoldot-light": "0.7.7", + "eventemitter3": "^4.0.7" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" - }, - "engines": { - "node": ">=14.0.0" - } + "node_modules/@substrate/connect-extension-protocol": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz", + "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==", + "dev": true }, - "node_modules/@polkadot/api/node_modules/@polkadot/rpc-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.4.2.tgz", - "integrity": "sha512-+FbhJprwfeMetKPxVlTbAPiJpM0ryx1Zbig0HDMiq/WrLNrYw5X22jaAZT75HAOgb84nK0KZfLVCzRTQrSxvxw==", + "node_modules/@substrate/smoldot-light": { + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.7.7.tgz", + "integrity": "sha512-ksxeAed6dIUtYSl0f8ehgWQjwXnpDGTIJt+WVRIGt3OObZkA96ZdBWx0xP7GrXZtj37u4n/Y1z7TyTm4bwQvrw==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" + "pako": "^2.0.4", + "ws": "^8.8.1" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/rpc-core": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.4.2.tgz", - "integrity": "sha512-h/lZZG9Cs8WgmIL9vjLKbqF2coYp9L5564RZPpWB7RlD000moXZqH2fhVdOg7qFeqVY16mjuI40spRUMLOzyPg==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } + "node_modules/@substrate/ss58-registry": { + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.35.0.tgz", + "integrity": "sha512-cIY3J7RlT4mfPNFwd2mv1q9vTp/shImw2gN2y2outMhOcagH/HG+W8/JohpifjxPC/1pbQ0Z8nxfL5Td3EchcA==", + "dev": true }, - "node_modules/@polkadot/api/node_modules/@polkadot/rpc-provider": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.4.2.tgz", - "integrity": "sha512-bIUhm7/kw0r61aAMD/Kz67701MN8LTOoL1Qb2BSLrIsEDa8alXLRLH75d0+6wkuBA64qjg0bGKD212MLoxdf7A==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-support": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "@polkadot/x-fetch": "^10.1.9", - "@polkadot/x-global": "^10.1.9", - "@polkadot/x-ws": "^10.1.9", - "@substrate/connect": "0.7.14", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" - }, - "engines": { - "node": ">=14.0.0" - } + "node_modules/@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true }, - "node_modules/@polkadot/api/node_modules/@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true }, - "node_modules/@polkadot/api/node_modules/@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", + "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", + "dev": true }, - "node_modules/@polkadot/api/node_modules/@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", + "node_modules/@types/bn.js": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.1.tgz", + "integrity": "sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" + "@types/node": "*" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", + "node_modules/@types/debug": { + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", + "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" + "@types/ms": "*" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/types-support": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.4.2.tgz", - "integrity": "sha512-3U+vKCmQnzXSW4uBjp4tp7vP9GD+j6PmKofvhvIyqvBhL5Y0dm6Vbu/GiBgq3IQTsPvshgGsIT0405vcrKdDxQ==", + "node_modules/@types/mdast": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" + "@types/unist": "*" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", + "node_modules/@types/ms": { + "version": "0.7.31", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", + "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==", + "dev": true + }, + "node_modules/@types/node": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz", + "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==", + "dev": true + }, + "node_modules/@types/node-fetch": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz", + "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.9" + "@types/node": "*", + "form-data": "^3.0.0" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", + "node_modules/@types/unist": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", + "dev": true + }, + "node_modules/@types/websocket": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", + "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "engines": { - "node": ">=14.0.0" + "@types/node": "*" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/x-fetch": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.9.tgz", - "integrity": "sha512-ME74MOakXz+SStzUq3tLF7Pds4GSQ/R7WA1I84F35Hn2mTkNjQ2vh37Iusk844K3ZwnwSf/f5bF+CXAEhlTlFQ==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", - "@types/node-fetch": "^2.6.2", - "node-fetch": "^3.2.10" + "node_modules/acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" }, "engines": { - "node": ">=14.0.0" + "node": ">=0.4.0" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "dependencies": { - "@babel/runtime": "^7.19.0" - }, + "node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, "engines": { - "node": ">=14.0.0" + "node": ">=0.4.0" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, "engines": { - "node": ">=14.0.0" + "node": ">=8" } }, - "node_modules/@polkadot/api/node_modules/@polkadot/x-ws": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.9.tgz", - "integrity": "sha512-8LjCOfTj496vp2uwolIWUAmEJEd2fcSyuXeoW/Np2lA2ac9VUNg1Elwq9jaC1ajsxH7ywWuywsndewvVlDvHUg==", + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", - "@types/websocket": "^1.0.5", - "websocket": "^1.0.34" + "color-convert": "^1.9.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=4" } }, - "node_modules/@polkadot/api/node_modules/@substrate/connect": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.14.tgz", - "integrity": "sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==", - "dependencies": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.34", - "eventemitter3": "^4.0.7" - } + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/binary-searching": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/binary-searching/-/binary-searching-2.0.5.tgz", + "integrity": "sha512-v4N2l3RxL+m4zDxyxz3Ne2aTmiPn8ZUpKFpdPtO+ItW1NcTCXA7JeHG5GMBSvoKSkQZ9ycS+EouDVxYB9ufKWA==", + "dev": true + }, + "node_modules/bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", + "dev": true }, - "node_modules/@polkadot/api/node_modules/@substrate/smoldot-light": { - "version": "0.6.34", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz", - "integrity": "sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==", + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, "dependencies": { - "pako": "^2.0.4", - "ws": "^8.8.1" + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, - "node_modules/@polkadot/api/node_modules/node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "node_modules/browserslist": { + "version": "4.21.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], "dependencies": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.9" }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "bin": { + "browserslist": "cli.js" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/node-fetch" + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/@polkadot/keyring": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.9.tgz", - "integrity": "sha512-oUYhvfOCzyMA+SJ+O5BasQYYalmMkVBRHADASFNAxVBMbOl1DKNQx3tgpUZlbA95UzRPjKbV0RplhAIzb5CzVQ==", + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/bufferutil": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz", + "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==", + "dev": true, + "hasInstallScript": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@polkadot/util-crypto": "10.1.9" + "node-gyp-build": "^4.3.0" }, "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.9", - "@polkadot/util-crypto": "10.1.9" + "node": ">=6.14.2" } }, - "node_modules/@polkadot/keyring/node_modules/@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==", + "node_modules/caniuse-lite": { + "version": "1.0.30001431", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz", + "integrity": "sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==", + "dev": true, "funding": [ { - "type": "individual", - "url": "https://paulmillr.com/funding/" + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" } ] }, - "node_modules/@polkadot/keyring/node_modules/@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=4" + } + }, + "node_modules/character-entities": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.1.tgz", + "integrity": "sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/@polkadot/keyring/node_modules/@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" }, "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.9" + "node": ">=12" } }, - "node_modules/@polkadot/keyring/node_modules/@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/keyring/node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.19.0" - }, - "engines": { - "node": ">=14.0.0" + "color-name": "1.1.3" } }, - "node_modules/@polkadot/keyring/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true }, - "node_modules/@polkadot/networks": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-9.7.2.tgz", - "integrity": "sha512-oMAdF8Y9CLBI0EUZBcycHcvbQQdbkJHevPJ/lwnZXJTaueXuav/Xm2yiFj5J3V8meIjLocURlMawgsAVItXOBQ==", + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@substrate/ss58-registry": "^1.23.0" + "delayed-stream": "~1.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">= 0.8" } }, - "node_modules/@polkadot/networks/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/comment-parser": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.3.1.tgz", + "integrity": "sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, "engines": { - "node": ">=14.0.0" + "node": ">= 12.0.0" } }, - "node_modules/@polkadot/networks/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, + "node_modules/d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6" - }, - "engines": { - "node": ">=14.0.0" + "es5-ext": "^0.10.50", + "type": "^1.0.1" } }, - "node_modules/@polkadot/networks/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/data-uri-to-buffer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", + "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">= 12" } }, - "node_modules/@polkadot/networks/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "ms": "2.1.2" }, "engines": { - "node": ">=14.0.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/@polkadot/rpc-augment": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-8.10.1.tgz", - "integrity": "sha512-+k2RR5MLYu98WEFb9ktyzvhsd+VhWrVXuGwnDIGkGETNScEFFYAnqAfeCa/i4RJmMOhU+YrDmBr2C9uwC9aycQ==", + "node_modules/decode-named-character-reference": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz", + "integrity": "sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" + "character-entities": "^2.0.0" }, - "engines": { - "node": ">=14.0.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, "engines": { - "node": ">=14.0.0" + "node": ">=0.4.0" } }, - "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/dequal": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", + "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" - }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=0.3.1" } }, - "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/ed2curve": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ed2curve/-/ed2curve-0.3.0.tgz", + "integrity": "sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" + "tweetnacl": "1.x.x" } }, - "node_modules/@polkadot/rpc-core": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-8.10.1.tgz", - "integrity": "sha512-rQJoIAwry4Su5/+gyNVATQ1vIIpoZtWcNY82Vd8QPosHxEAG+GRi/tbsauB5IqcOl7/9QsBBjLc8zL3Fh3ZzAQ==", + "node_modules/electron-to-chromium": { + "version": "1.4.284", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", + "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/es5-ext": { + "version": "0.10.61", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", + "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", "dev": true, + "hasInstallScript": true, "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/rpc-provider": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/util": "^9.6.2", - "rxjs": "^7.5.5" + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "next-tick": "^1.1.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=0.10" } }, - "node_modules/@polkadot/rpc-core/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, - "engines": { - "node": ">=14.0.0" + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" } }, - "node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6" - }, - "engines": { - "node": ">=14.0.0" + "d": "^1.0.1", + "ext": "^1.1.2" } }, - "node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/rpc-core/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=0.8.0" } }, - "node_modules/@polkadot/rpc-provider": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-8.10.1.tgz", - "integrity": "sha512-G98YnaxrMmWz5VOuqrafJvF3jW0NxIRw8q+wfjZbNden0DlRB5ky+DAGg7hO915jG5mftrYwi4pEnS2jsl5xvg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/keyring": "^9.6.2", - "@polkadot/types": "8.10.1", - "@polkadot/types-support": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "@polkadot/x-fetch": "^9.6.2", - "@polkadot/x-global": "^9.6.2", - "@polkadot/x-ws": "^9.6.2", - "@substrate/connect": "0.7.7", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.7" - }, - "engines": { - "node": ">=14.0.0" - } + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true }, - "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", + "node_modules/ext": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz", + "integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" + "type": "^2.5.0" } }, - "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/ext/node_modules/type": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", + "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==", + "dev": true + }, + "node_modules/fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" }, "engines": { - "node": ">=14.0.0" + "node": "^12.20 || >= 14.13" } }, - "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6" + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "locate-path": "^3.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/typegen": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-8.10.1.tgz", - "integrity": "sha512-wMKGGYhFspyt0lvOKTx7OIZbx7j5rXiXc3uOGt/TxB9gYePYdO1bTO1qKXhJMyWnIbM/kaA4ynlhkkShlkppng==", - "dev": true, - "dependencies": { - "@babel/core": "^7.18.5", - "@babel/register": "^7.17.7", - "@babel/runtime": "^7.18.3", - "@polkadot/api": "8.10.1", - "@polkadot/api-augment": "8.10.1", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/rpc-provider": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/types-support": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/x-ws": "^9.6.2", - "handlebars": "^4.7.7", - "websocket": "^1.0.34", - "yargs": "^17.5.1" - }, - "bin": { - "polkadot-types-chain-info": "scripts/polkadot-types-chain-info.cjs", - "polkadot-types-from-chain": "scripts/polkadot-types-from-chain.cjs", - "polkadot-types-from-defs": "scripts/polkadot-types-from-defs.cjs", - "polkadot-types-internal-interfaces": "scripts/polkadot-types-internal-interfaces.cjs", - "polkadot-types-internal-metadata": "scripts/polkadot-types-internal-metadata.cjs" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/api": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-8.10.1.tgz", - "integrity": "sha512-9v6rp5nrt4Irtb55dWQtAWzHQmMWyPC4xvnNGLYSfETvZR5XxkmWaI6yb2t0ejg/ZVTgcuercOp6DWmwT1qPTQ==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/api-augment": "8.10.1", - "@polkadot/api-base": "8.10.1", - "@polkadot/api-derive": "8.10.1", - "@polkadot/keyring": "^9.6.2", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/rpc-provider": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/types-known": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "eventemitter3": "^4.0.7", - "rxjs": "^7.5.5" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=14.0.0" + "node": ">= 6" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/api-derive": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-8.10.1.tgz", - "integrity": "sha512-trQv0gHW2CIl9ySicAMIo/iE7npwskd4CTp9gvOURqWdrt9txeSCsavUmU2nSf9BofNxSNZMrwvHLgvnZYFZhg==", + "node_modules/formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/api": "8.10.1", - "@polkadot/api-augment": "8.10.1", - "@polkadot/api-base": "8.10.1", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "rxjs": "^7.5.5" + "fetch-blob": "^3.1.2" }, "engines": { - "node": ">=14.0.0" + "node": ">=12.20.0" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - } + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/types-known": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-8.10.1.tgz", - "integrity": "sha512-/goHgCVGNTGV5BxBc7j0grSzAH3ZGIQuHhvGhcleFAk+vtzQJVZMUOqyhb0O6Aac1s+yJsGZ1r+RwoNCdbxXqQ==", + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/networks": "^9.6.2", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/util": "^9.6.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=6.9.0" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, "engines": { - "node": ">=14.0.0" + "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "node": "*" }, - "engines": { - "node": ">=14.0.0" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=4" } }, - "node_modules/@polkadot/types": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-8.10.1.tgz", - "integrity": "sha512-ypmaYui+cF8T83X+8vfTPAcTGL+bWuwNWT87+Dodtr486+QeTpvJK/XrkuNIY1NjEHPxFZlQQ9LA62S9S0PFYA==", + "node_modules/handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/keyring": "^9.6.2", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "rxjs": "^7.5.5" + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-augment": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-8.10.1.tgz", - "integrity": "sha512-66TbDON42R0YN22gErJ1Tdg0UTTZyuWebkZe34KpQzOyDNu/gZdeEOM/AsBHhhReURyAbkCB/kBQQtUcCICPyA==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" + "bin": { + "handlebars": "bin/handlebars" }, "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-augment/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" + "node": ">=0.4.7" }, - "engines": { - "node": ">=14.0.0" + "optionalDependencies": { + "uglify-js": "^3.1.4" } }, - "node_modules/@polkadot/types-augment/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" - }, "engines": { - "node": ">=14.0.0" + "node": ">=4" } }, - "node_modules/@polkadot/types-augment/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/@polkadot/types-augment/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=8" } }, - "node_modules/@polkadot/types-codec": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-8.10.1.tgz", - "integrity": "sha512-AgDEjc6Fv/qPhLEqvsTtPQqkWGG3z+nNNEjQuPb0+iLqHY8NUTcd3yib60TnWCnd1+KNZmXZrryKWhpGejYvlA==", + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/util": "^9.6.2", - "@polkadot/x-bigint": "^9.6.2" + "isobject": "^3.0.1" }, "engines": { - "node": ">=14.0.0" + "node": ">=0.10.0" } }, - "node_modules/@polkadot/types-codec/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, "engines": { - "node": ">=14.0.0" + "node": ">=0.10.0" } }, - "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" + "bin": { + "jsesc": "bin/jsesc" }, "engines": { - "node": ">=14.0.0" + "node": ">=4" } }, - "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" + "bin": { + "json5": "lib/cli.js" }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/types-codec/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=0.10.0" } }, - "node_modules/@polkadot/types-create": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-8.10.1.tgz", - "integrity": "sha512-frS98PSA6N1yS4R9/wK8dSe3GFZm+rsYAMXms2hEqzvXXVYle7tNO/ckMp2/hfat4L1pGCXStb70lv07oPuX+A==", + "node_modules/kleur": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz", + "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" - }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/types-create/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", + "node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/types-create/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.6" + "pify": "^4.0.1", + "semver": "^5.6.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=6" } }, - "node_modules/@polkadot/types-create/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", + "node_modules/make-dir/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-create/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.4.2.tgz", - "integrity": "sha512-+grsjNch1YrUC3/CdliTVx95W9b25Hmr9+PQRnbBObPGlJtrsTDR0jyxWf9JrYgtKvz3EQ/xGJ0fUeTFIJPjPA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/networks": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "10.1.9" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "dependencies": { - "@babel/runtime": "^7.19.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-support": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-8.10.1.tgz", - "integrity": "sha512-OPIwaNLIB1ranEDnCauij13m6qm81kInjChMb03DgRclRENXdeaOYr3JvdpsEFqLfpPmfsTv3fT2UTaMu6dFpg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/util": "^9.6.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-support/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-support/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-support/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types-support/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types/node_modules/@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - } - }, - "node_modules/@polkadot/types/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/types/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/util": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.9.tgz", - "integrity": "sha512-nbXE7dqfsP38uHwMXBoL5s2x+5PXsGZIfWa0bjCdy6RwF6btqFTo7ryi0kzkco/kil0EZ3QaB+EJxVVaAwX2bA==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-global": "10.1.9", - "@polkadot/x-textdecoder": "10.1.9", - "@polkadot/x-textencoder": "10.1.9", - "@types/bn.js": "^5.1.1", - "bn.js": "^5.2.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/util-crypto": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-9.7.2.tgz", - "integrity": "sha512-tfz6mJtPwoNteivKCmR+QklC4mr1/hGZRsDJLWKaFhanDinYZ3V2pJM1EbCI6WONLuuzlTxsDXjAffWzzRqlPA==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.6.0", - "@polkadot/networks": "9.7.2", - "@polkadot/util": "9.7.2", - "@polkadot/wasm-crypto": "^6.2.2", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-randomvalues": "9.7.2", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "9.7.2" - } - }, - "node_modules/@polkadot/util-crypto/node_modules/@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/util/node_modules/@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/util/node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "dependencies": { - "@babel/runtime": "^7.19.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/wasm-bridge": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz", - "integrity": "sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==", - "dependencies": { - "@babel/runtime": "^7.18.9" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "*", - "@polkadot/x-randomvalues": "*" - } - }, - "node_modules/@polkadot/wasm-crypto": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz", - "integrity": "sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/wasm-bridge": "6.3.1", - "@polkadot/wasm-crypto-asmjs": "6.3.1", - "@polkadot/wasm-crypto-init": "6.3.1", - "@polkadot/wasm-crypto-wasm": "6.3.1", - "@polkadot/wasm-util": "6.3.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "*", - "@polkadot/x-randomvalues": "*" - } - }, - "node_modules/@polkadot/wasm-crypto-asmjs": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz", - "integrity": "sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==", - "dependencies": { - "@babel/runtime": "^7.18.9" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "*" - } - }, - "node_modules/@polkadot/wasm-crypto-init": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz", - "integrity": "sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/wasm-bridge": "6.3.1", - "@polkadot/wasm-crypto-asmjs": "6.3.1", - "@polkadot/wasm-crypto-wasm": "6.3.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "*", - "@polkadot/x-randomvalues": "*" - } - }, - "node_modules/@polkadot/wasm-crypto-wasm": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz", - "integrity": "sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@polkadot/wasm-util": "6.3.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "*" - } - }, - "node_modules/@polkadot/wasm-util": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz", - "integrity": "sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==", - "dependencies": { - "@babel/runtime": "^7.18.9" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "@polkadot/util": "*" - } - }, - "node_modules/@polkadot/x-bigint": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-9.7.2.tgz", - "integrity": "sha512-qi8/DTGypFSt5vvNOsYcEaqH72lymfyidGlsHlZ6e7nNASnEhk/NaOcINiTr1ds+fpu4dtKXWAIPZufujf2JeQ==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-bigint/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-fetch": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-9.6.2.tgz", - "integrity": "sha512-nTZOzpmgj+f5KxRcZxValpgnAc2xxefY84XaF3XKcQQBfQrN+/Kssfl5VjAoCGfBSpVVzXs/4/cN0oee5BldMQ==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.6.2", - "@types/node-fetch": "^2.6.2", - "node-fetch": "^2.6.7" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-global": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.6.2.tgz", - "integrity": "sha512-cbrNeMK6vPEWh2EbLU+hUOERkOAToZ7o2wYYS+ZNdunvUFL9wERB9Uj6JQDAebGD3ZCNHEpMbj6U1WEffiwq9A==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-randomvalues": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-9.7.2.tgz", - "integrity": "sha512-819slnXNpoVtqdhjI19ao7w5m+Zwx11VfwCZkFQypVv3b/1UEoKG/baJA9dVI6yMvhnBN//i8mLgNy3IXWbVVw==", - "dependencies": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-randomvalues/node_modules/@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dependencies": { - "@babel/runtime": "^7.18.6" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-textdecoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.9.tgz", - "integrity": "sha512-RSe1qgbaJ6+dnmKR+yIYt9uKfZreJQns1sSQBJra49xBk2ImQmon7wwu19TjycR6kCEdI2WGRdZaa8kkrgIsYQ==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-textdecoder/node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "dependencies": { - "@babel/runtime": "^7.19.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-textencoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.9.tgz", - "integrity": "sha512-IXW4+G2r6wTpcxCGi2PeGd1aQRv0+FsgD9L7FDVjCejdgk6W87knIAaFTTYEmIF/x1clUqhw3c5Gxb0lUOchUw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-textencoder/node_modules/@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "dependencies": { - "@babel/runtime": "^7.19.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@polkadot/x-ws": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-9.6.2.tgz", - "integrity": "sha512-DT10DqFzM2PGe+0tmClgF5G7biM/akVpAQ9JGIdwV8PxWFWjxbhRasndPfVZEmCi2o8KIVlP6m1qovfS2PdbHA==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.6.2", - "@types/websocket": "^1.0.5", - "websocket": "^1.0.34" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@scure/base": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz", - "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, - "node_modules/@substrate/connect": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.7.tgz", - "integrity": "sha512-uFRF06lC42ZZixxwkzRB61K1uYvR1cTZ7rI98RW7T+eWbCFrafyVk0pk6J+4oN05gZkhou+VK3hrRCU6Doy2xQ==", - "dev": true, - "dependencies": { - "@substrate/connect-extension-protocol": "^1.0.0", - "@substrate/smoldot-light": "0.6.19", - "eventemitter3": "^4.0.7" - } - }, - "node_modules/@substrate/connect-extension-protocol": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz", - "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==" - }, - "node_modules/@substrate/smoldot-light": { - "version": "0.6.19", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.19.tgz", - "integrity": "sha512-Xi+v1cdURhTwx7NH+9fa1U9m7VGP61GvB6qwev9HrZXlGbQiUIvySxPlH/LMsq3mwgiRYkokPhcaZEHufY7Urg==", - "dev": true, - "dependencies": { - "buffer": "^6.0.1", - "pako": "^2.0.4", - "websocket": "^1.0.32" - } - }, - "node_modules/@substrate/ss58-registry": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.29.1.tgz", - "integrity": "sha512-7+DeSVpUS2m+7HAeYvvypbnrYVat1b7ze2V9SV3d+pTbUHkovZACaHYm33FBHc9F+RpXgYgf+pikJXK5ux4o1g==" - }, - "node_modules/@tsconfig/node10": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", - "dev": true - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true - }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true - }, - "node_modules/@tsconfig/node16": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", - "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", - "dev": true - }, - "node_modules/@types/bn.js": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.1.tgz", - "integrity": "sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/debug": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", - "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", - "dev": true, - "dependencies": { - "@types/ms": "*" - } - }, - "node_modules/@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", - "dev": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/ms": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", - "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==", - "dev": true - }, - "node_modules/@types/node": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz", - "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==" - }, - "node_modules/@types/node-fetch": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz", - "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==", - "dependencies": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "node_modules/@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", - "dev": true - }, - "node_modules/@types/websocket": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", - "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/binary-searching": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/binary-searching/-/binary-searching-2.0.5.tgz", - "integrity": "sha512-v4N2l3RxL+m4zDxyxz3Ne2aTmiPn8ZUpKFpdPtO+ItW1NcTCXA7JeHG5GMBSvoKSkQZ9ycS+EouDVxYB9ufKWA==", - "dev": true - }, - "node_modules/bn.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", - "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/browserslist": { - "version": "4.20.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.4.tgz", - "integrity": "sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001349", - "electron-to-chromium": "^1.4.147", - "escalade": "^3.1.1", - "node-releases": "^2.0.5", - "picocolors": "^1.0.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true - }, - "node_modules/bufferutil": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz", - "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==", - "hasInstallScript": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001355", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001355.tgz", - "integrity": "sha512-Sd6pjJHF27LzCB7pT7qs+kuX2ndurzCzkpJl6Qct7LPSZ9jn0bkOA8mdgMgmqnQAWLVOOGjLpc+66V57eLtb1g==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - } - ] - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/character-entities": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.1.tgz", - "integrity": "sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/comment-parser": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.3.1.tgz", - "integrity": "sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==", - "dev": true, - "engines": { - "node": ">= 12.0.0" - } - }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true - }, - "node_modules/d": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", - "dependencies": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } - }, - "node_modules/data-uri-to-buffer": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", - "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==", - "engines": { - "node": ">= 12" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decode-named-character-reference": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz", - "integrity": "sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w==", - "dev": true, - "dependencies": { - "character-entities": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/dequal": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", - "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/ed2curve": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ed2curve/-/ed2curve-0.3.0.tgz", - "integrity": "sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==", - "dependencies": { - "tweetnacl": "1.x.x" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.4.160", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.160.tgz", - "integrity": "sha512-O1Z12YfyeX2LXYO7MdHIPazGXzLzQnr1ADW55U2ARQsJBPgfpJz3u+g3Mo2l1wSyfOCdiGqaX9qtV4XKZ0HNRA==", - "dev": true - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/es5-ext": { - "version": "0.10.61", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", - "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", - "hasInstallScript": true, - "dependencies": { - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.3", - "next-tick": "^1.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", - "dependencies": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } - }, - "node_modules/es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", - "dependencies": { - "d": "^1.0.1", - "ext": "^1.1.2" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - }, - "node_modules/ext": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz", - "integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==", - "dependencies": { - "type": "^2.5.0" - } - }, - "node_modules/ext/node_modules/type": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", - "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==" - }, - "node_modules/fetch-blob": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", - "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/jimmywarting" - }, - { - "type": "paypal", - "url": "https://paypal.me/jimmywarting" - } - ], - "dependencies": { - "node-domexception": "^1.0.0", - "web-streams-polyfill": "^3.0.3" - }, - "engines": { - "node": "^12.20 || >= 14.13" - } - }, - "node_modules/find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "dev": true, - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/formdata-polyfill": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", - "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", - "dependencies": { - "fetch-blob": "^3.1.2" - }, - "engines": { - "node": ">=12.20.0" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/ip-regex": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz", - "integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" - }, - "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/kleur": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz", - "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" + "bin": { + "semver": "bin/semver" } }, "node_modules/make-error": { @@ -4136,6 +2353,7 @@ "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, "engines": { "node": ">= 0.6" } @@ -4144,6 +2362,7 @@ "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, "dependencies": { "mime-db": "1.52.0" }, @@ -4173,6 +2392,7 @@ "version": "9.1.5", "resolved": "https://registry.npmjs.org/mock-socket/-/mock-socket-9.1.5.tgz", "integrity": "sha512-3DeNIcsQixWHHKk6NdoBhWI4t1VMj5/HzfnI1rE/pLl5qKx7+gd4DNA07ehTaZ6MoUU053si6Hd+YtiM/tQZfg==", + "dev": true, "engines": { "node": ">= 8" } @@ -4189,7 +2409,8 @@ "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true }, "node_modules/neo-async": { "version": "2.6.2", @@ -4200,12 +2421,14 @@ "node_modules/next-tick": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "dev": true }, "node_modules/nock": { "version": "13.2.9", "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz", "integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==", + "dev": true, "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", @@ -4220,6 +2443,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "dev": true, "funding": [ { "type": "github", @@ -4235,29 +2459,28 @@ } }, "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz", + "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==", "dev": true, "dependencies": { - "whatwg-url": "^5.0.0" + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" }, "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" } }, "node_modules/node-gyp-build": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.4.0.tgz", "integrity": "sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==", + "dev": true, "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -4265,9 +2488,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", - "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "node_modules/once": { @@ -4316,9 +2539,10 @@ } }, "node_modules/pako": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz", - "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", + "dev": true }, "node_modules/path-exists": { "version": "3.0.0", @@ -4410,14 +2634,16 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", + "dev": true, "engines": { "node": ">= 8" } }, "node_modules/regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", + "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==", + "dev": true }, "node_modules/require-directory": { "version": "2.1.1", @@ -4447,6 +2673,7 @@ "version": "7.5.7", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.7.tgz", "integrity": "sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==", + "dev": true, "dependencies": { "tslib": "^2.1.0" } @@ -4463,12 +2690,6 @@ "node": ">=6" } }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, "node_modules/semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -4556,12 +2777,6 @@ "node": ">=4" } }, - "node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, "node_modules/ts-node": { "version": "10.8.1", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz", @@ -4608,22 +2823,26 @@ "node_modules/tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true }, "node_modules/tweetnacl": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", - "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" + "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==", + "dev": true }, "node_modules/type": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", + "dev": true }, "node_modules/typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, "dependencies": { "is-typedarray": "^1.0.0" } @@ -4667,10 +2886,37 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/utf-8-validate": { "version": "5.0.9", "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz", "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==", + "dev": true, "hasInstallScript": true, "dependencies": { "node-gyp-build": "^4.3.0" @@ -4716,20 +2962,16 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", + "dev": true, "engines": { "node": ">= 8" } }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true - }, "node_modules/websocket": { "version": "1.0.34", "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz", "integrity": "sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==", + "dev": true, "dependencies": { "bufferutil": "^4.0.1", "debug": "^2.2.0", @@ -4746,6 +2988,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "dependencies": { "ms": "2.0.0" } @@ -4753,17 +2996,8 @@ "node_modules/websocket/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dev": true, - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/wordwrap": { "version": "1.0.0", @@ -4828,9 +3062,10 @@ "dev": true }, "node_modules/ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", + "dev": true, "engines": { "node": ">=10.0.0" }, @@ -4860,32 +3095,33 @@ "version": "0.0.6", "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz", "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==", + "dev": true, "engines": { "node": ">=0.10.32" } }, "node_modules/yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, "dependencies": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" }, "engines": { "node": ">=12" } }, "node_modules/yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, "engines": { "node": ">=12" @@ -4913,36 +3149,36 @@ } }, "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "requires": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.18.6" } }, "@babel/compat-data": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.5.tgz", - "integrity": "sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", + "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", "dev": true }, "@babel/core": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.5.tgz", - "integrity": "sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", + "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.18.2", - "@babel/helper-compilation-targets": "^7.18.2", - "@babel/helper-module-transforms": "^7.18.0", - "@babel/helpers": "^7.18.2", - "@babel/parser": "^7.18.5", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.18.5", - "@babel/types": "^7.18.4", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.2", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-module-transforms": "^7.20.2", + "@babel/helpers": "^7.20.1", + "@babel/parser": "^7.20.2", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -4951,23 +3187,23 @@ } }, "@babel/generator": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", - "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.3.tgz", + "integrity": "sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A==", "dev": true, "requires": { - "@babel/types": "^7.18.2", - "@jridgewell/gen-mapping": "^0.3.0", + "@babel/types": "^7.20.2", + "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, "dependencies": { "@jridgewell/gen-mapping": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", - "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", "dev": true, "requires": { - "@jridgewell/set-array": "^1.0.0", + "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.9" } @@ -4975,129 +3211,135 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz", - "integrity": "sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", + "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", "dev": true, "requires": { - "@babel/compat-data": "^7.17.10", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.20.2", + "@babel/compat-data": "^7.20.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", "semver": "^6.3.0" } }, "@babel/helper-environment-visitor": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", - "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", "dev": true }, "@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", "dev": true, "requires": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" } }, "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-transforms": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz", - "integrity": "sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", + "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.18.0", - "@babel/types": "^7.18.0" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2" } }, "@babel/helper-simple-access": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz", - "integrity": "sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, "requires": { - "@babel/types": "^7.18.2" + "@babel/types": "^7.20.2" } }, "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, + "@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true + }, "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", "dev": true }, "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true }, "@babel/helpers": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz", - "integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", + "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", "dev": true, "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.18.2", - "@babel/types": "^7.18.2" + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.0" } }, "@babel/highlight": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", - "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" } }, "@babel/parser": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.5.tgz", - "integrity": "sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==", + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", + "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", "dev": true }, "@babel/register": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz", - "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.18.9.tgz", + "integrity": "sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==", "dev": true, "requires": { "clone-deep": "^4.0.1", @@ -5108,49 +3350,51 @@ } }, "@babel/runtime": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz", - "integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz", + "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==", + "dev": true, "requires": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.10" } }, "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" } }, "@babel/traverse": { - "version": "7.18.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.5.tgz", - "integrity": "sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.18.2", - "@babel/helper-environment-visitor": "^7.18.2", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.18.5", - "@babel/types": "^7.18.4", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", + "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.1", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.1", + "@babel/types": "^7.20.0", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.18.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", - "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" } }, @@ -5186,1681 +3430,325 @@ } }, "@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", "dev": true }, "@jridgewell/set-array": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", - "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "dev": true }, "@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", "dev": true, "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" } }, "@noble/hashes": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz", - "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.3.tgz", + "integrity": "sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A==", + "dev": true }, "@noble/secp256k1": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.0.tgz", - "integrity": "sha512-DWSsg8zMHOYMYBqIQi96BQuthZrp98LCeMNcUOaffCIVYQ5yxDbNikLF+H7jEnmNNmXbtVic46iCuVWzar+MgA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", + "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==", "dev": true }, "@polkadot/api": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.4.2.tgz", - "integrity": "sha512-qiYHNV8Y9LEUbyWHUnoshoufnQDcTb885nvgTOmm5x6skBaVPHYXoi55/jsIGpFOn1NYHQMSvOReqRDjvO/YTA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/api-derive": "9.4.2", - "@polkadot/keyring": "^10.1.9", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/types-known": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.9.4.tgz", + "integrity": "sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==", + "dev": true, + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/api-base": "^9.9.4", + "@polkadot/api-derive": "^9.9.4", + "@polkadot/keyring": "^10.1.14", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/rpc-provider": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/types-known": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", "eventemitter3": "^4.0.7", - "rxjs": "^7.5.6" - }, - "dependencies": { - "@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==" - }, - "@polkadot/api-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.4.2.tgz", - "integrity": "sha512-4q4fAFC4biIX6zTTovmDSS8VexbaB2pJrkwB1wu7kpF8e02rs3hy4Cq6MPca9TwkfbGXSyYiptBZXzfO1OKwNg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/api-base": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.4.2.tgz", - "integrity": "sha512-vzIKZQO7lYXVClD4al0TJ6f3oKNrmRvf9054BzqqgG803l71PJ5afk26TECXSQrO0u66gbmEs0MKfSRFwxSYAw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" - } - }, - "@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" - } - }, - "@polkadot/rpc-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.4.2.tgz", - "integrity": "sha512-+FbhJprwfeMetKPxVlTbAPiJpM0ryx1Zbig0HDMiq/WrLNrYw5X22jaAZT75HAOgb84nK0KZfLVCzRTQrSxvxw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/rpc-core": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.4.2.tgz", - "integrity": "sha512-h/lZZG9Cs8WgmIL9vjLKbqF2coYp9L5564RZPpWB7RlD000moXZqH2fhVdOg7qFeqVY16mjuI40spRUMLOzyPg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" - } - }, - "@polkadot/rpc-provider": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.4.2.tgz", - "integrity": "sha512-bIUhm7/kw0r61aAMD/Kz67701MN8LTOoL1Qb2BSLrIsEDa8alXLRLH75d0+6wkuBA64qjg0bGKD212MLoxdf7A==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-support": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "@polkadot/x-fetch": "^10.1.9", - "@polkadot/x-global": "^10.1.9", - "@polkadot/x-ws": "^10.1.9", - "@substrate/connect": "0.7.14", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" - } - }, - "@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" - } - }, - "@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" - } - }, - "@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/types-support": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.4.2.tgz", - "integrity": "sha512-3U+vKCmQnzXSW4uBjp4tp7vP9GD+j6PmKofvhvIyqvBhL5Y0dm6Vbu/GiBgq3IQTsPvshgGsIT0405vcrKdDxQ==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - }, - "@polkadot/x-fetch": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.9.tgz", - "integrity": "sha512-ME74MOakXz+SStzUq3tLF7Pds4GSQ/R7WA1I84F35Hn2mTkNjQ2vh37Iusk844K3ZwnwSf/f5bF+CXAEhlTlFQ==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", - "@types/node-fetch": "^2.6.2", - "node-fetch": "^3.2.10" - } - }, - "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "requires": { - "@babel/runtime": "^7.19.0" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - }, - "@polkadot/x-ws": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.9.tgz", - "integrity": "sha512-8LjCOfTj496vp2uwolIWUAmEJEd2fcSyuXeoW/Np2lA2ac9VUNg1Elwq9jaC1ajsxH7ywWuywsndewvVlDvHUg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", - "@types/websocket": "^1.0.5", - "websocket": "^1.0.34" - } - }, - "@substrate/connect": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.14.tgz", - "integrity": "sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==", - "requires": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.34", - "eventemitter3": "^4.0.7" - } - }, - "@substrate/smoldot-light": { - "version": "0.6.34", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz", - "integrity": "sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==", - "requires": { - "pako": "^2.0.4", - "ws": "^8.8.1" - } - }, - "node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", - "requires": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" - } - } + "rxjs": "^7.5.7" } }, "@polkadot/api-augment": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-8.10.1.tgz", - "integrity": "sha512-JkVYT01auhU4ZLXiMadHnogQzB1eWrxWiBilmyIbkbGdFLprPUkcdUdOlcER8WcPtpsvcbbgvKSoxqwyf8hdRQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.9.4.tgz", + "integrity": "sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==", "dev": true, - "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/api-base": "8.10.1", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/api-base": "^9.9.4", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/api-base": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-8.10.1.tgz", - "integrity": "sha512-fLtzSDXdqmbbaVj8frmF49AtLyCvJFVvJAMZf//Rdr4RMmAcKuQri5wuEBVdGq2SdtaWF5IYy5y1cLR3l+JPhQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.9.4.tgz", + "integrity": "sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/util": "^9.6.2", - "rxjs": "^7.5.5" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" } }, "@polkadot/api-derive": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.4.2.tgz", - "integrity": "sha512-9P0RtPVkFIYcXSON0QYKTwWmMf/8bZCgmXo0uUUacSQ+40zbiWvD6Zf2MVGLoDCudXiWe5HCPaPViqRYZ7RtZw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/api": "9.4.2", - "@polkadot/api-augment": "9.4.2", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" - }, - "dependencies": { - "@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==" - }, - "@polkadot/api-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.4.2.tgz", - "integrity": "sha512-4q4fAFC4biIX6zTTovmDSS8VexbaB2pJrkwB1wu7kpF8e02rs3hy4Cq6MPca9TwkfbGXSyYiptBZXzfO1OKwNg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/api-base": "9.4.2", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/api-base": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.4.2.tgz", - "integrity": "sha512-vzIKZQO7lYXVClD4al0TJ6f3oKNrmRvf9054BzqqgG803l71PJ5afk26TECXSQrO0u66gbmEs0MKfSRFwxSYAw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" - } - }, - "@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" - } - }, - "@polkadot/rpc-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.4.2.tgz", - "integrity": "sha512-+FbhJprwfeMetKPxVlTbAPiJpM0ryx1Zbig0HDMiq/WrLNrYw5X22jaAZT75HAOgb84nK0KZfLVCzRTQrSxvxw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-core": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/rpc-core": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.4.2.tgz", - "integrity": "sha512-h/lZZG9Cs8WgmIL9vjLKbqF2coYp9L5564RZPpWB7RlD000moXZqH2fhVdOg7qFeqVY16mjuI40spRUMLOzyPg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/rpc-augment": "9.4.2", - "@polkadot/rpc-provider": "9.4.2", - "@polkadot/types": "9.4.2", - "@polkadot/util": "^10.1.9", - "rxjs": "^7.5.6" - } - }, - "@polkadot/rpc-provider": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.4.2.tgz", - "integrity": "sha512-bIUhm7/kw0r61aAMD/Kz67701MN8LTOoL1Qb2BSLrIsEDa8alXLRLH75d0+6wkuBA64qjg0bGKD212MLoxdf7A==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-support": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "@polkadot/x-fetch": "^10.1.9", - "@polkadot/x-global": "^10.1.9", - "@polkadot/x-ws": "^10.1.9", - "@substrate/connect": "0.7.14", - "eventemitter3": "^4.0.7", - "mock-socket": "^9.1.5", - "nock": "^13.2.9" - } - }, - "@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" - } - }, - "@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" - } - }, - "@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/types-support": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.4.2.tgz", - "integrity": "sha512-3U+vKCmQnzXSW4uBjp4tp7vP9GD+j6PmKofvhvIyqvBhL5Y0dm6Vbu/GiBgq3IQTsPvshgGsIT0405vcrKdDxQ==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - }, - "@polkadot/x-fetch": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.9.tgz", - "integrity": "sha512-ME74MOakXz+SStzUq3tLF7Pds4GSQ/R7WA1I84F35Hn2mTkNjQ2vh37Iusk844K3ZwnwSf/f5bF+CXAEhlTlFQ==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", - "@types/node-fetch": "^2.6.2", - "node-fetch": "^3.2.10" - } - }, - "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "requires": { - "@babel/runtime": "^7.19.0" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - }, - "@polkadot/x-ws": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.9.tgz", - "integrity": "sha512-8LjCOfTj496vp2uwolIWUAmEJEd2fcSyuXeoW/Np2lA2ac9VUNg1Elwq9jaC1ajsxH7ywWuywsndewvVlDvHUg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9", - "@types/websocket": "^1.0.5", - "websocket": "^1.0.34" - } - }, - "@substrate/connect": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.14.tgz", - "integrity": "sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==", - "requires": { - "@substrate/connect-extension-protocol": "^1.0.1", - "@substrate/smoldot-light": "0.6.34", - "eventemitter3": "^4.0.7" - } - }, - "@substrate/smoldot-light": { - "version": "0.6.34", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz", - "integrity": "sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==", - "requires": { - "pako": "^2.0.4", - "ws": "^8.8.1" - } - }, - "node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", - "requires": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" - } - } + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.9.4.tgz", + "integrity": "sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/api": "^9.9.4", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/api-base": "^9.9.4", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" } }, "@polkadot/keyring": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.9.tgz", - "integrity": "sha512-oUYhvfOCzyMA+SJ+O5BasQYYalmMkVBRHADASFNAxVBMbOl1DKNQx3tgpUZlbA95UzRPjKbV0RplhAIzb5CzVQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.14.tgz", + "integrity": "sha512-iejbAfGfdyTB0pixWX6HhWXkUKBHLNy7+Z+F4DU8IwpJE48iOsMRJb3qShbk5NERjx1QIjoOpSZYxiCaF6gd+w==", + "dev": true, "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@polkadot/util-crypto": "10.1.9" - }, - "dependencies": { - "@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==" - }, - "@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - }, - "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "requires": { - "@babel/runtime": "^7.19.0" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@polkadot/util-crypto": "10.1.14" } }, "@polkadot/networks": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-9.7.2.tgz", - "integrity": "sha512-oMAdF8Y9CLBI0EUZBcycHcvbQQdbkJHevPJ/lwnZXJTaueXuav/Xm2yiFj5J3V8meIjLocURlMawgsAVItXOBQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.14.tgz", + "integrity": "sha512-lo4Y57yBqiad4Z2zBW0r7Ct/iKXNgsTfazDTbHRkIh3RuX36PNYshaX3p7R0eNRuetV1jJv7jqwc1nAMNI2KwQ==", "dev": true, "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@substrate/ss58-registry": "^1.23.0" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/util": "10.1.14", + "@substrate/ss58-registry": "^1.35.0" } }, "@polkadot/rpc-augment": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-8.10.1.tgz", - "integrity": "sha512-+k2RR5MLYu98WEFb9ktyzvhsd+VhWrVXuGwnDIGkGETNScEFFYAnqAfeCa/i4RJmMOhU+YrDmBr2C9uwC9aycQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz", + "integrity": "sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-core": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/rpc-core": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-8.10.1.tgz", - "integrity": "sha512-rQJoIAwry4Su5/+gyNVATQ1vIIpoZtWcNY82Vd8QPosHxEAG+GRi/tbsauB5IqcOl7/9QsBBjLc8zL3Fh3ZzAQ==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz", + "integrity": "sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/rpc-provider": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/util": "^9.6.2", - "rxjs": "^7.5.5" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/rpc-provider": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/util": "^10.1.14", + "rxjs": "^7.5.7" } }, "@polkadot/rpc-provider": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-8.10.1.tgz", - "integrity": "sha512-G98YnaxrMmWz5VOuqrafJvF3jW0NxIRw8q+wfjZbNden0DlRB5ky+DAGg7hO915jG5mftrYwi4pEnS2jsl5xvg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/keyring": "^9.6.2", - "@polkadot/types": "8.10.1", - "@polkadot/types-support": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "@polkadot/x-fetch": "^9.6.2", - "@polkadot/x-global": "^9.6.2", - "@polkadot/x-ws": "^9.6.2", - "@substrate/connect": "0.7.7", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz", + "integrity": "sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==", + "dev": true, + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types": "^9.9.4", + "@polkadot/types-support": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-fetch": "^10.1.14", + "@polkadot/x-global": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", + "@substrate/connect": "0.7.17", "eventemitter3": "^4.0.7", "mock-socket": "^9.1.5", - "nock": "^13.2.7" - }, - "dependencies": { - "@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - } - }, - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "nock": "^13.2.9" } }, "@polkadot/typegen": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-8.10.1.tgz", - "integrity": "sha512-wMKGGYhFspyt0lvOKTx7OIZbx7j5rXiXc3uOGt/TxB9gYePYdO1bTO1qKXhJMyWnIbM/kaA4ynlhkkShlkppng==", - "dev": true, - "requires": { - "@babel/core": "^7.18.5", - "@babel/register": "^7.17.7", - "@babel/runtime": "^7.18.3", - "@polkadot/api": "8.10.1", - "@polkadot/api-augment": "8.10.1", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/rpc-provider": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/types-support": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/x-ws": "^9.6.2", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-9.9.4.tgz", + "integrity": "sha512-uIPD3r9QCvTtz5JHQaO5T2q36U9PrmrutHXbHWWzswsWU6lxkGjIiwUOdV+IUemeQx85GVOAPInU+BnwdhPUpA==", + "dev": true, + "requires": { + "@babel/core": "^7.20.2", + "@babel/register": "^7.18.9", + "@babel/runtime": "^7.20.1", + "@polkadot/api": "^9.9.4", + "@polkadot/api-augment": "^9.9.4", + "@polkadot/rpc-augment": "^9.9.4", + "@polkadot/rpc-provider": "^9.9.4", + "@polkadot/types": "^9.9.4", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/types-support": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "@polkadot/x-ws": "^10.1.14", "handlebars": "^4.7.7", "websocket": "^1.0.34", - "yargs": "^17.5.1" - }, - "dependencies": { - "@polkadot/api": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-8.10.1.tgz", - "integrity": "sha512-9v6rp5nrt4Irtb55dWQtAWzHQmMWyPC4xvnNGLYSfETvZR5XxkmWaI6yb2t0ejg/ZVTgcuercOp6DWmwT1qPTQ==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/api-augment": "8.10.1", - "@polkadot/api-base": "8.10.1", - "@polkadot/api-derive": "8.10.1", - "@polkadot/keyring": "^9.6.2", - "@polkadot/rpc-augment": "8.10.1", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/rpc-provider": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/types-known": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "eventemitter3": "^4.0.7", - "rxjs": "^7.5.5" - } - }, - "@polkadot/api-derive": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-8.10.1.tgz", - "integrity": "sha512-trQv0gHW2CIl9ySicAMIo/iE7npwskd4CTp9gvOURqWdrt9txeSCsavUmU2nSf9BofNxSNZMrwvHLgvnZYFZhg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/api": "8.10.1", - "@polkadot/api-augment": "8.10.1", - "@polkadot/api-base": "8.10.1", - "@polkadot/rpc-core": "8.10.1", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "rxjs": "^7.5.5" - } - }, - "@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - } - }, - "@polkadot/types-known": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-8.10.1.tgz", - "integrity": "sha512-/goHgCVGNTGV5BxBc7j0grSzAH3ZGIQuHhvGhcleFAk+vtzQJVZMUOqyhb0O6Aac1s+yJsGZ1r+RwoNCdbxXqQ==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/networks": "^9.6.2", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/util": "^9.6.2" - } - }, - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "yargs": "^17.6.2" } }, "@polkadot/types": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-8.10.1.tgz", - "integrity": "sha512-ypmaYui+cF8T83X+8vfTPAcTGL+bWuwNWT87+Dodtr486+QeTpvJK/XrkuNIY1NjEHPxFZlQQ9LA62S9S0PFYA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.9.4.tgz", + "integrity": "sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/keyring": "^9.6.2", - "@polkadot/types-augment": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/types-create": "8.10.1", - "@polkadot/util": "^9.6.2", - "@polkadot/util-crypto": "^9.6.2", - "rxjs": "^7.5.5" - }, - "dependencies": { - "@polkadot/keyring": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-9.7.2.tgz", - "integrity": "sha512-qY5baU1qduwTE04Cyrqtf2pCpsIk7Z5vi45CD9U3cbkKXaJoNUqIpfKoL8Vh/yVJBwhclMdxV9E2rEJs8Iv4bg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/util": "9.7.2", - "@polkadot/util-crypto": "9.7.2" - } - }, - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/keyring": "^10.1.14", + "@polkadot/types-augment": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/util": "^10.1.14", + "@polkadot/util-crypto": "^10.1.14", + "rxjs": "^7.5.7" } - }, - "@polkadot/types-augment": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-8.10.1.tgz", - "integrity": "sha512-66TbDON42R0YN22gErJ1Tdg0UTTZyuWebkZe34KpQzOyDNu/gZdeEOM/AsBHhhReURyAbkCB/kBQQtUcCICPyA==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/types": "8.10.1", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + }, + "@polkadot/types-augment": { + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.9.4.tgz", + "integrity": "sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-codec": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-8.10.1.tgz", - "integrity": "sha512-AgDEjc6Fv/qPhLEqvsTtPQqkWGG3z+nNNEjQuPb0+iLqHY8NUTcd3yib60TnWCnd1+KNZmXZrryKWhpGejYvlA==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.9.4.tgz", + "integrity": "sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/util": "^9.6.2", - "@polkadot/x-bigint": "^9.6.2" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14", + "@polkadot/x-bigint": "^10.1.14" } }, "@polkadot/types-create": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-8.10.1.tgz", - "integrity": "sha512-frS98PSA6N1yS4R9/wK8dSe3GFZm+rsYAMXms2hEqzvXXVYle7tNO/ckMp2/hfat4L1pGCXStb70lv07oPuX+A==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.9.4.tgz", + "integrity": "sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/types-codec": "8.10.1", - "@polkadot/util": "^9.6.2" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-known": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.4.2.tgz", - "integrity": "sha512-+grsjNch1YrUC3/CdliTVx95W9b25Hmr9+PQRnbBObPGlJtrsTDR0jyxWf9JrYgtKvz3EQ/xGJ0fUeTFIJPjPA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/networks": "^10.1.9", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9" - }, - "dependencies": { - "@noble/secp256k1": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz", - "integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==" - }, - "@polkadot/networks": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.9.tgz", - "integrity": "sha512-38bYoXYszJMTRSvhJOkfKXlIyTiFjJ1ZG7cyMYBOi1YtO9USd4lH0gknVfqXa1dyPyNvsOwI5RCKGFjbx2BEAw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "10.1.9", - "@substrate/ss58-registry": "^1.29.1" - } - }, - "@polkadot/types": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.4.2.tgz", - "integrity": "sha512-uOkB2oj7eu29bJ6hG6U2cBYAXqF5Jzx91S484NNfAitWHzvCwr4GFxvTn4ogTbxvMaXJsn9O8/IwV0L69reZ0g==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/keyring": "^10.1.9", - "@polkadot/types-augment": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/types-create": "9.4.2", - "@polkadot/util": "^10.1.9", - "@polkadot/util-crypto": "^10.1.9", - "rxjs": "^7.5.6" - } - }, - "@polkadot/types-augment": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.4.2.tgz", - "integrity": "sha512-HZx7VJmN1wBDI9TqmIdZSOC7PEU+yAaCzt0YTnovdLVnhXjOh2zeE5A3i8j0YzMXMQX110FZU/g8aq49WlTZGw==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types": "9.4.2", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/types-codec": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.4.2.tgz", - "integrity": "sha512-4nF1Okwzri8N22fCgsGvtzI+Vmwn9YKdFxsqUi5rRaHNvZiS4nCy9dS/6AUqbmh8n2AjbNcmATtY4hSDUNoaDA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/util": "^10.1.9", - "@polkadot/x-bigint": "^10.1.9" - } - }, - "@polkadot/types-create": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.4.2.tgz", - "integrity": "sha512-SB1/UZ+uKgd5CPqnr5/IVDDBzImalivltDDbxFhsPqzUPqsskIGF2nsnAFr/GAq6kxXTuGHvjArMnY2xW0qpGQ==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/types-codec": "9.4.2", - "@polkadot/util": "^10.1.9" - } - }, - "@polkadot/util-crypto": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.9.tgz", - "integrity": "sha512-wmrT5M8dOaSklnKwk7Wg6TjJzLYm5YCVJW97ziz5ulfN7LFbOwtPQ3fpk6uzBmnrRNXpI5hjYzzTKEyHrZZqhA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.7.0", - "@polkadot/networks": "10.1.9", - "@polkadot/util": "10.1.9", - "@polkadot/wasm-crypto": "^6.3.1", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-randomvalues": "10.1.9", - "@scure/base": "1.1.1", - "ed2curve": "^0.3.0", - "tweetnacl": "^1.0.3" - } - }, - "@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - }, - "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "requires": { - "@babel/runtime": "^7.19.0" - } - }, - "@polkadot/x-randomvalues": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.9.tgz", - "integrity": "sha512-owSk4vVuy18kZI+L8pLV8Zt8Blsv0BM7j0VcNu4q6gdsduU4a5entGr3t2a3P4dj3hU65B4KgbSy516y//jMng==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - } + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.9.4.tgz", + "integrity": "sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==", + "dev": true, + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/networks": "^10.1.14", + "@polkadot/types": "^9.9.4", + "@polkadot/types-codec": "^9.9.4", + "@polkadot/types-create": "^9.9.4", + "@polkadot/util": "^10.1.14" } }, "@polkadot/types-support": { - "version": "8.10.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-8.10.1.tgz", - "integrity": "sha512-OPIwaNLIB1ranEDnCauij13m6qm81kInjChMb03DgRclRENXdeaOYr3JvdpsEFqLfpPmfsTv3fT2UTaMu6dFpg==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.9.4.tgz", + "integrity": "sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/util": "^9.6.2" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/util": "^10.1.14" } }, "@polkadot/util": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.9.tgz", - "integrity": "sha512-nbXE7dqfsP38uHwMXBoL5s2x+5PXsGZIfWa0bjCdy6RwF6btqFTo7ryi0kzkco/kil0EZ3QaB+EJxVVaAwX2bA==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-bigint": "10.1.9", - "@polkadot/x-global": "10.1.9", - "@polkadot/x-textdecoder": "10.1.9", - "@polkadot/x-textencoder": "10.1.9", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.14.tgz", + "integrity": "sha512-DX8IUd3j+S4HJBs73gz5d7Z592aW5vn/aD7hzFUlBduQIYBy+L1KIoGchpD6hSSOs5HSy7owePmBlp1lPjUZBg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.20.1", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-global": "10.1.14", + "@polkadot/x-textdecoder": "10.1.14", + "@polkadot/x-textencoder": "10.1.14", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" - }, - "dependencies": { - "@polkadot/x-bigint": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.9.tgz", - "integrity": "sha512-1iA30V8+FdVK0I1kRSShTV/XgjBtC5Gl2EQl2Z9rrkK27mtjgIr14hD4nFfM176UgKvERinfDXzzRFU/p5w/Mg==", - "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - } - }, - "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "requires": { - "@babel/runtime": "^7.19.0" - } - } } }, "@polkadot/util-crypto": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-9.7.2.tgz", - "integrity": "sha512-tfz6mJtPwoNteivKCmR+QklC4mr1/hGZRsDJLWKaFhanDinYZ3V2pJM1EbCI6WONLuuzlTxsDXjAffWzzRqlPA==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@noble/hashes": "1.1.2", - "@noble/secp256k1": "1.6.0", - "@polkadot/networks": "9.7.2", - "@polkadot/util": "9.7.2", - "@polkadot/wasm-crypto": "^6.2.2", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-randomvalues": "9.7.2", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.14.tgz", + "integrity": "sha512-Iq9C0Snv+pScZ9QgJoH7l++x9wdp9vhS3NMLm8ZqlDCNXUUl/3ViafZCfHRILQD9AsLcykE99mNzFDl3u8jZQA==", + "dev": true, + "requires": { + "@babel/runtime": "^7.20.1", + "@noble/hashes": "1.1.3", + "@noble/secp256k1": "1.7.0", + "@polkadot/networks": "10.1.14", + "@polkadot/util": "10.1.14", + "@polkadot/wasm-crypto": "^6.3.1", + "@polkadot/x-bigint": "10.1.14", + "@polkadot/x-randomvalues": "10.1.14", "@scure/base": "1.1.1", "ed2curve": "^0.3.0", "tweetnacl": "^1.0.3" - }, - "dependencies": { - "@polkadot/util": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-9.7.2.tgz", - "integrity": "sha512-ivTmA+KkPCq5i3O0Gk+dTds/hwdwlYCh89aKfeaG9ni3XHUbbuBgTqHneo648HqxwAwSAyiDiwE9EdXrzAdO4Q==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-bigint": "9.7.2", - "@polkadot/x-global": "9.7.2", - "@polkadot/x-textdecoder": "9.7.2", - "@polkadot/x-textencoder": "9.7.2", - "@types/bn.js": "^5.1.0", - "bn.js": "^5.2.1", - "ip-regex": "^4.3.0" - } - }, - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - }, - "@polkadot/x-textdecoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-9.7.2.tgz", - "integrity": "sha512-hhrMNZwJBmusdpqjDRpOHZoMB4hpyJt9Gu9Bi9is7/D/vq/hpxq8z7s6NxrbRyXJf1SIk6NMK0jf5XjRLdKdbw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - }, - "@polkadot/x-textencoder": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-9.7.2.tgz", - "integrity": "sha512-GHbSdbMPixDAOnJ9cvL/x9sPNeHegPoDSqCAzY5H6/zHc/fNn0vUu0To9VpPgPhp/Jb9dbc0h8YqEyvOcOlphw==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - } - } } }, "@polkadot/wasm-bridge": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz", "integrity": "sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==", + "dev": true, "requires": { "@babel/runtime": "^7.18.9" } @@ -6869,6 +3757,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz", "integrity": "sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==", + "dev": true, "requires": { "@babel/runtime": "^7.18.9", "@polkadot/wasm-bridge": "6.3.1", @@ -6882,6 +3771,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz", "integrity": "sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==", + "dev": true, "requires": { "@babel/runtime": "^7.18.9" } @@ -6890,6 +3780,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz", "integrity": "sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==", + "dev": true, "requires": { "@babel/runtime": "^7.18.9", "@polkadot/wasm-bridge": "6.3.1", @@ -6901,6 +3792,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz", "integrity": "sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==", + "dev": true, "requires": { "@babel/runtime": "^7.18.9", "@polkadot/wasm-util": "6.3.1" @@ -6910,117 +3802,80 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz", "integrity": "sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==", + "dev": true, "requires": { "@babel/runtime": "^7.18.9" } }, "@polkadot/x-bigint": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-9.7.2.tgz", - "integrity": "sha512-qi8/DTGypFSt5vvNOsYcEaqH72lymfyidGlsHlZ6e7nNASnEhk/NaOcINiTr1ds+fpu4dtKXWAIPZufujf2JeQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.14.tgz", + "integrity": "sha512-HgrofhI+WM699ozJ9zFZcPUApB2jqwCEOMUgM1jv2WNxF0ILKNDpH08dB8OBy2SKfnKoSgmXwWtxWl1u+mq10A==", "dev": true, "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "dependencies": { - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.18.6" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-fetch": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-9.6.2.tgz", - "integrity": "sha512-nTZOzpmgj+f5KxRcZxValpgnAc2xxefY84XaF3XKcQQBfQrN+/Kssfl5VjAoCGfBSpVVzXs/4/cN0oee5BldMQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.14.tgz", + "integrity": "sha512-07H9unwv0tT5RQRkj1WE67ug6x6RlUfGN/mJWSKqf0JjsfQlPMKDC9yZW1oUSsasBUyIf0qbspuVSyhZu+0cpg==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.6.2", + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", "@types/node-fetch": "^2.6.2", - "node-fetch": "^2.6.7" + "node-fetch": "^3.3.0" } }, "@polkadot/x-global": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.6.2.tgz", - "integrity": "sha512-cbrNeMK6vPEWh2EbLU+hUOERkOAToZ7o2wYYS+ZNdunvUFL9wERB9Uj6JQDAebGD3ZCNHEpMbj6U1WEffiwq9A==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.14.tgz", + "integrity": "sha512-ye3Yx2bfIoHf5t78rbDad587J16JanrcfpGSWoknWOZ7wmatj/CJKWhJ/VKMPfJGEJm2LidH1B0W8QDfrMEmTA==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3" + "@babel/runtime": "^7.20.1" } }, "@polkadot/x-randomvalues": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-9.7.2.tgz", - "integrity": "sha512-819slnXNpoVtqdhjI19ao7w5m+Zwx11VfwCZkFQypVv3b/1UEoKG/baJA9dVI6yMvhnBN//i8mLgNy3IXWbVVw==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.14.tgz", + "integrity": "sha512-mrZho4qogLZmox7wuP1XF03HTZ4CwAjzV7RvKmwH8ToNCR6E4NRo2btgG67Z0K+bUOQRbXWL2hQazusa2p2N6w==", + "dev": true, "requires": { - "@babel/runtime": "^7.18.6", - "@polkadot/x-global": "9.7.2" - }, - "dependencies": { - "@polkadot/x-global": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-9.7.2.tgz", - "integrity": "sha512-3NN5JhjosaelaFWBJSlv9mb/gDAlt7RuZ8NKlOjB+LQHd9g6ZbnYi5wwjW+i/x/3E4IVbBx66uvWgNaw7IBrkg==", - "requires": { - "@babel/runtime": "^7.18.6" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-textdecoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.9.tgz", - "integrity": "sha512-RSe1qgbaJ6+dnmKR+yIYt9uKfZreJQns1sSQBJra49xBk2ImQmon7wwu19TjycR6kCEdI2WGRdZaa8kkrgIsYQ==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.14.tgz", + "integrity": "sha512-qwbeR8v6a5Z9MdbjzcY5gFiRWbp8bBVoDEf1Dd+yH9/UAyFXodlMKs3irDdVhGVPCbZWQTVDEZRUgEqRxwKC7w==", + "dev": true, "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "dependencies": { - "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "requires": { - "@babel/runtime": "^7.19.0" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-textencoder": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.9.tgz", - "integrity": "sha512-IXW4+G2r6wTpcxCGi2PeGd1aQRv0+FsgD9L7FDVjCejdgk6W87knIAaFTTYEmIF/x1clUqhw3c5Gxb0lUOchUw==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.14.tgz", + "integrity": "sha512-MC30rtQiFVgQDSP8wO5wa1so5tW3T7qs/DCT018A4zgjiK+uFdIGOerAgoxcNw3yC6IGnPIL5lsRO/1C9N60zA==", + "dev": true, "requires": { - "@babel/runtime": "^7.19.0", - "@polkadot/x-global": "10.1.9" - }, - "dependencies": { - "@polkadot/x-global": { - "version": "10.1.9", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.9.tgz", - "integrity": "sha512-arsQEUbUccEI8pt0Bngk66vpJlMC/sZ38xivwrR8MVi2u8FdWFwb7udvwGRbXujHmPgGfRqxQujheKSR3d2ToA==", - "requires": { - "@babel/runtime": "^7.19.0" - } - } + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14" } }, "@polkadot/x-ws": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-9.6.2.tgz", - "integrity": "sha512-DT10DqFzM2PGe+0tmClgF5G7biM/akVpAQ9JGIdwV8PxWFWjxbhRasndPfVZEmCi2o8KIVlP6m1qovfS2PdbHA==", + "version": "10.1.14", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.14.tgz", + "integrity": "sha512-xgyMYR34sHxKCtQUJ2btFAyN3fK1OqCqvAyRYmU52801aguLstRhVPAZxXJp3Dahs91FX/h/ZZzmwXD01tJtyA==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.6.2", + "@babel/runtime": "^7.20.1", + "@polkadot/x-global": "10.1.14", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" } @@ -7028,39 +3883,41 @@ "@scure/base": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz", - "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==" + "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==", + "dev": true }, "@substrate/connect": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.7.tgz", - "integrity": "sha512-uFRF06lC42ZZixxwkzRB61K1uYvR1cTZ7rI98RW7T+eWbCFrafyVk0pk6J+4oN05gZkhou+VK3hrRCU6Doy2xQ==", + "version": "0.7.17", + "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.17.tgz", + "integrity": "sha512-s0XBmGpUCFWZFa+TS0TEvOKtWjJP2uT4xKmvzApH8INB5xbz79wqWFX6WWh3AlK/X1P0Smt+RVEH7HQiLJAYAw==", "dev": true, "requires": { - "@substrate/connect-extension-protocol": "^1.0.0", - "@substrate/smoldot-light": "0.6.19", + "@substrate/connect-extension-protocol": "^1.0.1", + "@substrate/smoldot-light": "0.7.7", "eventemitter3": "^4.0.7" } }, "@substrate/connect-extension-protocol": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz", - "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==" + "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==", + "dev": true }, "@substrate/smoldot-light": { - "version": "0.6.19", - "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.19.tgz", - "integrity": "sha512-Xi+v1cdURhTwx7NH+9fa1U9m7VGP61GvB6qwev9HrZXlGbQiUIvySxPlH/LMsq3mwgiRYkokPhcaZEHufY7Urg==", + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.7.7.tgz", + "integrity": "sha512-ksxeAed6dIUtYSl0f8ehgWQjwXnpDGTIJt+WVRIGt3OObZkA96ZdBWx0xP7GrXZtj37u4n/Y1z7TyTm4bwQvrw==", "dev": true, "requires": { - "buffer": "^6.0.1", "pako": "^2.0.4", - "websocket": "^1.0.32" + "ws": "^8.8.1" } }, "@substrate/ss58-registry": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.29.1.tgz", - "integrity": "sha512-7+DeSVpUS2m+7HAeYvvypbnrYVat1b7ze2V9SV3d+pTbUHkovZACaHYm33FBHc9F+RpXgYgf+pikJXK5ux4o1g==" + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.35.0.tgz", + "integrity": "sha512-cIY3J7RlT4mfPNFwd2mv1q9vTp/shImw2gN2y2outMhOcagH/HG+W8/JohpifjxPC/1pbQ0Z8nxfL5Td3EchcA==", + "dev": true }, "@tsconfig/node10": { "version": "1.0.9", @@ -7090,6 +3947,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.1.tgz", "integrity": "sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==", + "dev": true, "requires": { "@types/node": "*" } @@ -7121,12 +3979,14 @@ "@types/node": { "version": "18.0.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz", - "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==" + "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==", + "dev": true }, "@types/node-fetch": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz", "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==", + "dev": true, "requires": { "@types/node": "*", "form-data": "^3.0.0" @@ -7142,6 +4002,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", + "dev": true, "requires": { "@types/node": "*" } @@ -7182,7 +4043,8 @@ "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true }, "balanced-match": { "version": "1.0.2", @@ -7190,12 +4052,6 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true - }, "binary-searching": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/binary-searching/-/binary-searching-2.0.5.tgz", @@ -7205,7 +4061,8 @@ "bn.js": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", - "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", + "dev": true }, "brace-expansion": { "version": "1.1.11", @@ -7218,26 +4075,15 @@ } }, "browserslist": { - "version": "4.20.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.4.tgz", - "integrity": "sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001349", - "electron-to-chromium": "^1.4.147", - "escalade": "^3.1.1", - "node-releases": "^2.0.5", - "picocolors": "^1.0.0" - } - }, - "buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "version": "4.21.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", "dev": true, "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.9" } }, "buffer-from": { @@ -7250,14 +4096,15 @@ "version": "4.0.6", "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz", "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==", + "dev": true, "requires": { "node-gyp-build": "^4.3.0" } }, "caniuse-lite": { - "version": "1.0.30001355", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001355.tgz", - "integrity": "sha512-Sd6pjJHF27LzCB7pT7qs+kuX2ndurzCzkpJl6Qct7LPSZ9jn0bkOA8mdgMgmqnQAWLVOOGjLpc+66V57eLtb1g==", + "version": "1.0.30001431", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz", + "integrity": "sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==", "dev": true }, "chalk": { @@ -7278,13 +4125,13 @@ "dev": true }, "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, "requires": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" } }, @@ -7318,6 +4165,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, "requires": { "delayed-stream": "~1.0.0" } @@ -7341,13 +4189,10 @@ "dev": true }, "convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.1" - } + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true }, "create-require": { "version": "1.1.1", @@ -7359,6 +4204,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "dev": true, "requires": { "es5-ext": "^0.10.50", "type": "^1.0.1" @@ -7367,12 +4213,14 @@ "data-uri-to-buffer": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", - "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==" + "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==", + "dev": true }, "debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, "requires": { "ms": "2.1.2" } @@ -7389,7 +4237,8 @@ "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true }, "dequal": { "version": "2.0.2", @@ -7407,14 +4256,15 @@ "version": "0.3.0", "resolved": "https://registry.npmjs.org/ed2curve/-/ed2curve-0.3.0.tgz", "integrity": "sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==", + "dev": true, "requires": { "tweetnacl": "1.x.x" } }, "electron-to-chromium": { - "version": "1.4.160", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.160.tgz", - "integrity": "sha512-O1Z12YfyeX2LXYO7MdHIPazGXzLzQnr1ADW55U2ARQsJBPgfpJz3u+g3Mo2l1wSyfOCdiGqaX9qtV4XKZ0HNRA==", + "version": "1.4.284", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", + "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", "dev": true }, "emoji-regex": { @@ -7427,6 +4277,7 @@ "version": "0.10.61", "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", + "dev": true, "requires": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", @@ -7437,6 +4288,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "dev": true, "requires": { "d": "1", "es5-ext": "^0.10.35", @@ -7447,6 +4299,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "dev": true, "requires": { "d": "^1.0.1", "ext": "^1.1.2" @@ -7467,12 +4320,14 @@ "eventemitter3": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true }, "ext": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz", "integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==", + "dev": true, "requires": { "type": "^2.5.0" }, @@ -7480,7 +4335,8 @@ "type": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", - "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==" + "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==", + "dev": true } } }, @@ -7488,6 +4344,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "dev": true, "requires": { "node-domexception": "^1.0.0", "web-streams-polyfill": "^3.0.3" @@ -7517,6 +4374,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "dev": true, "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -7527,6 +4385,7 @@ "version": "4.0.10", "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "dev": true, "requires": { "fetch-blob": "^3.1.2" } @@ -7588,12 +4447,6 @@ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true - }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -7610,12 +4463,6 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, - "ip-regex": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz", - "integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==", - "dev": true - }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -7634,7 +4481,8 @@ "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true }, "isobject": { "version": "3.0.1", @@ -7657,7 +4505,8 @@ "json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true }, "json5": { "version": "2.2.1", @@ -7690,7 +4539,8 @@ "lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true }, "make-dir": { "version": "2.1.0", @@ -7978,12 +4828,14 @@ "mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true }, "mime-types": { "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, "requires": { "mime-db": "1.52.0" } @@ -8006,7 +4858,8 @@ "mock-socket": { "version": "9.1.5", "resolved": "https://registry.npmjs.org/mock-socket/-/mock-socket-9.1.5.tgz", - "integrity": "sha512-3DeNIcsQixWHHKk6NdoBhWI4t1VMj5/HzfnI1rE/pLl5qKx7+gd4DNA07ehTaZ6MoUU053si6Hd+YtiM/tQZfg==" + "integrity": "sha512-3DeNIcsQixWHHKk6NdoBhWI4t1VMj5/HzfnI1rE/pLl5qKx7+gd4DNA07ehTaZ6MoUU053si6Hd+YtiM/tQZfg==", + "dev": true }, "mri": { "version": "1.2.0", @@ -8017,7 +4870,8 @@ "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true }, "neo-async": { "version": "2.6.2", @@ -8028,12 +4882,14 @@ "next-tick": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "dev": true }, "nock": { "version": "13.2.9", "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz", "integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==", + "dev": true, "requires": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", @@ -8044,26 +4900,30 @@ "node-domexception": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", - "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "dev": true }, "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz", + "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==", "dev": true, "requires": { - "whatwg-url": "^5.0.0" + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" } }, "node-gyp-build": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.4.0.tgz", - "integrity": "sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==" + "integrity": "sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==", + "dev": true }, "node-releases": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", - "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "once": { @@ -8100,9 +4960,10 @@ "dev": true }, "pako": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz", - "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", + "dev": true }, "path-exists": { "version": "3.0.0", @@ -8163,12 +5024,14 @@ "propagate": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", - "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==" + "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", + "dev": true }, "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "version": "0.13.10", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", + "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==", + "dev": true }, "require-directory": { "version": "2.1.1", @@ -8189,6 +5052,7 @@ "version": "7.5.7", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.7.tgz", "integrity": "sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==", + "dev": true, "requires": { "tslib": "^2.1.0" } @@ -8202,12 +5066,6 @@ "mri": "^1.1.0" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -8274,12 +5132,6 @@ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true }, - "tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, "ts-node": { "version": "10.8.1", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz", @@ -8304,22 +5156,26 @@ "tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true }, "tweetnacl": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", - "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" + "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==", + "dev": true }, "type": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", + "dev": true }, "typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, "requires": { "is-typedarray": "^1.0.0" } @@ -8346,10 +5202,21 @@ "@types/unist": "^2.0.0" } }, + "update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, "utf-8-validate": { "version": "5.0.9", "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz", "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==", + "dev": true, "requires": { "node-gyp-build": "^4.3.0" } @@ -8383,18 +5250,14 @@ "web-streams-polyfill": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", - "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==" - }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", "dev": true }, "websocket": { "version": "1.0.34", "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz", "integrity": "sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==", + "dev": true, "requires": { "bufferutil": "^4.0.1", "debug": "^2.2.0", @@ -8408,6 +5271,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "requires": { "ms": "2.0.0" } @@ -8415,20 +5279,11 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true } } }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dev": true, - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, "wordwrap": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", @@ -8479,9 +5334,10 @@ "dev": true }, "ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", + "dev": true, "requires": {} }, "y18n": { @@ -8493,27 +5349,28 @@ "yaeti": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz", - "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==" + "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==", + "dev": true }, "yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, "requires": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" } }, "yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true }, "yn": { diff --git a/typescript-api/package.json b/typescript-api/package.json index 166de0eae6..84d3120cf0 100644 --- a/typescript-api/package.json +++ b/typescript-api/package.json @@ -1,6 +1,6 @@ { "name": "@moonbeam-network/api-augment", - "version": "0.1801.0", + "version": "0.2000.0", "private": true, "description": "Moonbeam types augment for @polkadot/api", "author": "PureStake", @@ -87,12 +87,27 @@ "jsdocSingleLineComment": false }, "devDependencies": { - "@polkadot/api": "^9.4.2", - "@polkadot/typegen": "^8.10.1", + "@polkadot/api": "^9.9.4", + "@polkadot/typegen": "9.9.4", "prettier": "^2.7.1", "prettier-plugin-jsdoc": "^0.3.38", "rimraf": "^3.0.2", "ts-node": "^10.8.1", "typescript": "^4.7.3" + }, + "overrides": { + "@polkadot/api": "$@polkadot/api", + "@polkadot/api-derive": "$@polkadot/api", + "@polkadot/api-augment": "$@polkadot/api", + "@polkadot/api-base": "$@polkadot/api", + "@polkadot/rpc-augment": "$@polkadot/api", + "@polkadot/rpc-core": "$@polkadot/api", + "@polkadot/rpc-provider": "$@polkadot/api", + "@polkadot/types-create": "$@polkadot/api", + "@polkadot/types-augment": "$@polkadot/api", + "@polkadot/types-support": "$@polkadot/api", + "@polkadot/types-codec": "$@polkadot/api", + "@polkadot/types": "$@polkadot/api", + "@polkadot/types-known": "$@polkadot/api" } } diff --git a/typescript-api/scripts/runtime-upgrade.sh b/typescript-api/scripts/runtime-upgrade.sh index 2e4a697720..144b056c04 100755 --- a/typescript-api/scripts/runtime-upgrade.sh +++ b/typescript-api/scripts/runtime-upgrade.sh @@ -15,6 +15,11 @@ if [[ $# -gt 0 ]]; then npm version --no-git-tag-version 0.$RUNTIME_CHAIN_SPEC.0 fi +if [[ ! -f ../build/moonbeam ]]; then + echo "Missing ../build/moonbeam binary" + exit 1 +fi + # Install dependencies npm install diff --git a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts index 55ef85790d..4b6ed94b3a 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts @@ -1,21 +1,29 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; -import type { Bytes, Option, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; -import type { Codec } from "@polkadot/types-codec/types"; -import type { Perbill, Percent, Permill } from "@polkadot/types/interfaces/runtime"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/consts"; + +import type { ApiTypes, AugmentedConst } from "@polkadot/api-base/types"; +import type { Bytes, Option, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; +import type { Codec, ITuple } from "@polkadot/types-codec/types"; +import type { Perbill, Permill } from "@polkadot/types/interfaces/runtime"; import type { FrameSupportPalletId, - FrameSupportWeightsRuntimeDbWeight, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, + PalletReferendaTrackInfo, SpVersionRuntimeVersion, + SpWeightsRuntimeDbWeight, + SpWeightsWeightV2Weight, XcmV1MultiLocation, } from "@polkadot/types/lookup"; +export type __AugmentedConst = AugmentedConst; + declare module "@polkadot/api-base/types/consts" { - export interface AugmentedConsts { + interface AugmentedConsts { assetManager: { /** * The basic amount of funds that must be reserved for a local asset. @@ -78,6 +86,27 @@ declare module "@polkadot/api-base/types/consts" { */ [key: string]: Codec; }; + convictionVoting: { + /** + * The maximum number of concurrent votes an account may have. + * + * Also used to compute weight, an overly large value can lead to + * extrinsic with large weight estimation: see `delegate` for instance. + */ + maxVotes: u32 & AugmentedConst; + /** + * The minimum period of vote locking. + * + * It should be no shorter than enactment period to ensure that in the + * case of an approval, those successful voters are locked into the + * consequences that their votes entail. + */ + voteLockingPeriod: u32 & AugmentedConst; + /** + * Generic const + */ + [key: string]: Codec; + }; crowdloanRewards: { /** * Percentage to be payed at initialization @@ -127,6 +156,14 @@ declare module "@polkadot/api-base/types/consts" { * How often (in blocks) new public referenda are launched. */ launchPeriod: u32 & AugmentedConst; + /** + * The maximum number of items which can be blacklisted. + */ + maxBlacklisted: u32 & AugmentedConst; + /** + * The maximum number of deposits a public proposal may have at any time. + */ + maxDeposits: u32 & AugmentedConst; /** * The maximum number of public proposals that can exist at any time. */ @@ -142,10 +179,6 @@ declare module "@polkadot/api-base/types/consts" { * The minimum amount to be used as a deposit for a public referendum proposal. */ minimumDeposit: u128 & AugmentedConst; - /** - * The amount of balance that must be deposited per byte of preimage stored. - */ - preimageByteDeposit: u128 & AugmentedConst; /** * The minimum period of vote locking. * @@ -257,19 +290,6 @@ declare module "@polkadot/api-base/types/consts" { * be executable */ candidateBondLessDelay: u32 & AugmentedConst; - /** - * Default number of blocks per round at genesis - */ - defaultBlocksPerRound: u32 & AugmentedConst; - /** - * Default commission due to collators, is `CollatorCommission` storage - * value in genesis - */ - defaultCollatorCommission: Perbill & AugmentedConst; - /** - * Default percent of inflation set aside for parachain bond account - */ - defaultParachainBondReservePercent: Percent & AugmentedConst; /** * Number of rounds that delegation less requests must wait before executable */ @@ -410,15 +430,43 @@ declare module "@polkadot/api-base/types/consts" { */ [key: string]: Codec; }; + referenda: { + /** + * Quantization level for the referendum wakeup scheduler. A higher number + * will result in fewer storage reads/writes needed for smaller voters, + * but also result in delays to the automatic referendum status changes. + * Explicit servicing instructions are unaffected. + */ + alarmInterval: u32 & AugmentedConst; + /** + * Maximum size of the referendum queue for a single track. + */ + maxQueued: u32 & AugmentedConst; + /** + * The minimum amount to be used as a deposit for a public referendum proposal. + */ + submissionDeposit: u128 & AugmentedConst; + /** + * Information concerning the different referendum tracks. + */ + tracks: Vec> & AugmentedConst; + /** + * The number of blocks after submission that a referendum must begin + * being decided by. Once this passes, then anyone may cancel the referendum. + */ + undecidingTimeout: u32 & AugmentedConst; + /** + * Generic const + */ + [key: string]: Codec; + }; scheduler: { /** - * The maximum weight that may be scheduled per block for any - * dispatchables of less priority than `schedule::HARD_DEADLINE`. + * The maximum weight that may be scheduled per block for any dispatchables. */ - maximumWeight: u64 & AugmentedConst; + maximumWeight: SpWeightsWeightV2Weight & AugmentedConst; /** * The maximum number of scheduled calls in the queue for a single block. - * Not strictly enforced, but used for weight estimation. */ maxScheduledPerBlock: u32 & AugmentedConst; /** @@ -443,9 +491,9 @@ declare module "@polkadot/api-base/types/consts" { /** * The weight of runtime database operations the runtime can invoke. */ - dbWeight: FrameSupportWeightsRuntimeDbWeight & AugmentedConst; + dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst; /** - * The designated SS85 prefix of this chain. + * The designated SS58 prefix of this chain. * * This replaces the "ss58Format" property declared in the chain spec. * Reason is that the runtime should know about the prefix in order to diff --git a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts index 932dd222b9..7d38fa4071 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts @@ -1,10 +1,16 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/errors"; + +import type { ApiTypes, AugmentedError } from "@polkadot/api-base/types"; + +export type __AugmentedError = AugmentedError; declare module "@polkadot/api-base/types/errors" { - export interface AugmentedErrors { + interface AugmentedErrors { assetManager: { AssetAlreadyExists: AugmentedError; AssetDoesNotExist: AugmentedError; @@ -181,6 +187,62 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + convictionVoting: { + /** + * The account is already delegating. + */ + AlreadyDelegating: AugmentedError; + /** + * The account currently has votes attached to it and the operation cannot + * succeed until these are removed, either through `unvote` or `reap_vote`. + */ + AlreadyVoting: AugmentedError; + /** + * The class ID supplied is invalid. + */ + BadClass: AugmentedError; + /** + * The class must be supplied since it is not easily determinable from the state. + */ + ClassNeeded: AugmentedError; + /** + * Too high a balance was provided that the account cannot afford. + */ + InsufficientFunds: AugmentedError; + /** + * Maximum number of votes reached. + */ + MaxVotesReached: AugmentedError; + /** + * Delegation to oneself makes no sense. + */ + Nonsense: AugmentedError; + /** + * The actor has no permission to conduct the action. + */ + NoPermission: AugmentedError; + /** + * The actor has no permission to conduct the action right now but will do + * in the future. + */ + NoPermissionYet: AugmentedError; + /** + * The account is not currently delegating. + */ + NotDelegating: AugmentedError; + /** + * Poll is not ongoing. + */ + NotOngoing: AugmentedError; + /** + * The given account did not vote on the poll. + */ + NotVoter: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; councilCollective: { /** * Members are already initialized! @@ -318,18 +380,10 @@ declare module "@polkadot/api-base/types/errors" { * Identity may not veto a proposal twice */ AlreadyVetoed: AugmentedError; - /** - * Preimage already noted - */ - DuplicatePreimage: AugmentedError; /** * Proposal already made */ DuplicateProposal: AugmentedError; - /** - * Imminent - */ - Imminent: AugmentedError; /** * The instant referendum origin is currently disallowed. */ @@ -366,10 +420,6 @@ declare module "@polkadot/api-base/types/errors" { * The account is not currently delegating. */ NotDelegating: AugmentedError; - /** - * Not imminent - */ - NotImminent: AugmentedError; /** * Next external proposal not simple majority */ @@ -378,14 +428,6 @@ declare module "@polkadot/api-base/types/errors" { * The given account did not vote on the referendum. */ NotVoter: AugmentedError; - /** - * Invalid preimage - */ - PreimageInvalid: AugmentedError; - /** - * Preimage not found - */ - PreimageMissing: AugmentedError; /** * Proposal still blacklisted */ @@ -399,13 +441,9 @@ declare module "@polkadot/api-base/types/errors" { */ ReferendumInvalid: AugmentedError; /** - * Too early + * Maximum number of items reached. */ - TooEarly: AugmentedError; - /** - * Maximum number of proposals reached. - */ - TooManyProposals: AugmentedError; + TooMany: AugmentedError; /** * Value too low */ @@ -456,6 +494,16 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + ethereumXcm: { + /** + * Xcm to Ethereum execution is suspended + */ + EthereumXcmExecutionSuspended: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; evm: { /** * Not enough balance to perform action @@ -485,6 +533,10 @@ declare module "@polkadot/api-base/types/errors" { * Calculating total payment overflowed */ PaymentOverflow: AugmentedError; + /** + * EVM reentrancy + */ + Reentrancy: AugmentedError; /** * Undefined error. */ @@ -523,6 +575,10 @@ declare module "@polkadot/api-base/types/errors" { * The target is invalid. */ InvalidTarget: AugmentedError; + /** + * The provided judgement was for a different identity. + */ + JudgementForDifferentIdentity: AugmentedError; /** * Judgement given. */ @@ -650,6 +706,28 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + migrations: { + /** + * Preimage already exists in the new storage. + */ + PreimageAlreadyExists: AugmentedError; + /** + * Preimage is larger than the new max size. + */ + PreimageIsTooBig: AugmentedError; + /** + * Missing preimage in original democracy storage + */ + PreimageMissing: AugmentedError; + /** + * Provided upper bound is too low. + */ + WrongUpperBound: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; moonbeamOrbiters: { /** * The collator is already added in orbiters program. @@ -729,11 +807,14 @@ declare module "@polkadot/api-base/types/errors" { PendingDelegationRequestNotDueYet: AugmentedError; PendingDelegationRevoke: AugmentedError; RoundLengthMustBeAtLeastTotalSelectedCollators: AugmentedError; + TooLowCandidateAutoCompoundingDelegationCountToAutoCompound: AugmentedError; + TooLowCandidateAutoCompoundingDelegationCountToDelegate: AugmentedError; TooLowCandidateCountToLeaveCandidates: AugmentedError; TooLowCandidateCountWeightHintCancelLeaveCandidates: AugmentedError; TooLowCandidateCountWeightHintJoinCandidates: AugmentedError; TooLowCandidateDelegationCountToDelegate: AugmentedError; TooLowCandidateDelegationCountToLeaveCandidates: AugmentedError; + TooLowDelegationCountToAutoCompound: AugmentedError; TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; /** @@ -842,6 +923,36 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + preimage: { + /** + * Preimage has already been noted on-chain. + */ + AlreadyNoted: AugmentedError; + /** + * The user is not authorized to perform this action. + */ + NotAuthorized: AugmentedError; + /** + * The preimage cannot be removed since it has not yet been noted. + */ + NotNoted: AugmentedError; + /** + * The preimage request cannot be removed since no outstanding requests exist. + */ + NotRequested: AugmentedError; + /** + * A preimage may not be removed when there are outstanding requests. + */ + Requested: AugmentedError; + /** + * Preimage is too large to store on-chain. + */ + TooBig: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; proxy: { /** * Account is already a proxy. @@ -898,11 +1009,65 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + referenda: { + /** + * The referendum index provided is invalid in this context. + */ + BadReferendum: AugmentedError; + /** + * The track identifier given was invalid. + */ + BadTrack: AugmentedError; + /** + * There are already a full complement of referendums in progress for this track. + */ + Full: AugmentedError; + /** + * Referendum's decision deposit is already paid. + */ + HasDeposit: AugmentedError; + /** + * The deposit cannot be refunded since none was made. + */ + NoDeposit: AugmentedError; + /** + * The deposit refunder is not the depositor. + */ + NoPermission: AugmentedError; + /** + * There was nothing to do in the advancement. + */ + NothingToDo: AugmentedError; + /** + * Referendum is not ongoing. + */ + NotOngoing: AugmentedError; + /** + * No track exists for the proposal origin. + */ + NoTrack: AugmentedError; + /** + * The queue of the track is empty. + */ + QueueEmpty: AugmentedError; + /** + * Any deposit cannot be refunded until after the decision is over. + */ + Unfinished: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; scheduler: { /** * Failed to schedule a call */ FailedToSchedule: AugmentedError; + /** + * Attempt to use a non-named function on a named task. + */ + Named: AugmentedError; /** * Cannot find the scheduled call. */ @@ -1093,6 +1258,32 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + whitelist: { + /** + * The call was already whitelisted; No-Op. + */ + CallAlreadyWhitelisted: AugmentedError; + /** + * The call was not whitelisted. + */ + CallIsNotWhitelisted: AugmentedError; + /** + * The weight of the decoded call was higher than the witness. + */ + InvalidCallWeightWitness: AugmentedError; + /** + * The preimage of the call hash could not be loaded. + */ + UnavailablePreImage: AugmentedError; + /** + * The call could not be decoded. + */ + UndecodableCall: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; xcmpQueue: { /** * Bad overweight index. diff --git a/typescript-api/src/moonbase/interfaces/augment-api-events.ts b/typescript-api/src/moonbase/interfaces/augment-api-events.ts index 9fe280630b..42b77235ac 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-events.ts @@ -1,7 +1,11 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/events"; + +import type { ApiTypes, AugmentedEvent } from "@polkadot/api-base/types"; import type { Bytes, Null, @@ -9,7 +13,6 @@ import type { Result, U256, U8aFixed, - Vec, bool, u128, u16, @@ -29,13 +32,15 @@ import type { import type { EthereumLog, EvmCoreErrorExitReason, - FrameSupportScheduleLookupError, + FrameSupportDispatchDispatchInfo, + FrameSupportDispatchPostDispatchInfo, + FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, - FrameSupportWeightsDispatchInfo, MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, MoonbaseRuntimeProxyType, MoonbaseRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, + PalletConvictionVotingTally, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, @@ -43,6 +48,8 @@ import type { PalletXcmTransactorRemoteTransactInfoWithMaxWeight, SessionKeysPrimitivesVrfVrfCryptoPublic, SpRuntimeDispatchError, + SpRuntimeDispatchErrorWithPostInfo, + SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, @@ -54,8 +61,10 @@ import type { XcmVersionedMultiLocation, } from "@polkadot/types/lookup"; +export type __AugmentedEvent = AugmentedEvent; + declare module "@polkadot/api-base/types/events" { - export interface AugmentedEvents { + interface AugmentedEvents { assetManager: { /** * Removed all information related to an assetId and destroyed asset @@ -439,7 +448,6 @@ declare module "@polkadot/api-base/types/events" { }; baseFee: { BaseFeeOverflow: AugmentedEvent; - IsActive: AugmentedEvent; NewBaseFeePerGas: AugmentedEvent; NewElasticity: AugmentedEvent; /** @@ -447,6 +455,20 @@ declare module "@polkadot/api-base/types/events" { */ [key: string]: AugmentedEvent; }; + convictionVoting: { + /** + * An account has delegated their vote to another account. [who, target] + */ + Delegated: AugmentedEvent; + /** + * An [account] has cancelled a previous delegation operation. + */ + Undelegated: AugmentedEvent; + /** + * Generic event + */ + [key: string]: AugmentedEvent; + }; councilCollective: { /** * A motion was approved by the required threshold. @@ -579,14 +601,6 @@ declare module "@polkadot/api-base/types/events" { [who: AccountId20, target: AccountId20], { who: AccountId20; target: AccountId20 } >; - /** - * A proposal has been enacted. - */ - Executed: AugmentedEvent< - ApiType, - [refIndex: u32, result: Result], - { refIndex: u32; result: Result } - >; /** * An external proposal has been tabled. */ @@ -599,46 +613,6 @@ declare module "@polkadot/api-base/types/events" { * A proposal has been approved by referendum. */ Passed: AugmentedEvent; - /** - * A proposal could not be executed because its preimage was invalid. - */ - PreimageInvalid: AugmentedEvent< - ApiType, - [proposalHash: H256, refIndex: u32], - { proposalHash: H256; refIndex: u32 } - >; - /** - * A proposal could not be executed because its preimage was missing. - */ - PreimageMissing: AugmentedEvent< - ApiType, - [proposalHash: H256, refIndex: u32], - { proposalHash: H256; refIndex: u32 } - >; - /** - * A proposal's preimage was noted, and the deposit taken. - */ - PreimageNoted: AugmentedEvent< - ApiType, - [proposalHash: H256, who: AccountId20, deposit: u128], - { proposalHash: H256; who: AccountId20; deposit: u128 } - >; - /** - * A registered preimage was removed and the deposit collected by the reaper. - */ - PreimageReaped: AugmentedEvent< - ApiType, - [proposalHash: H256, provider: AccountId20, deposit: u128, reaper: AccountId20], - { proposalHash: H256; provider: AccountId20; deposit: u128; reaper: AccountId20 } - >; - /** - * A proposal preimage was removed and used (the deposit was returned). - */ - PreimageUsed: AugmentedEvent< - ApiType, - [proposalHash: H256, provider: AccountId20, deposit: u128], - { proposalHash: H256; provider: AccountId20; deposit: u128 } - >; /** * A proposal got canceled. */ @@ -672,8 +646,8 @@ declare module "@polkadot/api-base/types/events" { */ Tabled: AugmentedEvent< ApiType, - [proposalIndex: u32, deposit: u128, depositors: Vec], - { proposalIndex: u32; deposit: u128; depositors: Vec } + [proposalIndex: u32, deposit: u128], + { proposalIndex: u32; deposit: u128 } >; /** * An account has cancelled a previous delegation operation. @@ -718,16 +692,16 @@ declare module "@polkadot/api-base/types/events" { */ OverweightEnqueued: AugmentedEvent< ApiType, - [messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64], - { messageId: U8aFixed; overweightIndex: u64; requiredWeight: u64 } + [messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight], + { messageId: U8aFixed; overweightIndex: u64; requiredWeight: SpWeightsWeightV2Weight } >; /** * Downward message from the overweight queue was executed. */ OverweightServiced: AugmentedEvent< ApiType, - [overweightIndex: u64, weightUsed: u64], - { overweightIndex: u64; weightUsed: u64 } + [overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight], + { overweightIndex: u64; weightUsed: SpWeightsWeightV2Weight } >; /** * Downward message is unsupported version of XCM. @@ -738,8 +712,16 @@ declare module "@polkadot/api-base/types/events" { */ WeightExhausted: AugmentedEvent< ApiType, - [messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64], - { messageId: U8aFixed; remainingWeight: u64; requiredWeight: u64 } + [ + messageId: U8aFixed, + remainingWeight: SpWeightsWeightV2Weight, + requiredWeight: SpWeightsWeightV2Weight + ], + { + messageId: U8aFixed; + remainingWeight: SpWeightsWeightV2Weight; + requiredWeight: SpWeightsWeightV2Weight; + } >; /** * Generic event @@ -1045,8 +1027,8 @@ declare module "@polkadot/api-base/types/events" { */ MigrationCompleted: AugmentedEvent< ApiType, - [migrationName: Bytes, consumedWeight: u64], - { migrationName: Bytes; consumedWeight: u64 } + [migrationName: Bytes, consumedWeight: SpWeightsWeightV2Weight], + { migrationName: Bytes; consumedWeight: SpWeightsWeightV2Weight } >; /** * Migration started @@ -1055,7 +1037,11 @@ declare module "@polkadot/api-base/types/events" { /** * Runtime upgrade completed */ - RuntimeUpgradeCompleted: AugmentedEvent; + RuntimeUpgradeCompleted: AugmentedEvent< + ApiType, + [weight: SpWeightsWeightV2Weight], + { weight: SpWeightsWeightV2Weight } + >; /** * Runtime upgrade started */ @@ -1117,6 +1103,14 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; parachainStaking: { + /** + * Auto-compounding reward percent was set for a delegation. + */ + AutoCompoundSet: AugmentedEvent< + ApiType, + [candidate: AccountId20, delegator: AccountId20, value: Percent], + { candidate: AccountId20; delegator: AccountId20; value: Percent } + >; /** * Set blocks per round */ @@ -1245,6 +1239,14 @@ declare module "@polkadot/api-base/types/events" { [old: Perbill, new_: Perbill], { old: Perbill; new_: Perbill } >; + /** + * Compounded a portion of rewards towards the delegation. + */ + Compounded: AugmentedEvent< + ApiType, + [candidate: AccountId20, delegator: AccountId20, amount: u128], + { candidate: AccountId20; delegator: AccountId20; amount: u128 } + >; /** * New delegation (increase of the existing one). */ @@ -1254,13 +1256,15 @@ declare module "@polkadot/api-base/types/events" { delegator: AccountId20, lockedAmount: u128, candidate: AccountId20, - delegatorPosition: PalletParachainStakingDelegatorAdded + delegatorPosition: PalletParachainStakingDelegatorAdded, + autoCompound: Percent ], { delegator: AccountId20; lockedAmount: u128; candidate: AccountId20; delegatorPosition: PalletParachainStakingDelegatorAdded; + autoCompound: Percent; } >; DelegationDecreased: AugmentedEvent< @@ -1446,8 +1450,8 @@ declare module "@polkadot/api-base/types/events" { */ DownwardMessagesProcessed: AugmentedEvent< ApiType, - [weightUsed: u64, dmqHead: H256], - { weightUsed: u64; dmqHead: H256 } + [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], + { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 } >; /** * Some downward messages have been received and will be processed. @@ -1479,6 +1483,12 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; polkadotXcm: { + /** + * Some assets have been claimed from an asset trap + * + * [ hash, origin, assets ] + */ + AssetsClaimed: AugmentedEvent; /** * Some assets have been placed in an asset trap. * @@ -1545,7 +1555,10 @@ declare module "@polkadot/api-base/types/events" { * * [ id, pallet index, call index, actual weight, max budgeted weight ] */ - NotifyOverweight: AugmentedEvent; + NotifyOverweight: AugmentedEvent< + ApiType, + [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight] + >; /** * A given location which had a version change subscription was dropped * owing to an error migrating the location to our new XCM format. @@ -1605,6 +1618,24 @@ declare module "@polkadot/api-base/types/events" { */ [key: string]: AugmentedEvent; }; + preimage: { + /** + * A preimage has ben cleared. + */ + Cleared: AugmentedEvent; + /** + * A preimage has been noted. + */ + Noted: AugmentedEvent; + /** + * A preimage has been requested. + */ + Requested: AugmentedEvent; + /** + * Generic event + */ + [key: string]: AugmentedEvent; + }; proxy: { /** * An announcement was placed to make a call in the future. @@ -1614,25 +1645,6 @@ declare module "@polkadot/api-base/types/events" { [real: AccountId20, proxy: AccountId20, callHash: H256], { real: AccountId20; proxy: AccountId20; callHash: H256 } >; - /** - * Anonymous account has been created by new proxy with given - * disambiguation index and proxy type. - */ - AnonymousCreated: AugmentedEvent< - ApiType, - [ - anonymous: AccountId20, - who: AccountId20, - proxyType: MoonbaseRuntimeProxyType, - disambiguationIndex: u16 - ], - { - anonymous: AccountId20; - who: AccountId20; - proxyType: MoonbaseRuntimeProxyType; - disambiguationIndex: u16; - } - >; /** * A proxy was added. */ @@ -1677,6 +1689,25 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; + /** + * A pure account has been created by new proxy with given disambiguation + * index and proxy type. + */ + PureCreated: AugmentedEvent< + ApiType, + [ + pure: AccountId20, + who: AccountId20, + proxyType: MoonbaseRuntimeProxyType, + disambiguationIndex: u16 + ], + { + pure: AccountId20; + who: AccountId20; + proxyType: MoonbaseRuntimeProxyType; + disambiguationIndex: u16; + } + >; /** * Generic event */ @@ -1741,14 +1772,116 @@ declare module "@polkadot/api-base/types/events" { */ [key: string]: AugmentedEvent; }; + referenda: { + /** + * A referendum has been approved and its proposal has been scheduled. + */ + Approved: AugmentedEvent; + /** + * A referendum has been cancelled. + */ + Cancelled: AugmentedEvent< + ApiType, + [index: u32, tally: PalletConvictionVotingTally], + { index: u32; tally: PalletConvictionVotingTally } + >; + ConfirmAborted: AugmentedEvent; + /** + * A referendum has ended its confirmation phase and is ready for approval. + */ + Confirmed: AugmentedEvent< + ApiType, + [index: u32, tally: PalletConvictionVotingTally], + { index: u32; tally: PalletConvictionVotingTally } + >; + ConfirmStarted: AugmentedEvent; + /** + * The decision deposit has been placed. + */ + DecisionDepositPlaced: AugmentedEvent< + ApiType, + [index: u32, who: AccountId20, amount: u128], + { index: u32; who: AccountId20; amount: u128 } + >; + /** + * The decision deposit has been refunded. + */ + DecisionDepositRefunded: AugmentedEvent< + ApiType, + [index: u32, who: AccountId20, amount: u128], + { index: u32; who: AccountId20; amount: u128 } + >; + /** + * A referendum has moved into the deciding phase. + */ + DecisionStarted: AugmentedEvent< + ApiType, + [ + index: u32, + track: u16, + proposal: FrameSupportPreimagesBounded, + tally: PalletConvictionVotingTally + ], + { + index: u32; + track: u16; + proposal: FrameSupportPreimagesBounded; + tally: PalletConvictionVotingTally; + } + >; + /** + * A deposit has been slashaed. + */ + DepositSlashed: AugmentedEvent< + ApiType, + [who: AccountId20, amount: u128], + { who: AccountId20; amount: u128 } + >; + /** + * A referendum has been killed. + */ + Killed: AugmentedEvent< + ApiType, + [index: u32, tally: PalletConvictionVotingTally], + { index: u32; tally: PalletConvictionVotingTally } + >; + /** + * A proposal has been rejected by referendum. + */ + Rejected: AugmentedEvent< + ApiType, + [index: u32, tally: PalletConvictionVotingTally], + { index: u32; tally: PalletConvictionVotingTally } + >; + /** + * A referendum has being submitted. + */ + Submitted: AugmentedEvent< + ApiType, + [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], + { index: u32; track: u16; proposal: FrameSupportPreimagesBounded } + >; + /** + * A referendum has been timed out without being decided. + */ + TimedOut: AugmentedEvent< + ApiType, + [index: u32, tally: PalletConvictionVotingTally], + { index: u32; tally: PalletConvictionVotingTally } + >; + /** + * Generic event + */ + [key: string]: AugmentedEvent; + }; scheduler: { /** * The call for the provided hash was not found so the task has been aborted. */ - CallLookupFailed: AugmentedEvent< + CallUnavailable: AugmentedEvent< ApiType, - [task: ITuple<[u32, u32]>, id: Option, error: FrameSupportScheduleLookupError], - { task: ITuple<[u32, u32]>; id: Option; error: FrameSupportScheduleLookupError } + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } >; /** * Canceled some task. @@ -1759,13 +1892,33 @@ declare module "@polkadot/api-base/types/events" { */ Dispatched: AugmentedEvent< ApiType, - [task: ITuple<[u32, u32]>, id: Option, result: Result], + [ + task: ITuple<[u32, u32]>, + id: Option, + result: Result + ], { task: ITuple<[u32, u32]>; - id: Option; + id: Option; result: Result; } >; + /** + * The given task was unable to be renewed since the agenda is full at that block. + */ + PeriodicFailed: AugmentedEvent< + ApiType, + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } + >; + /** + * The given task can never be executed since it is overweight. + */ + PermanentlyOverweight: AugmentedEvent< + ApiType, + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } + >; /** * Scheduled some task. */ @@ -1815,16 +1968,16 @@ declare module "@polkadot/api-base/types/events" { */ ExtrinsicFailed: AugmentedEvent< ApiType, - [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], - { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportWeightsDispatchInfo } + [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], + { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportDispatchDispatchInfo } >; /** * An extrinsic completed successfully. */ ExtrinsicSuccess: AugmentedEvent< ApiType, - [dispatchInfo: FrameSupportWeightsDispatchInfo], - { dispatchInfo: FrameSupportWeightsDispatchInfo } + [dispatchInfo: FrameSupportDispatchDispatchInfo], + { dispatchInfo: FrameSupportDispatchDispatchInfo } >; /** * An account was reaped. @@ -2071,6 +2224,25 @@ declare module "@polkadot/api-base/types/events" { */ [key: string]: AugmentedEvent; }; + whitelist: { + CallWhitelisted: AugmentedEvent; + WhitelistedCallDispatched: AugmentedEvent< + ApiType, + [ + callHash: H256, + result: Result + ], + { + callHash: H256; + result: Result; + } + >; + WhitelistedCallRemoved: AugmentedEvent; + /** + * Generic event + */ + [key: string]: AugmentedEvent; + }; xcmpQueue: { /** * Bad XCM format used. @@ -2093,32 +2265,32 @@ declare module "@polkadot/api-base/types/events" { */ Fail: AugmentedEvent< ApiType, - [messageHash: Option, error: XcmV2TraitsError, weight: u64], - { messageHash: Option; error: XcmV2TraitsError; weight: u64 } + [messageHash: Option, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight], + { messageHash: Option; error: XcmV2TraitsError; weight: SpWeightsWeightV2Weight } >; /** * An XCM exceeded the individual message weight budget. */ OverweightEnqueued: AugmentedEvent< ApiType, - [sender: u32, sentAt: u32, index: u64, required: u64], - { sender: u32; sentAt: u32; index: u64; required: u64 } + [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], + { sender: u32; sentAt: u32; index: u64; required: SpWeightsWeightV2Weight } >; /** * An XCM from the overweight queue was executed with the given actual weight used. */ OverweightServiced: AugmentedEvent< ApiType, - [index: u64, used: u64], - { index: u64; used: u64 } + [index: u64, used: SpWeightsWeightV2Weight], + { index: u64; used: SpWeightsWeightV2Weight } >; /** * Some XCM was executed ok. */ Success: AugmentedEvent< ApiType, - [messageHash: Option, weight: u64], - { messageHash: Option; weight: u64 } + [messageHash: Option, weight: SpWeightsWeightV2Weight], + { messageHash: Option; weight: SpWeightsWeightV2Weight } >; /** * An upward message was sent to the relay chain. diff --git a/typescript-api/src/moonbase/interfaces/augment-api-query.ts b/typescript-api/src/moonbase/interfaces/augment-api-query.ts index f800fa47ec..426a67c2bb 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-query.ts @@ -1,7 +1,11 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/storage"; + +import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from "@polkadot/api-base/types"; import type { Data } from "@polkadot/types"; import type { BTreeMap, @@ -38,7 +42,8 @@ import type { EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, - FrameSupportWeightsPerDispatchClassU64, + FrameSupportDispatchPerDispatchClassWeight, + FrameSupportPreimagesBounded, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, @@ -56,15 +61,15 @@ import type { PalletBalancesReleases, PalletBalancesReserveData, PalletCollectiveVotes, + PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsRewardInfo, - PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, - PalletDemocracyReleases, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMoonbeamOrbitersCollatorPoolInfo, + PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingCandidateMetadata, PalletParachainStakingCollatorSnapshot, @@ -76,12 +81,14 @@ import type { PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetOrderedSet, + PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRandomnessRandomnessResult, PalletRandomnessRequestState, PalletRandomnessRequestType, - PalletSchedulerScheduledV3, + PalletReferendaReferendumInfo, + PalletSchedulerScheduled, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletXcmQueryStatus, @@ -93,13 +100,17 @@ import type { PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, + SpWeightsWeightV2Weight, XcmV1MultiLocation, XcmVersionedMultiLocation, } from "@polkadot/types/lookup"; import type { Observable } from "@polkadot/types/types"; +export type __AugmentedQuery = AugmentedQuery unknown>; +export type __QueryableStorageEntry = QueryableStorageEntry; + declare module "@polkadot/api-base/types/storage" { - export interface AugmentedQueries { + interface AugmentedQueries { assetManager: { /** * Mapping from an asset id to asset type. This is mostly used when @@ -354,8 +365,36 @@ declare module "@polkadot/api-base/types/storage" { QueryableStorageEntry; elasticity: AugmentedQuery Observable, []> & QueryableStorageEntry; - isActive: AugmentedQuery Observable, []> & - QueryableStorageEntry; + /** + * Generic query + */ + [key: string]: QueryableStorageEntry; + }; + convictionVoting: { + /** + * The voting classes which have a non-zero lock requirement and the lock + * amounts which they require. The actual amount locked on behalf of this + * pallet should always be the maximum of this list. + */ + classLocksFor: AugmentedQuery< + ApiType, + (arg: AccountId20 | string | Uint8Array) => Observable>>, + [AccountId20] + > & + QueryableStorageEntry; + /** + * All voting for a particular voter in a particular voting class. We + * store the balance for the number of votes that we have recorded. + */ + votingFor: AugmentedQuery< + ApiType, + ( + arg1: AccountId20 | string | Uint8Array, + arg2: u16 | AnyNumber | Uint8Array + ) => Observable, + [AccountId20, u16] + > & + QueryableStorageEntry; /** * Generic query */ @@ -510,31 +549,23 @@ declare module "@polkadot/api-base/types/storage" { */ nextExternal: AugmentedQuery< ApiType, - () => Observable>>, + () => Observable< + Option> + >, [] > & QueryableStorageEntry; - /** - * Map of hashes to the proposal preimage, along with who registered it - * and their deposit. The block number is the block at which it was deposited. - */ - preimages: AugmentedQuery< - ApiType, - (arg: H256 | string | Uint8Array) => Observable>, - [H256] - > & - QueryableStorageEntry; /** * The number of (public) proposals that have been made so far. */ publicPropCount: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * The public proposals. Unsorted. The second item is the proposal's hash. + * The public proposals. Unsorted. The second item is the proposal. */ publicProps: AugmentedQuery< ApiType, - () => Observable>>, + () => Observable>>, [] > & QueryableStorageEntry; @@ -554,17 +585,6 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** - * Storage version of the pallet. - * - * New networks start with last version. - */ - storageVersion: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; /** * All votes for a particular voter. We store the balance for the number * of votes that we have recorded. The second item is the total amount of @@ -679,6 +699,22 @@ declare module "@polkadot/api-base/types/storage" { */ [key: string]: QueryableStorageEntry; }; + ethereumXcm: { + /** + * Whether or not Ethereum-XCM is suspended from executing + */ + ethereumXcmSuspended: AugmentedQuery Observable, []> & + QueryableStorageEntry; + /** + * Global nonce used for building Ethereum transaction payload. + */ + nonce: AugmentedQuery Observable, []> & + QueryableStorageEntry; + /** + * Generic query + */ + [key: string]: QueryableStorageEntry; + }; evm: { accountCodes: AugmentedQuery< ApiType, @@ -924,6 +960,17 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; + /** + * Stores auto-compounding configuration per collator. + */ + autoCompoundingDelegations: AugmentedQuery< + ApiType, + ( + arg: AccountId20 | string | Uint8Array + ) => Observable>, + [AccountId20] + > & + QueryableStorageEntry; /** * Points for each collator per round */ @@ -1223,13 +1270,21 @@ declare module "@polkadot/api-base/types/storage" { * The weight we reserve at the beginning of the block for processing DMP * messages. This overrides the amount set in the Config trait. */ - reservedDmpWeightOverride: AugmentedQuery Observable>, []> & + reservedDmpWeightOverride: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & QueryableStorageEntry; /** * The weight we reserve at the beginning of the block for processing XCMP * messages. This overrides the amount set in the Config trait. */ - reservedXcmpWeightOverride: AugmentedQuery Observable>, []> & + reservedXcmpWeightOverride: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & QueryableStorageEntry; /** * An option which indicates if the relay-chain restricts signalling a @@ -1365,6 +1420,29 @@ declare module "@polkadot/api-base/types/storage" { */ [key: string]: QueryableStorageEntry; }; + preimage: { + preimageFor: AugmentedQuery< + ApiType, + ( + arg: ITuple<[H256, u32]> | [H256 | string | Uint8Array, u32 | AnyNumber | Uint8Array] + ) => Observable>, + [ITuple<[H256, u32]>] + > & + QueryableStorageEntry]>; + /** + * The request status of a given hash. + */ + statusFor: AugmentedQuery< + ApiType, + (arg: H256 | string | Uint8Array) => Observable>, + [H256] + > & + QueryableStorageEntry; + /** + * Generic query + */ + [key: string]: QueryableStorageEntry; + }; proxy: { /** * The announcements made by the proxy (key). @@ -1465,6 +1543,47 @@ declare module "@polkadot/api-base/types/storage" { */ [key: string]: QueryableStorageEntry; }; + referenda: { + /** + * The number of referenda being decided currently. + */ + decidingCount: AugmentedQuery< + ApiType, + (arg: u16 | AnyNumber | Uint8Array) => Observable, + [u16] + > & + QueryableStorageEntry; + /** + * The next free referendum index, aka the number of referenda started so far. + */ + referendumCount: AugmentedQuery Observable, []> & + QueryableStorageEntry; + /** + * Information concerning any given referendum. + */ + referendumInfoFor: AugmentedQuery< + ApiType, + (arg: u32 | AnyNumber | Uint8Array) => Observable>, + [u32] + > & + QueryableStorageEntry; + /** + * The sorted list of referenda ready to be decided but not yet being + * decided, ordered by conviction-weighted approvals. + * + * This should be empty if `DecidingCount` is less than `TrackInfo::max_deciding`. + */ + trackQueue: AugmentedQuery< + ApiType, + (arg: u16 | AnyNumber | Uint8Array) => Observable>>, + [u16] + > & + QueryableStorageEntry; + /** + * Generic query + */ + [key: string]: QueryableStorageEntry; + }; scheduler: { /** * Items to be executed, indexed by the block number that they should be @@ -1472,19 +1591,24 @@ declare module "@polkadot/api-base/types/storage" { */ agenda: AugmentedQuery< ApiType, - (arg: u32 | AnyNumber | Uint8Array) => Observable>>, + (arg: u32 | AnyNumber | Uint8Array) => Observable>>, [u32] > & QueryableStorageEntry; + incompleteSince: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** - * Lookup from identity to the block number and index of the task. + * Lookup from a name to the block number and index of the task. + * + * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed + * to form the v4 identities. */ lookup: AugmentedQuery< ApiType, - (arg: Bytes | string | Uint8Array) => Observable>>, - [Bytes] + (arg: U8aFixed | string | Uint8Array) => Observable>>, + [U8aFixed] > & - QueryableStorageEntry; + QueryableStorageEntry; /** * Generic query */ @@ -1530,7 +1654,7 @@ declare module "@polkadot/api-base/types/storage" { */ blockWeight: AugmentedQuery< ApiType, - () => Observable, + () => Observable, [] > & QueryableStorageEntry; @@ -1774,6 +1898,18 @@ declare module "@polkadot/api-base/types/storage" { */ [key: string]: QueryableStorageEntry; }; + whitelist: { + whitelistedCall: AugmentedQuery< + ApiType, + (arg: H256 | string | Uint8Array) => Observable>, + [H256] + > & + QueryableStorageEntry; + /** + * Generic query + */ + [key: string]: QueryableStorageEntry; + }; xcmpQueue: { /** * Inbound aggregate XCMP messages. It can only be one per ParaId/block. diff --git a/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts b/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts index 7fb5d936a9..53d6f26f68 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/rpc-core/types/jsonrpc"; + import type { AugmentedRpc } from "@polkadot/rpc-core/types"; import type { Metadata, StorageKey } from "@polkadot/types"; import type { @@ -31,7 +35,7 @@ import type { ContractCallRequest, ContractExecResult, ContractInstantiateResult, - InstantiateRequest, + InstantiateRequestV1, } from "@polkadot/types/interfaces/contracts"; import type { BlockStats } from "@polkadot/types/interfaces/dev"; import type { CreatedBlock } from "@polkadot/types/interfaces/engine"; @@ -59,7 +63,7 @@ import type { } from "@polkadot/types/interfaces/grandpa"; import type { MmrLeafBatchProof, MmrLeafProof } from "@polkadot/types/interfaces/mmr"; import type { StorageKind } from "@polkadot/types/interfaces/offchain"; -import type { FeeDetails, RuntimeDispatchInfo } from "@polkadot/types/interfaces/payment"; +import type { FeeDetails, RuntimeDispatchInfoV1 } from "@polkadot/types/interfaces/payment"; import type { RpcMethods } from "@polkadot/types/interfaces/rpc"; import type { AccountId, @@ -93,8 +97,10 @@ import type { } from "@polkadot/types/interfaces/system"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; +export type __AugmentedRpc = AugmentedRpc<() => unknown>; + declare module "@polkadot/rpc-core/types/jsonrpc" { - export interface RpcInterface { + interface RpcInterface { author: { /** * Returns true if the keystore has private keys for the given public key @@ -139,11 +145,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { /** * Submit and subscribe to watch an extrinsic until unsubscribed */ - submitAndWatchExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable>; + submitAndWatchExtrinsic: AugmentedRpc< + (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable + >; /** * Submit a fully formatted extrinsic for block inclusion */ - submitExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable>; + submitExtrinsic: AugmentedRpc< + (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable + >; }; babe: { /** @@ -262,7 +272,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; contracts: { /** - * Executes a call to a contract + * @deprecated Use the runtime interface `api.call.contractsApi.call` + * instead Executes a call to a contract */ call: AugmentedRpc< ( @@ -282,7 +293,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Returns the value under a specified storage key in a contract + * @deprecated Use the runtime interface + * `api.call.contractsApi.getStorage` instead Returns the value under a + * specified storage key in a contract */ getStorage: AugmentedRpc< ( @@ -292,29 +305,23 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * Instantiate a new contract + * @deprecated Use the runtime interface + * `api.call.contractsApi.instantiate` instead Instantiate a new contract */ instantiate: AugmentedRpc< ( request: - | InstantiateRequest - | { - origin?: any; - value?: any; - gasLimit?: any; - storageDepositLimit?: any; - code?: any; - data?: any; - salt?: any; - } + | InstantiateRequestV1 + | { origin?: any; value?: any; gasLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array ) => Observable >; /** - * Returns the projected time a given contract will be able to sustain - * paying its rent + * @deprecated Not available in newer versions of the contracts interfaces + * Returns the projected time a given contract will be able to sustain + * paying its rent */ rentProjection: AugmentedRpc< ( @@ -323,7 +330,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * Upload new code without instantiating a contract from it + * @deprecated Use the runtime interface + * `api.call.contractsApi.uploadCode` instead Upload new code without + * instantiating a contract from it */ uploadCode: AugmentedRpc< ( @@ -429,7 +438,7 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ( blockCount: U256 | AnyNumber | Uint8Array, newestBlock: BlockNumber | AnyNumber | Uint8Array, - rewardPercentiles: Option> | null | object | string | Uint8Array + rewardPercentiles: Option> | null | Uint8Array | Vec | f64[] ) => Observable >; /** @@ -792,7 +801,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; payment: { /** - * Query the detailed fee of a given encoded extrinsic + * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` + * instead Query the detailed fee of a given encoded extrinsic */ queryFeeDetails: AugmentedRpc< ( @@ -801,13 +811,14 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Retrieves the fee information for an encoded extrinsic + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead + * Retrieves the fee information for an encoded extrinsic */ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array - ) => Observable + ) => Observable >; }; rpc: { @@ -886,7 +897,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Retrieves the keys with a certain prefix + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Retrieves + * the keys with a certain prefix */ getKeys: AugmentedRpc< ( @@ -910,8 +922,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { */ getMetadata: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; /** - * Returns the keys with prefix, leave empty to get all the keys - * (deprecated: Use getKeysPaged) + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Returns + * the keys with prefix, leave empty to get all the keys (deprecated: + * Use getKeysPaged) */ getPairs: AugmentedRpc< ( @@ -999,9 +1012,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { traceBlock: AugmentedRpc< ( block: Hash | string | Uint8Array, - targets: Option | null | object | string | Uint8Array, - storageKeys: Option | null | object | string | Uint8Array, - methods: Option | null | object | string | Uint8Array + targets: Option | null | Uint8Array | Text | string, + storageKeys: Option | null | Uint8Array | Text | string, + methods: Option | null | Uint8Array | Text | string ) => Observable >; /** diff --git a/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts new file mode 100644 index 0000000000..2f9c177d43 --- /dev/null +++ b/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts @@ -0,0 +1,537 @@ +// Auto-generated via `yarn polkadot-types-from-chain`, do not edit +/* eslint-disable */ + +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/calls"; + +import type { ApiTypes, AugmentedCall, DecoratedCallBase } from "@polkadot/api-base/types"; +import type { + Bytes, + Null, + Option, + Result, + U256, + Vec, + bool, + u256, + u32, + u64, +} from "@polkadot/types-codec"; +import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; +import type { BlockHash } from "@polkadot/types/interfaces/chain"; +import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + BlockV2, + EthReceiptV3, + EthTransaction, + EthTransactionStatus, + TransactionV2, +} from "@polkadot/types/interfaces/eth"; +import type { EvmAccount, EvmCallInfo, EvmCreateInfo } from "@polkadot/types/interfaces/evm"; +import type { Extrinsic } from "@polkadot/types/interfaces/extrinsics"; +import type { OpaqueMetadata } from "@polkadot/types/interfaces/metadata"; +import type { FeeDetails, RuntimeDispatchInfo } from "@polkadot/types/interfaces/payment"; +import type { + AccountId, + Block, + H160, + H256, + Header, + Index, + KeyTypeId, + Permill, +} from "@polkadot/types/interfaces/runtime"; +import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; +import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; +import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { IExtrinsic, Observable } from "@polkadot/types/types"; + +export type __AugmentedCall = AugmentedCall; +export type __DecoratedCallBase = DecoratedCallBase; + +declare module "@polkadot/api-base/types/calls" { + interface AugmentedCalls { + /** + * 0xbc9d89904f5b923f/1 + */ + accountNonceApi: { + /** + * The API to query account nonce (aka transaction index) + */ + accountNonce: AugmentedCall< + ApiType, + (accountId: AccountId | string | Uint8Array) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x40fe3ad401f8959a/6 + */ + blockBuilder: { + /** + * Apply the given extrinsic. + */ + applyExtrinsic: AugmentedCall< + ApiType, + ( + extrinsic: Extrinsic | IExtrinsic | string | Uint8Array + ) => Observable + >; + /** + * Check that the inherents are valid. + */ + checkInherents: AugmentedCall< + ApiType, + ( + block: Block | { header?: any; extrinsics?: any } | string | Uint8Array, + data: InherentData | { data?: any } | string | Uint8Array + ) => Observable + >; + /** + * Finish the current block. + */ + finalizeBlock: AugmentedCall Observable
>; + /** + * Generate inherent extrinsics. + */ + inherentExtrinsics: AugmentedCall< + ApiType, + ( + inherent: InherentData | { data?: any } | string | Uint8Array + ) => Observable> + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xea93e3f16f3d6962/2 + */ + collectCollationInfo: { + /** + * Collect information about a collation. + */ + collectCollationInfo: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xe65b00e46cedd0aa/2 + */ + convertTransactionRuntimeApi: { + /** + * Converts an Ethereum-style transaction to Extrinsic + */ + convertTransaction: AugmentedCall< + ApiType, + ( + transaction: + | TransactionV2 + | { Legacy: any } + | { EIP2930: any } + | { EIP1559: any } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xdf6acb689907609b/4 + */ + core: { + /** + * Execute the given block. + */ + executeBlock: AugmentedCall< + ApiType, + ( + block: Block | { header?: any; extrinsics?: any } | string | Uint8Array + ) => Observable + >; + /** + * Initialize a block with the given header. + */ + initializeBlock: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Returns the version of the runtime. + */ + version: AugmentedCall Observable>; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xbd78255d4feeea1f/4 + */ + debugRuntimeApi: { + /** + * Trace all block extrinsics + */ + traceBlock: AugmentedCall< + ApiType, + ( + extrinsics: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[], + knownTransactions: Vec | (H256 | string | Uint8Array)[] + ) => Observable, DispatchError>> + >; + /** + * Trace transaction extrinsics + */ + traceTransaction: AugmentedCall< + ApiType, + ( + extrinsics: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[], + transaction: + | EthTransaction + | { + hash?: any; + nonce?: any; + blockHash?: any; + blockNumber?: any; + transactionIndex?: any; + from?: any; + to?: any; + value?: any; + gasPrice?: any; + maxFeePerGas?: any; + maxPriorityFeePerGas?: any; + gas?: any; + input?: any; + creates?: any; + raw?: any; + publicKey?: any; + chainId?: any; + standardV?: any; + v?: any; + r?: any; + s?: any; + accessList?: any; + transactionType?: any; + } + | string + | Uint8Array + ) => Observable, DispatchError>> + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x582211f65bb14b89/4 + */ + ethereumRuntimeRPCApi: { + /** + * Returns pallet_evm::Accounts by address. + */ + accountBasic: AugmentedCall< + ApiType, + (address: H160 | string | Uint8Array) => Observable + >; + /** + * For a given account address, returns pallet_evm::AccountCodes. + */ + accountCodeAt: AugmentedCall< + ApiType, + (address: H160 | string | Uint8Array) => Observable + >; + /** + * Returns the converted FindAuthor::find_author authority id. + */ + author: AugmentedCall Observable>; + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + */ + call: AugmentedCall< + ApiType, + ( + from: H160 | string | Uint8Array, + to: H160 | string | Uint8Array, + data: Bytes | string | Uint8Array, + value: U256 | AnyNumber | Uint8Array, + gasLimit: U256 | AnyNumber | Uint8Array, + maxFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, + estimate: bool | boolean | Uint8Array, + accessList: + | Option]>>> + | null + | Uint8Array + | Vec]>> + | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] + ) => Observable> + >; + /** + * Returns runtime defined pallet_evm::ChainId. + */ + chainId: AugmentedCall Observable>; + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + */ + create: AugmentedCall< + ApiType, + ( + from: H160 | string | Uint8Array, + data: Bytes | string | Uint8Array, + value: U256 | AnyNumber | Uint8Array, + gasLimit: U256 | AnyNumber | Uint8Array, + maxFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, + estimate: bool | boolean | Uint8Array, + accessList: + | Option]>>> + | null + | Uint8Array + | Vec]>> + | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] + ) => Observable> + >; + /** + * Return all the current data for a block in a single runtime call. + */ + currentAll: AugmentedCall< + ApiType, + () => Observable< + ITuple<[Option, Option>, Option>]> + > + >; + /** + * Return the current block. + */ + currentBlock: AugmentedCall Observable>; + /** + * Return the current receipt. + */ + currentReceipts: AugmentedCall Observable>>>; + /** + * Return the current transaction status. + */ + currentTransactionStatuses: AugmentedCall< + ApiType, + () => Observable>> + >; + /** + * Return the elasticity multiplier. + */ + elasticity: AugmentedCall Observable>>; + /** + * Receives a `Vec` and filters all the ethereum transactions. + */ + extrinsicFilter: AugmentedCall< + ApiType, + ( + xts: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[] + ) => Observable> + >; + /** + * Returns FixedGasPrice::min_gas_price + */ + gasPrice: AugmentedCall Observable>; + /** + * For a given account address and index, returns pallet_evm::AccountStorages. + */ + storageAt: AugmentedCall< + ApiType, + ( + address: H160 | string | Uint8Array, + index: u256 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x37e397fc7c91f5e4/1 + */ + metadata: { + /** + * Returns the metadata of a runtime + */ + metadata: AugmentedCall Observable>; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x2aa62120049dd2d2/1 + */ + nimbusApi: { + /** + * The runtime api used to predict whether a Nimbus author will be + * eligible in the given slot + */ + canAuthor: AugmentedCall< + ApiType, + ( + author: AccountId | string | Uint8Array, + relayParent: u32 | AnyNumber | Uint8Array, + parentHeader: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xf78b278be53f454c/2 + */ + offchainWorkerApi: { + /** + * Starts the off-chain task for given block header. + */ + offchainWorker: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xab3c0572291feb8b/1 + */ + sessionKeys: { + /** + * Decode the given public session keys. + */ + decodeSessionKeys: AugmentedCall< + ApiType, + ( + encoded: Bytes | string | Uint8Array + ) => Observable>>> + >; + /** + * Generate a set of session keys with optionally using the given seed. + */ + generateSessionKeys: AugmentedCall< + ApiType, + (seed: Option | null | Uint8Array | Bytes | string) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xd2bc9897eed08f15/3 + */ + taggedTransactionQueue: { + /** + * Validate the transaction. + */ + validateTransaction: AugmentedCall< + ApiType, + ( + source: TransactionSource | "InBlock" | "Local" | "External" | number | Uint8Array, + tx: Extrinsic | IExtrinsic | string | Uint8Array, + blockHash: BlockHash | string | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x37c8bb1350a9a2a8/2 + */ + transactionPaymentApi: { + /** + * The transaction fee details + */ + queryFeeDetails: AugmentedCall< + ApiType, + ( + uxt: Extrinsic | IExtrinsic | string | Uint8Array, + len: u32 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * The transaction info + */ + queryInfo: AugmentedCall< + ApiType, + ( + uxt: Extrinsic | IExtrinsic | string | Uint8Array, + len: u32 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + } // AugmentedCalls +} // declare module diff --git a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts index 9466e8181d..3c96f6dc74 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts @@ -1,7 +1,16 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/submittable"; + +import type { + ApiTypes, + AugmentedSubmittable, + SubmittableExtrinsic, + SubmittableExtrinsicFunction, +} from "@polkadot/api-base/types"; import type { Data } from "@polkadot/types"; import type { Bytes, @@ -31,7 +40,8 @@ import type { import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, - FrameSupportScheduleMaybeHashed, + FrameSupportPreimagesBounded, + FrameSupportScheduleDispatchTime, MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, MoonbaseRuntimeOriginCaller, MoonbaseRuntimeProxyType, @@ -40,6 +50,8 @@ import type { MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsDestroyWitness, + PalletConvictionVotingConviction, + PalletConvictionVotingVoteAccountVote, PalletDemocracyConviction, PalletDemocracyVoteAccountVote, PalletIdentityBitFlags, @@ -48,6 +60,7 @@ import type { PalletXcmTransactorCurrencyPayment, PalletXcmTransactorTransactWeights, SpRuntimeMultiSignature, + SpWeightsWeightV2Weight, XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmV0OriginKind, XcmV1MultiLocation, @@ -58,8 +71,13 @@ import type { XcmVersionedXcm, } from "@polkadot/types/lookup"; +export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; +export type __SubmittableExtrinsic = SubmittableExtrinsic; +export type __SubmittableExtrinsicFunction = + SubmittableExtrinsicFunction; + declare module "@polkadot/api-base/types/submittable" { - export interface AugmentedSubmittables { + interface AugmentedSubmittables { assetManager: { /** * Change the xcm type mapping for a given assetId We also change this if @@ -1031,9 +1049,186 @@ declare module "@polkadot/api-base/types/submittable" { (elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Permill] >; - setIsActive: AugmentedSubmittable< - (isActive: bool | boolean | Uint8Array) => SubmittableExtrinsic, - [bool] + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; + convictionVoting: { + /** + * Delegate the voting power (with some given conviction) of the sending + * account for a particular class of polls. + * + * The balance delegated is locked for as long as it's delegated, and + * thereafter for the time appropriate for the conviction's lock period. + * + * The dispatch origin of this call must be _Signed_, and the signing + * account must either: + * + * - Be delegating already; or + * - Have no voting activity (if there is, then it will need to be + * removed/consolidated through `reap_vote` or `unvote`). + * - `to`: The account whose voting the `target` account's voting power will follow. + * - `class`: The class of polls to delegate. To delegate multiple classes, + * multiple calls to this function are required. + * - `conviction`: The conviction that will be attached to the delegated + * votes. When the account is undelegated, the funds will be locked for + * the corresponding period. + * - `balance`: The amount of the account's balance to be used in + * delegating. This must not be more than the account's current balance. + * + * Emits `Delegated`. + * + * Weight: `O(R)` where R is the number of polls the voter delegating to + * has voted on. Weight is initially charged as if maximum votes, but is + * refunded later. + */ + delegate: AugmentedSubmittable< + ( + clazz: u16 | AnyNumber | Uint8Array, + to: AccountId20 | string | Uint8Array, + conviction: + | PalletConvictionVotingConviction + | "None" + | "Locked1x" + | "Locked2x" + | "Locked3x" + | "Locked4x" + | "Locked5x" + | "Locked6x" + | number + | Uint8Array, + balance: u128 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [u16, AccountId20, PalletConvictionVotingConviction, u128] + >; + /** + * Remove a vote for a poll. + * + * If the `target` is equal to the signer, then this function is exactly + * equivalent to `remove_vote`. If not equal to the signer, then the vote + * must have expired, either because the poll was cancelled, because the + * voter lost the poll or because the conviction period is over. + * + * The dispatch origin of this call must be _Signed_. + * + * - `target`: The account of the vote to be removed; this account must have + * voted for poll `index`. + * - `index`: The index of poll of the vote to be removed. + * - `class`: The class of the poll. + * + * Weight: `O(R + log R)` where R is the number of polls that `target` has + * voted on. Weight is calculated for the maximum number of vote. + */ + removeOtherVote: AugmentedSubmittable< + ( + target: AccountId20 | string | Uint8Array, + clazz: u16 | AnyNumber | Uint8Array, + index: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, u16, u32] + >; + /** + * Remove a vote for a poll. + * + * If: + * + * - The poll was cancelled, or + * - The poll is ongoing, or + * - The poll has ended such that + * - The vote of the account was in opposition to the result; or + * - There was no conviction to the account's vote; or + * - The account made a split vote ...then the vote is removed cleanly and a + * following call to `unlock` may result in more funds being available. + * + * If, however, the poll has ended and: + * + * - It finished corresponding to the vote of the account, and + * - The account made a standard vote with conviction, and + * - The lock period of the conviction is not over ...then the lock will be + * aggregated into the overall account's lock, which may involve + * _overlocking_ (where the two locks are combined into a single lock + * that is the maximum of both the amount locked and the time is it locked for). + * + * The dispatch origin of this call must be _Signed_, and the signer must + * have a vote registered for poll `index`. + * + * - `index`: The index of poll of the vote to be removed. + * - `class`: Optional parameter, if given it indicates the class of the + * poll. For polls which have finished or are cancelled, this must be `Some`. + * + * Weight: `O(R + log R)` where R is the number of polls that `target` has + * voted on. Weight is calculated for the maximum number of vote. + */ + removeVote: AugmentedSubmittable< + ( + clazz: Option | null | Uint8Array | u16 | AnyNumber, + index: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [Option, u32] + >; + /** + * Undelegate the voting power of the sending account for a particular + * class of polls. + * + * Tokens may be unlocked following once an amount of time consistent with + * the lock period of the conviction with which the delegation was issued. + * + * The dispatch origin of this call must be _Signed_ and the signing + * account must be currently delegating. + * + * - `class`: The class of polls to remove the delegation from. + * + * Emits `Undelegated`. + * + * Weight: `O(R)` where R is the number of polls the voter delegating to + * has voted on. Weight is initially charged as if maximum votes, but is + * refunded later. + */ + undelegate: AugmentedSubmittable< + (clazz: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u16] + >; + /** + * Remove the lock caused prior voting/delegating which has expired within + * a particluar class. + * + * The dispatch origin of this call must be _Signed_. + * + * - `class`: The class of polls to unlock. + * - `target`: The account to remove the lock on. + * + * Weight: `O(R)` with R number of vote of target. + */ + unlock: AugmentedSubmittable< + ( + clazz: u16 | AnyNumber | Uint8Array, + target: AccountId20 | string | Uint8Array + ) => SubmittableExtrinsic, + [u16, AccountId20] + >; + /** + * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; + * otherwise it is a vote to keep the status quo. + * + * The dispatch origin of this call must be _Signed_. + * + * - `poll_index`: The index of the poll to vote for. + * - `vote`: The vote configuration. + * + * Weight: `O(R)` where R is the number of polls the voter has voted on. + */ + vote: AugmentedSubmittable< + ( + pollIndex: Compact | AnyNumber | Uint8Array, + vote: + | PalletConvictionVotingVoteAccountVote + | { Standard: any } + | { Split: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [Compact, PalletConvictionVotingVoteAccountVote] >; /** * Generic tx @@ -1084,6 +1279,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -1219,7 +1469,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -1332,7 +1582,7 @@ declare module "@polkadot/api-base/types/submittable" { | Vec, u128]>> | [ U8aFixed | string | Uint8Array, - Option | null | object | string | Uint8Array, + Option | null | Uint8Array | AccountId20 | string, u128 | AnyNumber | Uint8Array ][] ) => SubmittableExtrinsic, @@ -1371,7 +1621,7 @@ declare module "@polkadot/api-base/types/submittable" { blacklist: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, - maybeRefIndex: Option | null | object | string | Uint8Array + maybeRefIndex: Option | null | Uint8Array | u32 | AnyNumber ) => SubmittableExtrinsic, [H256, Option] >; @@ -1388,20 +1638,6 @@ declare module "@polkadot/api-base/types/submittable" { (propIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] >; - /** - * Cancel a proposal queued for enactment. - * - * The dispatch origin of this call must be _Root_. - * - * - `which`: The index of the referendum to cancel. - * - * Weight: `O(D)` where `D` is the items in the dispatch queue. Weighted - * as `D = 10`. - */ - cancelQueued: AugmentedSubmittable< - (which: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [u32] - >; /** * Remove a referendum. * @@ -1479,17 +1715,6 @@ declare module "@polkadot/api-base/types/submittable" { (refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Enact a proposal from a referendum. For now we just make the weight be - * the maximum. - */ - enactProposal: AugmentedSubmittable< - ( - proposalHash: H256 | string | Uint8Array, - index: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H256, u32] - >; /** * Schedule a referendum to be tabled once it is legal to schedule an * external referendum. @@ -1497,13 +1722,18 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin of this call must be `ExternalOrigin`. * * - `proposal_hash`: The preimage hash of the proposal. - * - * Weight: `O(V)` with V number of vetoers in the blacklist of proposal. - * Decoding vec of length V. Charged as maximum */ externalPropose: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule a negative-turnout-bias referendum to be tabled next once it @@ -1519,8 +1749,16 @@ declare module "@polkadot/api-base/types/submittable" { * Weight: `O(1)` */ externalProposeDefault: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule a majority-carries referendum to be tabled next once it is @@ -1536,8 +1774,16 @@ declare module "@polkadot/api-base/types/submittable" { * Weight: `O(1)` */ externalProposeMajority: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule the currently externally-proposed majority-carries referendum @@ -1549,8 +1795,8 @@ declare module "@polkadot/api-base/types/submittable" { * * - `proposal_hash`: The hash of the current external proposal. * - `voting_period`: The period that is allowed for voting on this - * proposal. Must be always greater than zero. For `FastTrackOrigin` - * must be equal or greater than `FastTrackVotingPeriod`. + * proposal. Increased to Must be always greater than zero. For + * `FastTrackOrigin` must be equal or greater than `FastTrackVotingPeriod`. * - `delay`: The number of block after voting has ended in approval and * this should be enacted. This doesn't have a minimum amount. * @@ -1566,57 +1812,6 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, u32, u32] >; - /** - * Register the preimage for an upcoming proposal. This requires the - * proposal to be in the dispatch queue. No deposit is needed. When this - * call is successful, i.e. the preimage has not been uploaded before and - * matches some imminent proposal, no fee is paid. - * - * The dispatch origin of this call must be _Signed_. - * - * - `encoded_proposal`: The preimage of a proposal. - * - * Emits `PreimageNoted`. - * - * Weight: `O(E)` with E size of `encoded_proposal` (protected by a - * required deposit). - */ - noteImminentPreimage: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Same as `note_imminent_preimage` but origin is `OperationalPreimageOrigin`. - */ - noteImminentPreimageOperational: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Register the preimage for an upcoming proposal. This doesn't require - * the proposal to be in the dispatch queue but does require a deposit, - * returned once enacted. - * - * The dispatch origin of this call must be _Signed_. - * - * - `encoded_proposal`: The preimage of a proposal. - * - * Emits `PreimageNoted`. - * - * Weight: `O(E)` with E size of `encoded_proposal` (protected by a - * required deposit). - */ - notePreimage: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Same as `note_preimage` but origin is `OperationalPreimageOrigin`. - */ - notePreimageOperational: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; /** * Propose a sensitive action to be taken. * @@ -1627,53 +1822,33 @@ declare module "@polkadot/api-base/types/submittable" { * - `value`: The amount of deposit (must be at least `MinimumDeposit`). * * Emits `Proposed`. - * - * Weight: `O(p)` */ propose: AugmentedSubmittable< ( - proposalHash: H256 | string | Uint8Array, + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array, value: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [H256, Compact] + [FrameSupportPreimagesBounded, Compact] >; /** - * Remove an expired proposal preimage and collect the deposit. + * Remove a vote for a referendum. + * + * If the `target` is equal to the signer, then this function is exactly + * equivalent to `remove_vote`. If not equal to the signer, then the vote + * must have expired, either because the referendum was cancelled, because + * the voter lost the referendum or because the conviction period is over. * * The dispatch origin of this call must be _Signed_. * - * - `proposal_hash`: The preimage hash of a proposal. - * - `proposal_length_upper_bound`: an upper bound on length of the - * proposal. Extrinsic is weighted according to this value with no refund. - * - * This will only work after `VotingPeriod` blocks from the time that the - * preimage was noted, if it's the same account doing it. If it's a - * different account, then it'll only work an additional `EnactmentPeriod` later. - * - * Emits `PreimageReaped`. - * - * Weight: `O(D)` where D is length of proposal. - */ - reapPreimage: AugmentedSubmittable< - ( - proposalHash: H256 | string | Uint8Array, - proposalLenUpperBound: Compact | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H256, Compact] - >; - /** - * Remove a vote for a referendum. - * - * If the `target` is equal to the signer, then this function is exactly - * equivalent to `remove_vote`. If not equal to the signer, then the vote - * must have expired, either because the referendum was cancelled, because - * the voter lost the referendum or because the conviction period is over. - * - * The dispatch origin of this call must be _Signed_. - * - * - `target`: The account of the vote to be removed; this account must have - * voted for referendum `index`. - * - `index`: The index of referendum of the vote to be removed. + * - `target`: The account of the vote to be removed; this account must have + * voted for referendum `index`. + * - `index`: The index of referendum of the vote to be removed. * * Weight: `O(R + log R)` where R is the number of referenda that `target` * has voted on. Weight is calculated for the maximum number of vote. @@ -1726,18 +1901,10 @@ declare module "@polkadot/api-base/types/submittable" { * have funds to cover the deposit, equal to the original deposit. * * - `proposal`: The index of the proposal to second. - * - `seconds_upper_bound`: an upper bound on the current number of seconds - * on this proposal. Extrinsic is weighted according to this value with - * no refund. - * - * Weight: `O(S)` where S is the number of seconds a proposal already has. */ second: AugmentedSubmittable< - ( - proposal: Compact | AnyNumber | Uint8Array, - secondsUpperBound: Compact | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [Compact, Compact] + (proposal: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [Compact] >; /** * Undelegate the voting power of the sending account. @@ -1790,8 +1957,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `ref_index`: The index of the referendum to vote for. * - `vote`: The vote configuration. - * - * Weight: `O(R)` where R is the number of referendums the voter has voted on. */ vote: AugmentedSubmittable< ( @@ -1862,7 +2027,20 @@ declare module "@polkadot/api-base/types/submittable" { }; ethereumXcm: { /** - * Xcm Transact an Ethereum transaction. + * Resumes all Ethereum executions from XCM. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + resumeEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Suspends all Ethereum executions from XCM. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + suspendEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Xcm Transact an Ethereum transaction. Weight: Gas limit plus the db + * read involving the suspension check */ transact: AugmentedSubmittable< ( @@ -1876,7 +2054,8 @@ declare module "@polkadot/api-base/types/submittable" { [XcmPrimitivesEthereumXcmEthereumXcmTransaction] >; /** - * Xcm Transact an Ethereum transaction through proxy. + * Xcm Transact an Ethereum transaction through proxy. Weight: Gas limit + * plus the db reads involving the suspension and proxy checks */ transactThroughProxy: AugmentedSubmittable< ( @@ -1908,8 +2087,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -1937,8 +2116,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -1956,8 +2135,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -2121,6 +2300,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `target`: the account whose identity the judgement is upon. This must * be an account with a registered identity. * - `judgement`: the judgement of the registrar of index `reg_index` about `target`. + * - `identity`: The hash of the [`IdentityInfo`] for that the judgement is provided. * * Emits `JudgementGiven` if successful. * @@ -2148,9 +2328,10 @@ declare module "@polkadot/api-base/types/submittable" { | { LowQuality: any } | { Erroneous: any } | string - | Uint8Array + | Uint8Array, + identity: H256 | string | Uint8Array ) => SubmittableExtrinsic, - [Compact, AccountId20, PalletIdentityJudgement] + [Compact, AccountId20, PalletIdentityJudgement, H256] >; /** * Remove the sender as a sub-account. @@ -3048,6 +3229,19 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + migrations: { + migrateDemocracyPreimage: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + proposalLenUpperBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; moonbeamOrbiters: { /** * Add a collator to orbiters program. @@ -3150,6 +3344,22 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, u32, u32] >; + /** + * If caller is not a delegator and not a collator, then join the set of + * delegators If caller is a delegator, then makes delegation to change + * their delegation state Sets the auto-compound config for the delegation + */ + delegateWithAutoCompound: AugmentedSubmittable< + ( + candidate: AccountId20 | string | Uint8Array, + amount: u128 | AnyNumber | Uint8Array, + autoCompound: Percent | AnyNumber | Uint8Array, + candidateDelegationCount: u32 | AnyNumber | Uint8Array, + candidateAutoCompoundingDelegationCount: u32 | AnyNumber | Uint8Array, + delegationCount: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, u128, Percent, u32, u32, u32] + >; /** * Bond more for delegators wrt a specific collator candidate. */ @@ -3268,6 +3478,18 @@ declare module "@polkadot/api-base/types/submittable" { (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; + /** + * Sets the auto-compounding reward percentage for a delegation. + */ + setAutoCompound: AugmentedSubmittable< + ( + candidate: AccountId20 | string | Uint8Array, + value: Percent | AnyNumber | Uint8Array, + candidateAutoCompoundingDelegationCountHint: u32 | AnyNumber | Uint8Array, + delegationCountHint: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, Percent, u32, u32] + >; /** * Set blocks per round * @@ -3435,7 +3657,7 @@ declare module "@polkadot/api-base/types/submittable" { */ forceDefaultXcmVersion: AugmentedSubmittable< ( - maybeXcmVersion: Option | null | object | string | Uint8Array + maybeXcmVersion: Option | null | Uint8Array | u32 | AnyNumber ) => SubmittableExtrinsic, [Option] >; @@ -3633,6 +3855,55 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + preimage: { + /** + * Register a preimage on-chain. + * + * If the preimage was previously requested, no fees or deposits are taken + * for providing the preimage. Otherwise, a deposit is taken proportional + * to the size of the preimage. + */ + notePreimage: AugmentedSubmittable< + (bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic, + [Bytes] + >; + /** + * Request a preimage be uploaded to the chain without paying any fees or deposits. + * + * If the preimage requests has already been provided on-chain, we + * unreserve any deposit a user may have paid, and take the control of the + * preimage out of their hands. + */ + requestPreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Clear an unrequested preimage from the runtime storage. + * + * If `len` is provided, then it will be a much cheaper operation. + * + * - `hash`: The hash of the preimage to be removed from the store. + * - `len`: The length of the preimage of `hash`. + */ + unnotePreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Clear a previously made request for a preimage. + * + * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`. + */ + unrequestPreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; proxy: { /** * Register a proxy account for the sender that is able to make calls on its behalf. @@ -3645,12 +3916,6 @@ declare module "@polkadot/api-base/types/submittable" { * - `proxy_type`: The permissions allowed for this proxy account. * - `delay`: The announcement period required of the initial proxy. Will * generally be zero. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ addProxy: AugmentedSubmittable< ( @@ -3689,15 +3954,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ announce: AugmentedSubmittable< ( @@ -3726,16 +3982,8 @@ declare module "@polkadot/api-base/types/submittable" { * transaction, from the same sender, with the same parameters. * * Fails if there are insufficient funds to pay for deposit. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # - * - * TODO: Might be over counting 1 read */ - anonymous: AugmentedSubmittable< + createPure: AugmentedSubmittable< ( proxyType: | MoonbaseRuntimeProxyType @@ -3755,30 +4003,24 @@ declare module "@polkadot/api-base/types/submittable" { [MoonbaseRuntimeProxyType, u32, u16] >; /** - * Removes a previously spawned anonymous proxy. + * Removes a previously spawned pure proxy. * * WARNING: **All access to this account will be lost.** Any funds held in * it will be inaccessible. * * Requires a `Signed` origin, and the sender account must have been - * created by a call to `anonymous` with corresponding parameters. + * created by a call to `pure` with corresponding parameters. * - * - `spawner`: The account that originally called `anonymous` to create this account. - * - `index`: The disambiguation index originally passed to `anonymous`. Probably `0`. - * - `proxy_type`: The proxy type originally passed to `anonymous`. - * - `height`: The height of the chain when the call to `anonymous` was processed. - * - `ext_index`: The extrinsic index in which the call to `anonymous` was processed. + * - `spawner`: The account that originally called `pure` to create this account. + * - `index`: The disambiguation index originally passed to `pure`. Probably `0`. + * - `proxy_type`: The proxy type originally passed to `pure`. + * - `height`: The height of the chain when the call to `pure` was processed. + * - `ext_index`: The extrinsic index in which the call to `pure` was processed. * * Fails with `NoPermission` in case the caller is not a previously - * created anonymous account whose `anonymous` call has corresponding parameters. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # + * created pure account whose `pure` call has corresponding parameters. */ - killAnonymous: AugmentedSubmittable< + killPure: AugmentedSubmittable< ( spawner: AccountId20 | string | Uint8Array, proxyType: @@ -3813,17 +4055,24 @@ declare module "@polkadot/api-base/types/submittable" { * - `force_proxy_type`: Specify the exact proxy type to be used and checked * for this call. * - `call`: The call to be made by the `real` account. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ proxy: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, - forceProxyType: Option | null | object | string | Uint8Array, + forceProxyType: + | Option + | null + | Uint8Array + | MoonbaseRuntimeProxyType + | "Any" + | "NonTransfer" + | "Governance" + | "Staking" + | "CancelProxy" + | "Balances" + | "AuthorMapping" + | "IdentityJudgement" + | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, [AccountId20, Option, Call] @@ -3842,21 +4091,25 @@ declare module "@polkadot/api-base/types/submittable" { * - `force_proxy_type`: Specify the exact proxy type to be used and checked * for this call. * - `call`: The call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ proxyAnnounced: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, - forceProxyType: Option | null | object | string | Uint8Array, + forceProxyType: + | Option + | null + | Uint8Array + | MoonbaseRuntimeProxyType + | "Any" + | "NonTransfer" + | "Governance" + | "Staking" + | "CancelProxy" + | "Balances" + | "AuthorMapping" + | "IdentityJudgement" + | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, [AccountId20, AccountId20, Option, Call] @@ -3874,15 +4127,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ rejectAnnouncement: AugmentedSubmittable< ( @@ -3903,15 +4147,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ removeAnnouncement: AugmentedSubmittable< ( @@ -3925,15 +4160,9 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_. * - * WARNING: This may be called on accounts created by `anonymous`, however - * if done, then the unreserved fees will be inaccessible. **All access to + * WARNING: This may be called on accounts created by `pure`, however if + * done, then the unreserved fees will be inaccessible. **All access to * this account will be lost.** - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -3945,12 +4174,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ removeProxy: AugmentedSubmittable< ( @@ -3978,7 +4201,7 @@ declare module "@polkadot/api-base/types/submittable" { }; randomness: { /** - * Populates the `RandomnessResults` that are due this block with the raw values + * Populates `RandomnessResults` due this epoch with BABE epoch randomness */ setBabeRandomnessResults: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -3986,6 +4209,137 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + referenda: { + /** + * Cancel an ongoing referendum. + * + * - `origin`: must be the `CancelOrigin`. + * - `index`: The index of the referendum to be cancelled. + * + * Emits `Cancelled`. + */ + cancel: AugmentedSubmittable< + (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Cancel an ongoing referendum and slash the deposits. + * + * - `origin`: must be the `KillOrigin`. + * - `index`: The index of the referendum to be cancelled. + * + * Emits `Killed` and `DepositSlashed`. + */ + kill: AugmentedSubmittable< + (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Advance a referendum onto its next logical state. Only used internally. + * + * - `origin`: must be `Root`. + * - `index`: the referendum to be advanced. + */ + nudgeReferendum: AugmentedSubmittable< + (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Advance a track onto its next logical state. Only used internally. + * + * - `origin`: must be `Root`. + * - `track`: the track to be advanced. + * + * Action item for when there is now one fewer referendum in the deciding + * phase and the `DecidingCount` is not yet updated. This means that we + * should either: + * + * - Begin deciding another referendum (and leave `DecidingCount` alone); or + * - Decrement `DecidingCount`. + */ + oneFewerDeciding: AugmentedSubmittable< + (track: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u16] + >; + /** + * Post the Decision Deposit for a referendum. + * + * - `origin`: must be `Signed` and the account must have funds available + * for the referendum's track's Decision Deposit. + * - `index`: The index of the submitted referendum whose Decision Deposit + * is yet to be posted. + * + * Emits `DecisionDepositPlaced`. + */ + placeDecisionDeposit: AugmentedSubmittable< + (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Refund the Decision Deposit for a closed referendum back to the depositor. + * + * - `origin`: must be `Signed` or `Root`. + * - `index`: The index of a closed referendum whose Decision Deposit has + * not yet been refunded. + * + * Emits `DecisionDepositRefunded`. + */ + refundDecisionDeposit: AugmentedSubmittable< + (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Propose a referendum on a privileged action. + * + * - `origin`: must be `SubmitOrigin` and the account must have + * `SubmissionDeposit` funds available. + * - `proposal_origin`: The origin from which the proposal should be executed. + * - `proposal`: The proposal. + * - `enactment_moment`: The moment that the proposal should be enacted. + * + * Emits `Submitted`. + */ + submit: AugmentedSubmittable< + ( + proposalOrigin: + | MoonbaseRuntimeOriginCaller + | { system: any } + | { Void: any } + | { Ethereum: any } + | { CouncilCollective: any } + | { TechCommitteeCollective: any } + | { CumulusXcm: any } + | { PolkadotXcm: any } + | { EthereumXcm: any } + | { TreasuryCouncilCollective: any } + | { Origins: any } + | string + | Uint8Array, + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array, + enactmentMoment: + | FrameSupportScheduleDispatchTime + | { At: any } + | { After: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [ + MoonbaseRuntimeOriginCaller, + FrameSupportPreimagesBounded, + FrameSupportScheduleDispatchTime + ] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; scheduler: { /** * Cancel an anonymously scheduled task. @@ -4001,8 +4355,8 @@ declare module "@polkadot/api-base/types/submittable" { * Cancel a named scheduled task. */ cancelNamed: AugmentedSubmittable< - (id: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] + (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, + [U8aFixed] >; /** * Anonymously schedule a task. @@ -4010,16 +4364,16 @@ declare module "@polkadot/api-base/types/submittable" { schedule: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [u32, Option>, u8, Call] >; /** * Anonymously schedule a task after a delay. @@ -4033,34 +4387,34 @@ declare module "@polkadot/api-base/types/submittable" { scheduleAfter: AugmentedSubmittable< ( after: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [u32, Option>, u8, Call] >; /** * Schedule a named task. */ scheduleNamed: AugmentedSubmittable< ( - id: Bytes | string | Uint8Array, + id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [Bytes, u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [U8aFixed, u32, Option>, u8, Call] >; /** * Schedule a named task after a delay. @@ -4073,18 +4427,18 @@ declare module "@polkadot/api-base/types/submittable" { */ scheduleNamedAfter: AugmentedSubmittable< ( - id: Bytes | string | Uint8Array, + id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [Bytes, u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [U8aFixed, u32, Option>, u8, Call] >; /** * Generic tx @@ -4167,9 +4521,9 @@ declare module "@polkadot/api-base/types/submittable" { sudoUncheckedWeight: AugmentedSubmittable< ( call: Call | IMethod | string | Uint8Array, - weight: u64 | AnyNumber | Uint8Array + weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array ) => SubmittableExtrinsic, - [Call, u64] + [Call, SpWeightsWeightV2Weight] >; /** * Generic tx @@ -4326,6 +4680,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -4461,7 +4870,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -4678,6 +5087,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -4813,7 +5277,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -4957,6 +5421,7 @@ declare module "@polkadot/api-base/types/submittable" { | { PolkadotXcm: any } | { EthereumXcm: any } | { TreasuryCouncilCollective: any } + | { Origins: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array @@ -4993,6 +5458,35 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + whitelist: { + dispatchWhitelistedCall: AugmentedSubmittable< + ( + callHash: H256 | string | Uint8Array, + callWeightWitness: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [H256, SpWeightsWeightV2Weight] + >; + dispatchWhitelistedCallWithPreimage: AugmentedSubmittable< + (call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic, + [Call] + >; + removeWhitelistedCall: AugmentedSubmittable< + (callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + whitelistCall: AugmentedSubmittable< + (callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; xcmpQueue: { /** * Resumes all XCM executions for the XCMP queue. @@ -5177,7 +5671,7 @@ declare module "@polkadot/api-base/types/submittable" { location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, transactExtraWeight: u64 | AnyNumber | Uint8Array, maxWeight: u64 | AnyNumber | Uint8Array, - transactExtraWeightSigned: Option | null | object | string | Uint8Array + transactExtraWeightSigned: Option | null | Uint8Array | u64 | AnyNumber ) => SubmittableExtrinsic, [XcmVersionedMultiLocation, u64, u64, Option] >; @@ -5291,8 +5785,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer native currencies. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * It's a no-op if any error on local XCM execution or message sending. @@ -5311,15 +5805,20 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [MoonbaseRuntimeXcmConfigCurrencyId, u128, XcmVersionedMultiLocation, u64] + [MoonbaseRuntimeXcmConfigCurrencyId, u128, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer `MultiAsset`. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * It's a no-op if any error on local XCM execution or message sending. @@ -5331,15 +5830,20 @@ declare module "@polkadot/api-base/types/submittable" { ( asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64] + [XcmVersionedMultiAsset, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer several `MultiAsset` specifying the item to be used as fee * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee_item` is index of the MultiAssets that we want to use for payment @@ -5354,15 +5858,20 @@ declare module "@polkadot/api-base/types/submittable" { assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, u64] + [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer `MultiAsset` specifying the fee and amount as separate. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee` is the multiasset to be spent to pay for execution in destination @@ -5382,15 +5891,25 @@ declare module "@polkadot/api-base/types/submittable" { asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64] + [ + XcmVersionedMultiAsset, + XcmVersionedMultiAsset, + XcmVersionedMultiLocation, + XcmV2WeightLimit + ] >; /** * Transfer several currencies specifying the item to be used as fee * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee_item` is index of the currencies tuple that we want to use for payment @@ -5417,20 +5936,25 @@ declare module "@polkadot/api-base/types/submittable" { ][], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, [ Vec>, u32, XcmVersionedMultiLocation, - u64 + XcmV2WeightLimit ] >; /** * Transfer native currencies specifying the fee and amount as separate. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee` is the amount to be spent to pay for execution in destination @@ -5456,9 +5980,20 @@ declare module "@polkadot/api-base/types/submittable" { amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [MoonbaseRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedMultiLocation, u64] + [ + MoonbaseRuntimeXcmConfigCurrencyId, + u128, + u128, + XcmVersionedMultiLocation, + XcmV2WeightLimit + ] >; /** * Generic tx diff --git a/typescript-api/src/moonbase/interfaces/augment-api.ts b/typescript-api/src/moonbase/interfaces/augment-api.ts index c6d20e4e43..2791bc4416 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api.ts @@ -7,3 +7,4 @@ import "./augment-api-events"; import "./augment-api-query"; import "./augment-api-tx"; import "./augment-api-rpc"; +import "./augment-api-runtime"; diff --git a/typescript-api/src/moonbase/interfaces/augment-types.ts b/typescript-api/src/moonbase/interfaces/augment-types.ts index 4f94b06ada..a76f2204b6 100644 --- a/typescript-api/src/moonbase/interfaces/augment-types.ts +++ b/typescript-api/src/moonbase/interfaces/augment-types.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/types/registry"; + import type { Data, StorageKey } from "@polkadot/types"; import type { BitVec, @@ -68,12 +72,16 @@ import type { BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, + BabeGenesisConfiguration, + BabeGenesisConfigurationV1, BabeWeight, + Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, + OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, @@ -100,6 +108,7 @@ import type { WithdrawReasons, } from "@polkadot/types/interfaces/balances"; import type { + BeefyAuthoritySet, BeefyCommitment, BeefyId, BeefyNextAuthoritySet, @@ -107,8 +116,22 @@ import type { BeefyPayloadId, BeefySignedCommitment, MmrRootHash, + ValidatorSet, ValidatorSetId, } from "@polkadot/types/interfaces/beefy"; +import type { + BenchmarkBatch, + BenchmarkConfig, + BenchmarkList, + BenchmarkMetadata, + BenchmarkParameter, + BenchmarkResult, +} from "@polkadot/types/interfaces/benchmark"; +import type { + CheckInherentsResult, + InherentData, + InherentIdentifier, +} from "@polkadot/types/interfaces/blockbuilder"; import type { BridgeMessageId, BridgedBlockHash, @@ -164,10 +187,12 @@ import type { ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, + ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, + ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, @@ -205,6 +230,7 @@ import type { ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, + ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, @@ -236,6 +262,7 @@ import type { ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, + ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, @@ -252,6 +279,8 @@ import type { TrieIndex, } from "@polkadot/types/interfaces/crowdloan"; import type { + CollationInfo, + CollationInfoV1, ConfigData, MessageId, OverweightIndex, @@ -316,6 +345,8 @@ import type { EthHeader, EthLog, EthReceipt, + EthReceiptV0, + EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, @@ -342,6 +373,8 @@ import type { } from "@polkadot/types/interfaces/eth"; import type { EvmAccount, + EvmCallInfo, + EvmCreateInfo, EvmLog, EvmVicinity, ExitError, @@ -492,6 +525,7 @@ import type { ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, + OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, @@ -542,7 +576,17 @@ import type { StorageMetadataV13, StorageMetadataV9, } from "@polkadot/types/interfaces/metadata"; -import type { MmrLeafBatchProof, MmrLeafProof } from "@polkadot/types/interfaces/mmr"; +import type { + MmrBatchProof, + MmrEncodableOpaqueLeaf, + MmrError, + MmrLeafBatchProof, + MmrLeafIndex, + MmrLeafProof, + MmrNodeIndex, + MmrProof, +} from "@polkadot/types/interfaces/mmr"; +import type { NpApiError } from "@polkadot/types/interfaces/nompools"; import type { StorageKind } from "@polkadot/types/interfaces/offchain"; import type { DeferredOffenceOf, @@ -569,6 +613,7 @@ import type { BufferedSessionChange, CandidateCommitments, CandidateDescriptor, + CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, @@ -579,6 +624,7 @@ import type { CoreAssignment, CoreIndex, CoreOccupied, + CoreState, DisputeLocation, DisputeResult, DisputeState, @@ -590,6 +636,7 @@ import type { GlobalValidationData, GlobalValidationSchedule, GroupIndex, + GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, @@ -611,6 +658,9 @@ import type { MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, + OccupiedCore, + OccupiedCoreAssumption, + OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, @@ -627,6 +677,7 @@ import type { ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, + PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, @@ -636,7 +687,9 @@ import type { Remark, ReplacementTimes, Retriable, + ScheduledCore, Scheduling, + ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, @@ -673,6 +726,8 @@ import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, + RuntimeDispatchInfoV1, + RuntimeDispatchInfoV2, } from "@polkadot/types/interfaces/payment"; import type { Approvals } from "@polkadot/types/interfaces/poll"; import type { @@ -687,6 +742,7 @@ import type { AccountId, AccountId20, AccountId32, + AccountId33, AccountIdOf, AccountIndex, Address, @@ -764,16 +820,22 @@ import type { SignedBlockWithJustification, SignedBlockWithJustifications, Slot, + SlotDuration, StorageData, + StorageInfo, StorageProof, TransactionInfo, + TransactionLongevity, TransactionPriority, TransactionStorageProof, + TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, + WeightV1, + WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { Si0Field, @@ -946,6 +1008,8 @@ import type { RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, + RuntimeVersionPre3, + RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, @@ -960,6 +1024,7 @@ import type { AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, + ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, @@ -970,13 +1035,17 @@ import type { DispatchClass, DispatchError, DispatchErrorModule, + DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, + DispatchErrorPre6, + DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, + DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, @@ -1027,6 +1096,11 @@ import type { TreasuryProposal, } from "@polkadot/types/interfaces/treasury"; import type { Multiplier } from "@polkadot/types/interfaces/txpayment"; +import type { + TransactionSource, + TransactionValidity, + ValidTransaction, +} from "@polkadot/types/interfaces/txqueue"; import type { ClassDetails, ClassId, @@ -1125,7 +1199,7 @@ import type { } from "@polkadot/types/interfaces/xcm"; declare module "@polkadot/types/types/registry" { - export interface InterfaceTypes { + interface InterfaceTypes { AbridgedCandidateReceipt: AbridgedCandidateReceipt; AbridgedHostConfiguration: AbridgedHostConfiguration; AbridgedHrmpChannel: AbridgedHrmpChannel; @@ -1133,6 +1207,7 @@ declare module "@polkadot/types/types/registry" { AccountId: AccountId; AccountId20: AccountId20; AccountId32: AccountId32; + AccountId33: AccountId33; AccountIdOf: AccountIdOf; AccountIndex: AccountIndex; AccountInfo: AccountInfo; @@ -1157,6 +1232,7 @@ declare module "@polkadot/types/types/registry" { AnySignature: AnySignature; ApiId: ApiId; ApplyExtrinsicResult: ApplyExtrinsicResult; + ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6; ApprovalFlag: ApprovalFlag; Approvals: Approvals; ArithmeticError: ArithmeticError; @@ -1192,6 +1268,8 @@ declare module "@polkadot/types/types/registry" { BabeBlockWeight: BabeBlockWeight; BabeEpochConfiguration: BabeEpochConfiguration; BabeEquivocationProof: BabeEquivocationProof; + BabeGenesisConfiguration: BabeGenesisConfiguration; + BabeGenesisConfigurationV1: BabeGenesisConfigurationV1; BabeWeight: BabeWeight; BackedCandidate: BackedCandidate; Balance: Balance; @@ -1199,6 +1277,7 @@ declare module "@polkadot/types/types/registry" { BalanceLockTo212: BalanceLockTo212; BalanceOf: BalanceOf; BalanceStatus: BalanceStatus; + BeefyAuthoritySet: BeefyAuthoritySet; BeefyCommitment: BeefyCommitment; BeefyId: BeefyId; BeefyKey: BeefyKey; @@ -1206,6 +1285,12 @@ declare module "@polkadot/types/types/registry" { BeefyPayload: BeefyPayload; BeefyPayloadId: BeefyPayloadId; BeefySignedCommitment: BeefySignedCommitment; + BenchmarkBatch: BenchmarkBatch; + BenchmarkConfig: BenchmarkConfig; + BenchmarkList: BenchmarkList; + BenchmarkMetadata: BenchmarkMetadata; + BenchmarkParameter: BenchmarkParameter; + BenchmarkResult: BenchmarkResult; Bid: Bid; Bidder: Bidder; BidKind: BidKind; @@ -1249,6 +1334,7 @@ declare module "@polkadot/types/types/registry" { CallOrigin: CallOrigin; CandidateCommitments: CandidateCommitments; CandidateDescriptor: CandidateDescriptor; + CandidateEvent: CandidateEvent; CandidateHash: CandidateHash; CandidateInfo: CandidateInfo; CandidatePendingAvailability: CandidatePendingAvailability; @@ -1258,6 +1344,7 @@ declare module "@polkadot/types/types/registry" { ChainType: ChainType; ChangesTrieConfiguration: ChangesTrieConfiguration; ChangesTrieSignal: ChangesTrieSignal; + CheckInherentsResult: CheckInherentsResult; ClassDetails: ClassDetails; ClassId: ClassId; ClassMetadata: ClassMetadata; @@ -1267,6 +1354,8 @@ declare module "@polkadot/types/types/registry" { CodeUploadRequest: CodeUploadRequest; CodeUploadResult: CodeUploadResult; CodeUploadResultValue: CodeUploadResultValue; + CollationInfo: CollationInfo; + CollationInfoV1: CollationInfoV1; CollatorId: CollatorId; CollatorSignature: CollatorSignature; CollectiveOrigin: CollectiveOrigin; @@ -1293,6 +1382,7 @@ declare module "@polkadot/types/types/registry" { ContractContractSpecV1: ContractContractSpecV1; ContractContractSpecV2: ContractContractSpecV2; ContractContractSpecV3: ContractContractSpecV3; + ContractContractSpecV4: ContractContractSpecV4; ContractCryptoHasher: ContractCryptoHasher; ContractDiscriminant: ContractDiscriminant; ContractDisplayName: ContractDisplayName; @@ -1311,10 +1401,12 @@ declare module "@polkadot/types/types/registry" { ContractExecResultTo255: ContractExecResultTo255; ContractExecResultTo260: ContractExecResultTo260; ContractExecResultTo267: ContractExecResultTo267; + ContractExecResultU64: ContractExecResultU64; ContractInfo: ContractInfo; ContractInstantiateResult: ContractInstantiateResult; ContractInstantiateResultTo267: ContractInstantiateResultTo267; ContractInstantiateResultTo299: ContractInstantiateResultTo299; + ContractInstantiateResultU64: ContractInstantiateResultU64; ContractLayoutArray: ContractLayoutArray; ContractLayoutCell: ContractLayoutCell; ContractLayoutEnum: ContractLayoutEnum; @@ -1336,6 +1428,7 @@ declare module "@polkadot/types/types/registry" { ContractMetadataV1: ContractMetadataV1; ContractMetadataV2: ContractMetadataV2; ContractMetadataV3: ContractMetadataV3; + ContractMetadataV4: ContractMetadataV4; ContractProject: ContractProject; ContractProjectContract: ContractProjectContract; ContractProjectInfo: ContractProjectInfo; @@ -1350,6 +1443,7 @@ declare module "@polkadot/types/types/registry" { CoreAssignment: CoreAssignment; CoreIndex: CoreIndex; CoreOccupied: CoreOccupied; + CoreState: CoreState; CrateVersion: CrateVersion; CreatedBlock: CreatedBlock; Data: Data; @@ -1369,14 +1463,18 @@ declare module "@polkadot/types/types/registry" { DispatchClass: DispatchClass; DispatchError: DispatchError; DispatchErrorModule: DispatchErrorModule; + DispatchErrorModulePre6: DispatchErrorModulePre6; DispatchErrorModuleU8: DispatchErrorModuleU8; DispatchErrorModuleU8a: DispatchErrorModuleU8a; + DispatchErrorPre6: DispatchErrorPre6; + DispatchErrorPre6First: DispatchErrorPre6First; DispatchErrorTo198: DispatchErrorTo198; DispatchFeePayment: DispatchFeePayment; DispatchInfo: DispatchInfo; DispatchInfoTo190: DispatchInfoTo190; DispatchInfoTo244: DispatchInfoTo244; DispatchOutcome: DispatchOutcome; + DispatchOutcomePre6: DispatchOutcomePre6; DispatchResult: DispatchResult; DispatchResultOf: DispatchResultOf; DispatchResultTo198: DispatchResultTo198; @@ -1400,6 +1498,7 @@ declare module "@polkadot/types/types/registry" { ElectionStatus: ElectionStatus; EncodedFinalityProofs: EncodedFinalityProofs; EncodedJustification: EncodedJustification; + Epoch: Epoch; EpochAuthorship: EpochAuthorship; Era: Era; EraIndex: EraIndex; @@ -1434,6 +1533,8 @@ declare module "@polkadot/types/types/registry" { EthHeader: EthHeader; EthLog: EthLog; EthReceipt: EthReceipt; + EthReceiptV0: EthReceiptV0; + EthReceiptV3: EthReceiptV3; EthRichBlock: EthRichBlock; EthRichHeader: EthRichHeader; EthStorageProof: EthStorageProof; @@ -1461,6 +1562,8 @@ declare module "@polkadot/types/types/registry" { EventMetadataV9: EventMetadataV9; EventRecord: EventRecord; EvmAccount: EvmAccount; + EvmCallInfo: EvmCallInfo; + EvmCreateInfo: EvmCreateInfo; EvmLog: EvmLog; EvmVicinity: EvmVicinity; ExecReturnValue: ExecReturnValue; @@ -1537,6 +1640,7 @@ declare module "@polkadot/types/types/registry" { GrandpaPrevote: GrandpaPrevote; GrandpaSignedPrecommit: GrandpaSignedPrecommit; GroupIndex: GroupIndex; + GroupRotationInfo: GroupRotationInfo; H1024: H1024; H128: H128; H160: H160; @@ -1593,6 +1697,8 @@ declare module "@polkadot/types/types/registry" { Index: Index; IndicesLookupSource: IndicesLookupSource; IndividualExposure: IndividualExposure; + InherentData: InherentData; + InherentIdentifier: InherentIdentifier; InitializationData: InitializationData; InstanceDetails: InstanceDetails; InstanceId: InstanceId; @@ -1663,8 +1769,14 @@ declare module "@polkadot/types/types/registry" { MetadataV14: MetadataV14; MetadataV9: MetadataV9; MigrationStatusResult: MigrationStatusResult; + MmrBatchProof: MmrBatchProof; + MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf; + MmrError: MmrError; MmrLeafBatchProof: MmrLeafBatchProof; + MmrLeafIndex: MmrLeafIndex; MmrLeafProof: MmrLeafProof; + MmrNodeIndex: MmrNodeIndex; + MmrProof: MmrProof; MmrRootHash: MmrRootHash; ModuleConstantMetadataV10: ModuleConstantMetadataV10; ModuleConstantMetadataV11: ModuleConstantMetadataV11; @@ -1714,12 +1826,18 @@ declare module "@polkadot/types/types/registry" { NominatorIndex: NominatorIndex; NominatorIndexCompact: NominatorIndexCompact; NotConnectedPeer: NotConnectedPeer; + NpApiError: NpApiError; Null: Null; + OccupiedCore: OccupiedCore; + OccupiedCoreAssumption: OccupiedCoreAssumption; OffchainAccuracy: OffchainAccuracy; OffchainAccuracyCompact: OffchainAccuracyCompact; OffenceDetails: OffenceDetails; Offender: Offender; + OldV1SessionInfo: OldV1SessionInfo; OpaqueCall: OpaqueCall; + OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof; + OpaqueMetadata: OpaqueMetadata; OpaqueMultiaddr: OpaqueMultiaddr; OpaqueNetworkState: OpaqueNetworkState; OpaquePeerId: OpaquePeerId; @@ -1820,6 +1938,7 @@ declare module "@polkadot/types/types/registry" { ProxyDefinition: ProxyDefinition; ProxyState: ProxyState; ProxyType: ProxyType; + PvfCheckStatement: PvfCheckStatement; QueryId: QueryId; QueryStatus: QueryStatus; QueueConfigData: QueueConfigData; @@ -1887,11 +2006,16 @@ declare module "@polkadot/types/types/registry" { RpcMethods: RpcMethods; RuntimeDbWeight: RuntimeDbWeight; RuntimeDispatchInfo: RuntimeDispatchInfo; + RuntimeDispatchInfoV1: RuntimeDispatchInfoV1; + RuntimeDispatchInfoV2: RuntimeDispatchInfoV2; RuntimeVersion: RuntimeVersion; RuntimeVersionApi: RuntimeVersionApi; RuntimeVersionPartial: RuntimeVersionPartial; + RuntimeVersionPre3: RuntimeVersionPre3; + RuntimeVersionPre4: RuntimeVersionPre4; Schedule: Schedule; Scheduled: Scheduled; + ScheduledCore: ScheduledCore; ScheduledTo254: ScheduledTo254; SchedulePeriod: SchedulePeriod; SchedulePriority: SchedulePriority; @@ -1899,6 +2023,7 @@ declare module "@polkadot/types/types/registry" { ScheduleTo258: ScheduleTo258; ScheduleTo264: ScheduleTo264; Scheduling: Scheduling; + ScrapedOnChainVotes: ScrapedOnChainVotes; Seal: Seal; SealV0: SealV0; SeatHolder: SeatHolder; @@ -1987,6 +2112,7 @@ declare module "@polkadot/types/types/registry" { SlashingSpansTo204: SlashingSpansTo204; SlashJournalEntry: SlashJournalEntry; Slot: Slot; + SlotDuration: SlotDuration; SlotNumber: SlotNumber; SlotRange: SlotRange; SlotRange10: SlotRange10; @@ -2035,6 +2161,7 @@ declare module "@polkadot/types/types/registry" { StorageHasherV13: StorageHasherV13; StorageHasherV14: StorageHasherV14; StorageHasherV9: StorageHasherV9; + StorageInfo: StorageInfo; StorageKey: StorageKey; StorageKind: StorageKind; StorageMetadataV10: StorageMetadataV10; @@ -2064,11 +2191,15 @@ declare module "@polkadot/types/types/registry" { TraceError: TraceError; TransactionalError: TransactionalError; TransactionInfo: TransactionInfo; + TransactionLongevity: TransactionLongevity; TransactionPriority: TransactionPriority; + TransactionSource: TransactionSource; TransactionStorageProof: TransactionStorageProof; + TransactionTag: TransactionTag; TransactionV0: TransactionV0; TransactionV1: TransactionV1; TransactionV2: TransactionV2; + TransactionValidity: TransactionValidity; TransactionValidityError: TransactionValidityError; TransientValidationData: TransientValidationData; TreasuryProposal: TreasuryProposal; @@ -2115,10 +2246,12 @@ declare module "@polkadot/types/types/registry" { ValidatorPrefsTo196: ValidatorPrefsTo196; ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked; ValidatorPrefsWithCommission: ValidatorPrefsWithCommission; + ValidatorSet: ValidatorSet; ValidatorSetId: ValidatorSetId; ValidatorSignature: ValidatorSignature; ValidDisputeStatementKind: ValidDisputeStatementKind; ValidityAttestation: ValidityAttestation; + ValidTransaction: ValidTransaction; VecInboundHrmpMessage: VecInboundHrmpMessage; VersionedMultiAsset: VersionedMultiAsset; VersionedMultiAssets: VersionedMultiAssets; @@ -2149,6 +2282,8 @@ declare module "@polkadot/types/types/registry" { WeightMultiplier: WeightMultiplier; WeightPerClass: WeightPerClass; WeightToFeeCoefficient: WeightToFeeCoefficient; + WeightV1: WeightV1; + WeightV2: WeightV2; WildFungibility: WildFungibility; WildFungibilityV0: WildFungibilityV0; WildFungibilityV1: WildFungibilityV1; diff --git a/typescript-api/src/moonbase/interfaces/lookup.ts b/typescript-api/src/moonbase/interfaces/lookup.ts index e7ad71a946..214116870e 100644 --- a/typescript-api/src/moonbase/interfaces/lookup.ts +++ b/typescript-api/src/moonbase/interfaces/lookup.ts @@ -24,21 +24,28 @@ export default { feeFrozen: "u128", }, /** - * Lookup7: frame_support::weights::PerDispatchClass + * Lookup7: frame_support::dispatch::PerDispatchClass */ - FrameSupportWeightsPerDispatchClassU64: { - normal: "u64", - operational: "u64", - mandatory: "u64", + FrameSupportDispatchPerDispatchClassWeight: { + normal: "SpWeightsWeightV2Weight", + operational: "SpWeightsWeightV2Weight", + mandatory: "SpWeightsWeightV2Weight", }, /** - * Lookup12: sp_runtime::generic::digest::Digest + * Lookup8: sp_weights::weight_v2::Weight + */ + SpWeightsWeightV2Weight: { + refTime: "Compact", + proofSize: "Compact", + }, + /** + * Lookup14: sp_runtime::generic::digest::Digest */ SpRuntimeDigest: { logs: "Vec", }, /** - * Lookup14: sp_runtime::generic::digest::DigestItem + * Lookup16: sp_runtime::generic::digest::DigestItem */ SpRuntimeDigestDigestItem: { _enum: { @@ -54,7 +61,8 @@ export default { }, }, /** - * Lookup17: frame_system::EventRecord + * Lookup19: frame_system::EventRecord */ FrameSystemEventRecord: { phase: "FrameSystemPhase", @@ -62,16 +70,16 @@ export default { topics: "Vec", }, /** - * Lookup19: frame_system::pallet::Event + * Lookup21: frame_system::pallet::Event */ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { - dispatchInfo: "FrameSupportWeightsDispatchInfo", + dispatchInfo: "FrameSupportDispatchDispatchInfo", }, ExtrinsicFailed: { dispatchError: "SpRuntimeDispatchError", - dispatchInfo: "FrameSupportWeightsDispatchInfo", + dispatchInfo: "FrameSupportDispatchDispatchInfo", }, CodeUpdated: "Null", NewAccount: { @@ -90,27 +98,27 @@ export default { }, }, /** - * Lookup20: frame_support::weights::DispatchInfo + * Lookup22: frame_support::dispatch::DispatchInfo */ - FrameSupportWeightsDispatchInfo: { - weight: "u64", - class: "FrameSupportWeightsDispatchClass", - paysFee: "FrameSupportWeightsPays", + FrameSupportDispatchDispatchInfo: { + weight: "SpWeightsWeightV2Weight", + class: "FrameSupportDispatchDispatchClass", + paysFee: "FrameSupportDispatchPays", }, /** - * Lookup21: frame_support::weights::DispatchClass + * Lookup23: frame_support::dispatch::DispatchClass */ - FrameSupportWeightsDispatchClass: { + FrameSupportDispatchDispatchClass: { _enum: ["Normal", "Operational", "Mandatory"], }, /** - * Lookup22: frame_support::weights::Pays + * Lookup24: frame_support::dispatch::Pays */ - FrameSupportWeightsPays: { + FrameSupportDispatchPays: { _enum: ["Yes", "No"], }, /** - * Lookup23: sp_runtime::DispatchError + * Lookup25: sp_runtime::DispatchError */ SpRuntimeDispatchError: { _enum: { @@ -124,17 +132,20 @@ export default { Token: "SpRuntimeTokenError", Arithmetic: "SpRuntimeArithmeticError", Transactional: "SpRuntimeTransactionalError", + Exhausted: "Null", + Corruption: "Null", + Unavailable: "Null", }, }, /** - * Lookup24: sp_runtime::ModuleError + * Lookup26: sp_runtime::ModuleError */ SpRuntimeModuleError: { index: "u8", error: "[u8;4]", }, /** - * Lookup25: sp_runtime::TokenError + * Lookup27: sp_runtime::TokenError */ SpRuntimeTokenError: { _enum: [ @@ -148,19 +159,19 @@ export default { ], }, /** - * Lookup26: sp_runtime::ArithmeticError + * Lookup28: sp_runtime::ArithmeticError */ SpRuntimeArithmeticError: { _enum: ["Underflow", "Overflow", "DivisionByZero"], }, /** - * Lookup27: sp_runtime::TransactionalError + * Lookup29: sp_runtime::TransactionalError */ SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"], }, /** - * Lookup28: pallet_utility::pallet::Event + * Lookup30: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { @@ -180,7 +191,7 @@ export default { }, }, /** - * Lookup31: pallet_balances::pallet::Event + * Lookup33: pallet_balances::pallet::Event */ PalletBalancesEvent: { _enum: { @@ -231,13 +242,13 @@ export default { }, }, /** - * Lookup32: frame_support::traits::tokens::misc::BalanceStatus + * Lookup34: frame_support::traits::tokens::misc::BalanceStatus */ FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"], }, /** - * Lookup33: pallet_sudo::pallet::Event + * Lookup35: pallet_sudo::pallet::Event */ PalletSudoEvent: { _enum: { @@ -253,7 +264,7 @@ export default { }, }, /** - * Lookup35: cumulus_pallet_parachain_system::pallet::Event + * Lookup37: cumulus_pallet_parachain_system::pallet::Event */ CumulusPalletParachainSystemEvent: { _enum: { @@ -269,13 +280,13 @@ export default { count: "u32", }, DownwardMessagesProcessed: { - weightUsed: "u64", + weightUsed: "SpWeightsWeightV2Weight", dmqHead: "H256", }, }, }, /** - * Lookup36: pallet_transaction_payment::pallet::Event + * Lookup38: pallet_transaction_payment::pallet::Event */ PalletTransactionPaymentEvent: { _enum: { @@ -287,7 +298,7 @@ export default { }, }, /** - * Lookup37: pallet_evm::pallet::Event + * Lookup39: pallet_evm::pallet::Event */ PalletEvmEvent: { _enum: { @@ -309,7 +320,7 @@ export default { }, }, /** - * Lookup38: ethereum::log::Log + * Lookup40: ethereum::log::Log */ EthereumLog: { address: "H160", @@ -317,7 +328,7 @@ export default { data: "Bytes", }, /** - * Lookup41: pallet_ethereum::pallet::Event + * Lookup43: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { @@ -330,7 +341,7 @@ export default { }, }, /** - * Lookup42: evm_core::error::ExitReason + * Lookup44: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { @@ -341,13 +352,13 @@ export default { }, }, /** - * Lookup43: evm_core::error::ExitSucceed + * Lookup45: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, /** - * Lookup44: evm_core::error::ExitError + * Lookup46: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { @@ -370,13 +381,13 @@ export default { }, }, /** - * Lookup48: evm_core::error::ExitRevert + * Lookup50: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, /** - * Lookup49: evm_core::error::ExitFatal + * Lookup51: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { @@ -387,7 +398,7 @@ export default { }, }, /** - * Lookup50: pallet_parachain_staking::pallet::Event + * Lookup52: pallet_parachain_staking::pallet::Event */ PalletParachainStakingEvent: { _enum: { @@ -502,6 +513,7 @@ export default { lockedAmount: "u128", candidate: "AccountId20", delegatorPosition: "PalletParachainStakingDelegatorAdded", + autoCompound: "Percent", }, DelegatorLeftCandidate: { delegator: "AccountId20", @@ -570,10 +582,20 @@ export default { newPerRoundInflationIdeal: "Perbill", newPerRoundInflationMax: "Perbill", }, + AutoCompoundSet: { + candidate: "AccountId20", + delegator: "AccountId20", + value: "Percent", + }, + Compounded: { + candidate: "AccountId20", + delegator: "AccountId20", + amount: "u128", + }, }, }, /** - * Lookup52: + * Lookup54: * pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { @@ -581,7 +603,7 @@ export default { action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup53: pallet_parachain_staking::delegation_requests::DelegationAction + * Lookup55: pallet_parachain_staking::delegation_requests::DelegationAction */ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { @@ -590,7 +612,7 @@ export default { }, }, /** - * Lookup54: pallet_parachain_staking::types::DelegatorAdded + * Lookup56: pallet_parachain_staking::types::DelegatorAdded */ PalletParachainStakingDelegatorAdded: { _enum: { @@ -601,7 +623,7 @@ export default { }, }, /** - * Lookup57: pallet_scheduler::pallet::Event + * Lookup59: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { @@ -615,24 +637,25 @@ export default { }, Dispatched: { task: "(u32,u32)", - id: "Option", + id: "Option<[u8;32]>", result: "Result", }, - CallLookupFailed: { + CallUnavailable: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PeriodicFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PermanentlyOverweight: { task: "(u32,u32)", - id: "Option", - error: "FrameSupportScheduleLookupError", + id: "Option<[u8;32]>", }, }, }, /** - * Lookup60: frame_support::traits::schedule::LookupError - */ - FrameSupportScheduleLookupError: { - _enum: ["Unknown", "BadFormat"], - }, - /** - * Lookup61: pallet_democracy::pallet::Event + * Lookup62: pallet_democracy::pallet::Event */ PalletDemocracyEvent: { _enum: { @@ -643,7 +666,6 @@ export default { Tabled: { proposalIndex: "u32", deposit: "u128", - depositors: "Vec", }, ExternalTabled: "Null", Started: { @@ -659,10 +681,6 @@ export default { Cancelled: { refIndex: "u32", }, - Executed: { - refIndex: "u32", - result: "Result", - }, Delegated: { who: "AccountId20", target: "AccountId20", @@ -675,30 +693,6 @@ export default { proposalHash: "H256", until: "u32", }, - PreimageNoted: { - proposalHash: "H256", - who: "AccountId20", - deposit: "u128", - }, - PreimageUsed: { - proposalHash: "H256", - provider: "AccountId20", - deposit: "u128", - }, - PreimageInvalid: { - proposalHash: "H256", - refIndex: "u32", - }, - PreimageMissing: { - proposalHash: "H256", - refIndex: "u32", - }, - PreimageReaped: { - proposalHash: "H256", - provider: "AccountId20", - deposit: "u128", - reaper: "AccountId20", - }, Blacklisted: { proposalHash: "H256", }, @@ -881,8 +875,8 @@ export default { ProxyExecuted: { result: "Result", }, - AnonymousCreated: { - anonymous: "AccountId20", + PureCreated: { + pure: "AccountId20", who: "AccountId20", proxyType: "MoonbaseRuntimeProxyType", disambiguationIndex: "u16", @@ -991,12 +985,12 @@ export default { _enum: { Success: { messageHash: "Option", - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, Fail: { messageHash: "Option", error: "XcmV2TraitsError", - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, BadVersion: { messageHash: "Option", @@ -1014,11 +1008,11 @@ export default { sender: "u32", sentAt: "u32", index: "u64", - required: "u64", + required: "SpWeightsWeightV2Weight", }, OverweightServiced: { index: "u64", - used: "u64", + used: "SpWeightsWeightV2Weight", }, }, }, @@ -1092,17 +1086,17 @@ export default { }, WeightExhausted: { messageId: "[u8;32]", - remainingWeight: "u64", - requiredWeight: "u64", + remainingWeight: "SpWeightsWeightV2Weight", + requiredWeight: "SpWeightsWeightV2Weight", }, OverweightEnqueued: { messageId: "[u8;32]", overweightIndex: "u64", - requiredWeight: "u64", + requiredWeight: "SpWeightsWeightV2Weight", }, OverweightServiced: { overweightIndex: "u64", - weightUsed: "u64", + weightUsed: "SpWeightsWeightV2Weight", }, }, }, @@ -1116,7 +1110,7 @@ export default { UnexpectedResponse: "(XcmV1MultiLocation,u64)", ResponseReady: "(u64,XcmV2Response)", Notified: "(u64,u8,u8)", - NotifyOverweight: "(u64,u8,u8,u64,u64)", + NotifyOverweight: "(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)", NotifyDispatchError: "(u64,u8,u8)", NotifyDecodeFailed: "(u64,u8,u8)", InvalidResponder: "(XcmV1MultiLocation,u64,Option)", @@ -1127,6 +1121,7 @@ export default { SupportedVersionChanged: "(XcmV1MultiLocation,u32)", NotifyTargetSendFail: "(XcmV1MultiLocation,u64,XcmV2TraitsError)", NotifyTargetMigrationFail: "(XcmVersionedMultiLocation,u64)", + AssetsClaimed: "(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)", }, }, /** @@ -1192,7 +1187,7 @@ export default { }, }, /** - * Lookup98: xcm::v0::junction::BodyId + * Lookup97: xcm::v0::junction::BodyId */ XcmV0JunctionBodyId: { _enum: { @@ -1206,7 +1201,7 @@ export default { }, }, /** - * Lookup99: xcm::v0::junction::BodyPart + * Lookup98: xcm::v0::junction::BodyPart */ XcmV0JunctionBodyPart: { _enum: { @@ -1229,11 +1224,11 @@ export default { }, }, /** - * Lookup100: xcm::v2::Xcm + * Lookup99: xcm::v2::Xcm */ XcmV2Xcm: "Vec", /** - * Lookup102: xcm::v2::Instruction + * Lookup101: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { @@ -1331,18 +1326,18 @@ export default { }, }, /** - * Lookup103: xcm::v1::multiasset::MultiAssets + * Lookup102: xcm::v1::multiasset::MultiAssets */ XcmV1MultiassetMultiAssets: "Vec", /** - * Lookup105: xcm::v1::multiasset::MultiAsset + * Lookup104: xcm::v1::multiasset::MultiAsset */ XcmV1MultiAsset: { id: "XcmV1MultiassetAssetId", fun: "XcmV1MultiassetFungibility", }, /** - * Lookup106: xcm::v1::multiasset::AssetId + * Lookup105: xcm::v1::multiasset::AssetId */ XcmV1MultiassetAssetId: { _enum: { @@ -1351,7 +1346,7 @@ export default { }, }, /** - * Lookup107: xcm::v1::multiasset::Fungibility + * Lookup106: xcm::v1::multiasset::Fungibility */ XcmV1MultiassetFungibility: { _enum: { @@ -1360,7 +1355,7 @@ export default { }, }, /** - * Lookup108: xcm::v1::multiasset::AssetInstance + * Lookup107: xcm::v1::multiasset::AssetInstance */ XcmV1MultiassetAssetInstance: { _enum: { @@ -1374,7 +1369,7 @@ export default { }, }, /** - * Lookup110: xcm::v2::Response + * Lookup109: xcm::v2::Response */ XcmV2Response: { _enum: { @@ -1385,19 +1380,19 @@ export default { }, }, /** - * Lookup113: xcm::v0::OriginKind + * Lookup112: xcm::v0::OriginKind */ XcmV0OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, /** - * Lookup114: xcm::double_encoded::DoubleEncoded + * Lookup113: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, /** - * Lookup115: xcm::v1::multiasset::MultiAssetFilter + * Lookup114: xcm::v1::multiasset::MultiAssetFilter */ XcmV1MultiassetMultiAssetFilter: { _enum: { @@ -1406,7 +1401,7 @@ export default { }, }, /** - * Lookup116: xcm::v1::multiasset::WildMultiAsset + * Lookup115: xcm::v1::multiasset::WildMultiAsset */ XcmV1MultiassetWildMultiAsset: { _enum: { @@ -1418,13 +1413,13 @@ export default { }, }, /** - * Lookup117: xcm::v1::multiasset::WildFungibility + * Lookup116: xcm::v1::multiasset::WildFungibility */ XcmV1MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, /** - * Lookup118: xcm::v2::WeightLimit + * Lookup117: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { @@ -1433,7 +1428,7 @@ export default { }, }, /** - * Lookup120: xcm::VersionedMultiAssets + * Lookup119: xcm::VersionedMultiAssets */ XcmVersionedMultiAssets: { _enum: { @@ -1442,7 +1437,7 @@ export default { }, }, /** - * Lookup122: xcm::v0::multi_asset::MultiAsset + * Lookup121: xcm::v0::multi_asset::MultiAsset */ XcmV0MultiAsset: { _enum: { @@ -1481,7 +1476,7 @@ export default { }, }, /** - * Lookup123: xcm::v0::multi_location::MultiLocation + * Lookup122: xcm::v0::multi_location::MultiLocation */ XcmV0MultiLocation: { _enum: { @@ -1497,7 +1492,7 @@ export default { }, }, /** - * Lookup124: xcm::v0::junction::Junction + * Lookup123: xcm::v0::junction::Junction */ XcmV0Junction: { _enum: { @@ -1526,7 +1521,7 @@ export default { }, }, /** - * Lookup125: xcm::VersionedMultiLocation + * Lookup124: xcm::VersionedMultiLocation */ XcmVersionedMultiLocation: { _enum: { @@ -1535,7 +1530,7 @@ export default { }, }, /** - * Lookup126: pallet_assets::pallet::Event + * Lookup125: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { @@ -1625,7 +1620,7 @@ export default { }, }, /** - * Lookup127: orml_xtokens::module::Event + * Lookup126: orml_xtokens::module::Event */ OrmlXtokensModuleEvent: { _enum: { @@ -1638,7 +1633,7 @@ export default { }, }, /** - * Lookup128: pallet_asset_manager::pallet::Event + * Lookup127: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { @@ -1677,7 +1672,7 @@ export default { }, }, /** - * Lookup129: moonbase_runtime::xcm_config::AssetType + * Lookup128: moonbase_runtime::xcm_config::AssetType */ MoonbaseRuntimeXcmConfigAssetType: { _enum: { @@ -1685,7 +1680,7 @@ export default { }, }, /** - * Lookup130: moonbase_runtime::asset_config::AssetRegistrarMetadata + * Lookup129: moonbase_runtime::asset_config::AssetRegistrarMetadata */ MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", @@ -1694,25 +1689,25 @@ export default { isFrozen: "bool", }, /** - * Lookup131: pallet_migrations::pallet::Event + * Lookup130: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", RuntimeUpgradeCompleted: { - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, MigrationStarted: { migrationName: "Bytes", }, MigrationCompleted: { migrationName: "Bytes", - consumedWeight: "u64", + consumedWeight: "SpWeightsWeightV2Weight", }, }, }, /** - * Lookup132: pallet_xcm_transactor::pallet::Event + * Lookup131: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { @@ -1759,7 +1754,7 @@ export default { }, }, /** - * Lookup133: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight + * Lookup132: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "u64", @@ -1767,7 +1762,7 @@ export default { transactExtraWeightSigned: "Option", }, /** - * Lookup135: pallet_base_fee::pallet::Event + * Lookup134: pallet_base_fee::pallet::Event */ PalletBaseFeeEvent: { _enum: { @@ -1775,16 +1770,13 @@ export default { fee: "U256", }, BaseFeeOverflow: "Null", - IsActive: { - isActive: "bool", - }, NewElasticity: { elasticity: "Permill", }, }, }, /** - * Lookup140: pallet_moonbeam_orbiters::pallet::Event + * Lookup139: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { @@ -1815,7 +1807,7 @@ export default { }, }, /** - * Lookup141: pallet_randomness::pallet::Event + * Lookup140: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { @@ -1852,21 +1844,95 @@ export default { }, }, /** - * Lookup143: frame_system::Phase + * Lookup142: pallet_conviction_voting::pallet::Event */ - FrameSystemPhase: { + PalletConvictionVotingEvent: { _enum: { - ApplyExtrinsic: "u32", - Finalization: "Null", - Initialization: "Null", + Delegated: "(AccountId20,AccountId20)", + Undelegated: "AccountId20", }, }, /** - * Lookup145: frame_system::LastRuntimeUpgradeInfo + * Lookup143: pallet_referenda::pallet::Event */ - FrameSystemLastRuntimeUpgradeInfo: { - specVersion: "Compact", - specName: "Text", + PalletReferendaEvent: { + _enum: { + Submitted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", + }, + DecisionDepositPlaced: { + index: "u32", + who: "AccountId20", + amount: "u128", + }, + DecisionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", + }, + DepositSlashed: { + who: "AccountId20", + amount: "u128", + }, + DecisionStarted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", + tally: "PalletConvictionVotingTally", + }, + ConfirmStarted: { + index: "u32", + }, + ConfirmAborted: { + index: "u32", + }, + Confirmed: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + Approved: { + index: "u32", + }, + Rejected: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + TimedOut: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + Cancelled: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + Killed: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + }, + }, + /** + * Lookup144: frame_support::traits::preimages::Bounded + */ + FrameSupportPreimagesBounded: { + _enum: { + Legacy: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Inline: "Bytes", + Lookup: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + len: "u32", + }, + }, }, /** * Lookup146: frame_system::pallet::Call @@ -1907,104 +1973,155 @@ export default { }, }, /** - * Lookup150: frame_system::limits::BlockWeights + * Lookup150: pallet_utility::pallet::Call */ - FrameSystemLimitsBlockWeights: { - baseBlock: "u64", - maxBlock: "u64", - perClass: "FrameSupportWeightsPerDispatchClassWeightsPerClass", + PalletUtilityCall: { + _enum: { + batch: { + calls: "Vec", + }, + as_derivative: { + index: "u16", + call: "Call", + }, + batch_all: { + calls: "Vec", + }, + dispatch_as: { + asOrigin: "MoonbaseRuntimeOriginCaller", + call: "Call", + }, + force_batch: { + calls: "Vec", + }, + }, }, /** - * Lookup151: - * frame_support::weights::PerDispatchClass + * Lookup152: moonbase_runtime::OriginCaller */ - FrameSupportWeightsPerDispatchClassWeightsPerClass: { - normal: "FrameSystemLimitsWeightsPerClass", - operational: "FrameSystemLimitsWeightsPerClass", - mandatory: "FrameSystemLimitsWeightsPerClass", + MoonbaseRuntimeOriginCaller: { + _enum: { + system: "FrameSupportDispatchRawOrigin", + __Unused1: "Null", + __Unused2: "Null", + __Unused3: "Null", + __Unused4: "Null", + __Unused5: "Null", + __Unused6: "Null", + __Unused7: "Null", + __Unused8: "Null", + Void: "SpCoreVoid", + __Unused10: "Null", + Ethereum: "PalletEthereumRawOrigin", + __Unused12: "Null", + __Unused13: "Null", + __Unused14: "Null", + CouncilCollective: "PalletCollectiveRawOrigin", + TechCommitteeCollective: "PalletCollectiveRawOrigin", + __Unused17: "Null", + __Unused18: "Null", + __Unused19: "Null", + __Unused20: "Null", + __Unused21: "Null", + __Unused22: "Null", + __Unused23: "Null", + __Unused24: "Null", + __Unused25: "Null", + CumulusXcm: "CumulusPalletXcmOrigin", + __Unused27: "Null", + PolkadotXcm: "PalletXcmOrigin", + __Unused29: "Null", + __Unused30: "Null", + __Unused31: "Null", + __Unused32: "Null", + __Unused33: "Null", + __Unused34: "Null", + __Unused35: "Null", + __Unused36: "Null", + __Unused37: "Null", + EthereumXcm: "PalletEthereumXcmRawOrigin", + __Unused39: "Null", + TreasuryCouncilCollective: "PalletCollectiveRawOrigin", + __Unused41: "Null", + __Unused42: "Null", + Origins: "MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin", + }, }, /** - * Lookup152: frame_system::limits::WeightsPerClass + * Lookup153: + * frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ - FrameSystemLimitsWeightsPerClass: { - baseExtrinsic: "u64", - maxExtrinsic: "Option", - maxTotal: "Option", - reserved: "Option", + FrameSupportDispatchRawOrigin: { + _enum: { + Root: "Null", + Signed: "AccountId20", + None: "Null", + }, }, /** - * Lookup153: frame_system::limits::BlockLength + * Lookup154: pallet_ethereum::RawOrigin */ - FrameSystemLimitsBlockLength: { - max: "FrameSupportWeightsPerDispatchClassU32", + PalletEthereumRawOrigin: { + _enum: { + EthereumTransaction: "H160", + }, }, /** - * Lookup154: frame_support::weights::PerDispatchClass + * Lookup155: pallet_collective::RawOrigin */ - FrameSupportWeightsPerDispatchClassU32: { - normal: "u32", - operational: "u32", - mandatory: "u32", + PalletCollectiveRawOrigin: { + _enum: { + Members: "(u32,u32)", + Member: "AccountId20", + _Phantom: "Null", + }, }, /** - * Lookup155: frame_support::weights::RuntimeDbWeight + * Lookup157: cumulus_pallet_xcm::pallet::Origin */ - FrameSupportWeightsRuntimeDbWeight: { - read: "u64", - write: "u64", + CumulusPalletXcmOrigin: { + _enum: { + Relay: "Null", + SiblingParachain: "u32", + }, }, /** - * Lookup156: sp_version::RuntimeVersion + * Lookup158: pallet_xcm::pallet::Origin */ - SpVersionRuntimeVersion: { - specName: "Text", - implName: "Text", - authoringVersion: "u32", - specVersion: "u32", - implVersion: "u32", - apis: "Vec<([u8;8],u32)>", - transactionVersion: "u32", - stateVersion: "u8", + PalletXcmOrigin: { + _enum: { + Xcm: "XcmV1MultiLocation", + Response: "XcmV1MultiLocation", + }, }, /** - * Lookup160: frame_system::pallet::Error + * Lookup159: pallet_ethereum_xcm::RawOrigin */ - FrameSystemError: { + PalletEthereumXcmRawOrigin: { + _enum: { + XcmEthereumTransaction: "H160", + }, + }, + /** + * Lookup161: moonbase_runtime::governance::origins::pallet_custom_origins::Origin + */ + MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin: { _enum: [ - "InvalidSpecName", - "SpecVersionNeedsToIncrease", - "FailedToExtractRuntimeVersion", - "NonDefaultComposite", - "NonZeroRefCount", - "CallFiltered", + "Treasurer", + "ReferendumCanceller", + "ReferendumKiller", + "SmallSpender", + "MediumSpender", + "BigSpender", + "WhitelistedCaller", ], }, /** - * Lookup161: pallet_utility::pallet::Call + * Lookup162: sp_core::Void */ - PalletUtilityCall: { - _enum: { - batch: { - calls: "Vec", - }, - as_derivative: { - index: "u16", - call: "Call", - }, - batch_all: { - calls: "Vec", - }, - dispatch_as: { - asOrigin: "MoonbaseRuntimeOriginCaller", - call: "Call", - }, - force_batch: { - calls: "Vec", - }, - }, - }, + SpCoreVoid: "Null", /** - * Lookup164: pallet_timestamp::pallet::Call + * Lookup163: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { @@ -2014,7 +2131,7 @@ export default { }, }, /** - * Lookup165: pallet_balances::pallet::Call + * Lookup164: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { @@ -2047,7 +2164,7 @@ export default { }, }, /** - * Lookup166: pallet_sudo::pallet::Call + * Lookup165: pallet_sudo::pallet::Call */ PalletSudoCall: { _enum: { @@ -2056,7 +2173,7 @@ export default { }, sudo_unchecked_weight: { call: "Call", - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, set_key: { _alias: { @@ -2071,7 +2188,7 @@ export default { }, }, /** - * Lookup167: cumulus_pallet_parachain_system::pallet::Call + * Lookup166: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { @@ -2090,7 +2207,7 @@ export default { }, }, /** - * Lookup168: cumulus_primitives_parachain_inherent::ParachainInherentData + * Lookup167: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV2PersistedValidationData", @@ -2099,7 +2216,7 @@ export default { horizontalMessages: "BTreeMap>", }, /** - * Lookup169: polkadot_primitives::v2::PersistedValidationData + * Lookup168: polkadot_primitives::v2::PersistedValidationData */ PolkadotPrimitivesV2PersistedValidationData: { parentHead: "Bytes", @@ -2108,27 +2225,27 @@ export default { maxPovSize: "u32", }, /** - * Lookup171: sp_trie::storage_proof::StorageProof + * Lookup170: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, /** - * Lookup174: polkadot_core_primitives::InboundDownwardMessage + * Lookup173: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, /** - * Lookup177: polkadot_core_primitives::InboundHrmpMessage + * Lookup176: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, /** - * Lookup180: pallet_evm::pallet::Call + * Lookup179: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { @@ -2171,7 +2288,7 @@ export default { }, }, /** - * Lookup184: pallet_ethereum::pallet::Call + * Lookup183: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { @@ -2181,7 +2298,7 @@ export default { }, }, /** - * Lookup185: ethereum::transaction::TransactionV2 + * Lookup184: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { @@ -2191,7 +2308,7 @@ export default { }, }, /** - * Lookup186: ethereum::transaction::LegacyTransaction + * Lookup185: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", @@ -2203,7 +2320,7 @@ export default { signature: "EthereumTransactionTransactionSignature", }, /** - * Lookup187: ethereum::transaction::TransactionAction + * Lookup186: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { @@ -2212,7 +2329,7 @@ export default { }, }, /** - * Lookup188: ethereum::transaction::TransactionSignature + * Lookup187: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", @@ -2220,7 +2337,7 @@ export default { s: "H256", }, /** - * Lookup190: ethereum::transaction::EIP2930Transaction + * Lookup189: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", @@ -2236,14 +2353,14 @@ export default { s: "H256", }, /** - * Lookup192: ethereum::transaction::AccessListItem + * Lookup191: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, /** - * Lookup193: ethereum::transaction::EIP1559Transaction + * Lookup192: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", @@ -2260,7 +2377,7 @@ export default { s: "H256", }, /** - * Lookup194: pallet_parachain_staking::pallet::Call + * Lookup193: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { @@ -2340,6 +2457,14 @@ export default { candidateDelegationCount: "u32", delegationCount: "u32", }, + delegate_with_auto_compound: { + candidate: "AccountId20", + amount: "u128", + autoCompound: "Percent", + candidateDelegationCount: "u32", + candidateAutoCompoundingDelegationCount: "u32", + delegationCount: "u32", + }, schedule_leave_delegators: "Null", execute_leave_delegators: { delegator: "AccountId20", @@ -2364,6 +2489,12 @@ export default { cancel_delegation_request: { candidate: "AccountId20", }, + set_auto_compound: { + candidate: "AccountId20", + value: "Percent", + candidateAutoCompoundingDelegationCountHint: "u32", + delegationCountHint: "u32", + }, hotfix_remove_delegation_requests_exited_candidates: { candidates: "Vec", }, @@ -2378,60 +2509,48 @@ export default { when: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, cancel: { when: "u32", index: "u32", }, schedule_named: { - id: "Bytes", + id: "[u8;32]", when: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, cancel_named: { - id: "Bytes", + id: "[u8;32]", }, schedule_after: { after: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, schedule_named_after: { - id: "Bytes", + id: "[u8;32]", after: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, }, }, /** - * Lookup199: - * frame_support::traits::schedule::MaybeHashed - */ - FrameSupportScheduleMaybeHashed: { - _enum: { - Value: "Call", - Hash: "H256", - }, - }, - /** - * Lookup200: pallet_democracy::pallet::Call + * Lookup199: pallet_democracy::pallet::Call */ PalletDemocracyCall: { _enum: { propose: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", value: "Compact", }, second: { proposal: "Compact", - secondsUpperBound: "Compact", }, vote: { refIndex: "Compact", @@ -2441,13 +2560,13 @@ export default { refIndex: "u32", }, external_propose: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, external_propose_majority: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, external_propose_default: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, fast_track: { proposalHash: "H256", @@ -2460,9 +2579,6 @@ export default { cancel_referendum: { refIndex: "Compact", }, - cancel_queued: { - which: "u32", - }, delegate: { to: "AccountId20", conviction: "PalletDemocracyConviction", @@ -2470,22 +2586,6 @@ export default { }, undelegate: "Null", clear_public_proposals: "Null", - note_preimage: { - encodedProposal: "Bytes", - }, - note_preimage_operational: { - encodedProposal: "Bytes", - }, - note_imminent_preimage: { - encodedProposal: "Bytes", - }, - note_imminent_preimage_operational: { - encodedProposal: "Bytes", - }, - reap_preimage: { - proposalHash: "H256", - proposalLenUpperBound: "Compact", - }, unlock: { target: "AccountId20", }, @@ -2496,10 +2596,6 @@ export default { target: "AccountId20", index: "u32", }, - enact_proposal: { - proposalHash: "H256", - index: "u32", - }, blacklist: { proposalHash: "H256", maybeRefIndex: "Option", @@ -2510,13 +2606,13 @@ export default { }, }, /** - * Lookup201: pallet_democracy::conviction::Conviction + * Lookup200: pallet_democracy::conviction::Conviction */ PalletDemocracyConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, /** - * Lookup203: pallet_collective::pallet::Call + * Lookup202: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { @@ -2539,7 +2635,7 @@ export default { index: "Compact", approve: "bool", }, - close: { + close_old_weight: { proposalHash: "H256", index: "Compact", proposalWeightBound: "Compact", @@ -2548,10 +2644,16 @@ export default { disapprove_proposal: { proposalHash: "H256", }, + close: { + proposalHash: "H256", + index: "Compact", + proposalWeightBound: "SpWeightsWeightV2Weight", + lengthBound: "Compact", + }, }, }, /** - * Lookup205: pallet_treasury::pallet::Call + * Lookup206: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { @@ -2575,13 +2677,13 @@ export default { }, }, /** - * Lookup206: pallet_author_inherent::pallet::Call + * Lookup207: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, /** - * Lookup207: pallet_author_slot_filter::pallet::Call + * Lookup208: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { @@ -2594,7 +2696,7 @@ export default { }, }, /** - * Lookup208: pallet_crowdloan_rewards::pallet::Call + * Lookup209: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { @@ -2621,7 +2723,7 @@ export default { }, }, /** - * Lookup209: sp_runtime::MultiSignature + * Lookup210: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { @@ -2631,19 +2733,19 @@ export default { }, }, /** - * Lookup210: sp_core::ed25519::Signature + * Lookup211: sp_core::ed25519::Signature */ SpCoreEd25519Signature: "[u8;64]", /** - * Lookup212: sp_core::sr25519::Signature + * Lookup213: sp_core::sr25519::Signature */ SpCoreSr25519Signature: "[u8;64]", /** - * Lookup213: sp_core::ecdsa::Signature + * Lookup214: sp_core::ecdsa::Signature */ SpCoreEcdsaSignature: "[u8;65]", /** - * Lookup219: pallet_author_mapping::pallet::Call + * Lookup220: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { @@ -2667,7 +2769,7 @@ export default { }, }, /** - * Lookup220: pallet_proxy::pallet::Call + * Lookup221: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { @@ -2687,12 +2789,12 @@ export default { delay: "u32", }, remove_proxies: "Null", - anonymous: { + create_pure: { proxyType: "MoonbaseRuntimeProxyType", delay: "u32", index: "u16", }, - kill_anonymous: { + kill_pure: { spawner: "AccountId20", proxyType: "MoonbaseRuntimeProxyType", index: "u16", @@ -2720,13 +2822,13 @@ export default { }, }, /** - * Lookup222: pallet_maintenance_mode::pallet::Call + * Lookup223: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, /** - * Lookup223: pallet_identity::pallet::Call + * Lookup224: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { @@ -2766,6 +2868,7 @@ export default { regIndex: "Compact", target: "AccountId20", judgement: "PalletIdentityJudgement", + identity: "H256", }, kill_identity: { target: "AccountId20", @@ -2785,7 +2888,7 @@ export default { }, }, /** - * Lookup224: pallet_identity::types::IdentityInfo + * Lookup225: pallet_identity::types::IdentityInfo */ PalletIdentityIdentityInfo: { additional: "Vec<(Data,Data)>", @@ -2799,7 +2902,7 @@ export default { twitter: "Data", }, /** - * Lookup260: pallet_identity::types::BitFlags + * Lookup261: pallet_identity::types::BitFlags */ PalletIdentityBitFlags: { _bitLength: 64, @@ -2813,7 +2916,7 @@ export default { Twitter: 128, }, /** - * Lookup261: pallet_identity::types::IdentityField + * Lookup262: pallet_identity::types::IdentityField */ PalletIdentityIdentityField: { _enum: [ @@ -2949,7 +3052,7 @@ export default { ], }, /** - * Lookup262: pallet_identity::types::Judgement + * Lookup263: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { @@ -2963,7 +3066,7 @@ export default { }, }, /** - * Lookup263: cumulus_pallet_xcmp_queue::pallet::Call + * Lookup264: cumulus_pallet_xcmp_queue::pallet::Call */ CumulusPalletXcmpQueueCall: { _enum: { @@ -3012,7 +3115,7 @@ export default { }, }, /** - * Lookup264: cumulus_pallet_dmp_queue::pallet::Call + * Lookup265: cumulus_pallet_dmp_queue::pallet::Call */ CumulusPalletDmpQueueCall: { _enum: { @@ -3023,7 +3126,7 @@ export default { }, }, /** - * Lookup265: pallet_xcm::pallet::Call + * Lookup266: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { @@ -3077,7 +3180,7 @@ export default { }, }, /** - * Lookup266: xcm::VersionedXcm + * Lookup267: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { @@ -3087,7 +3190,7 @@ export default { }, }, /** - * Lookup267: xcm::v0::Xcm + * Lookup268: xcm::v0::Xcm */ XcmV0Xcm: { _enum: { @@ -3141,7 +3244,7 @@ export default { }, }, /** - * Lookup269: xcm::v0::order::Order + * Lookup270: xcm::v0::order::Order */ XcmV0Order: { _enum: { @@ -3184,7 +3287,7 @@ export default { }, }, /** - * Lookup271: xcm::v0::Response + * Lookup272: xcm::v0::Response */ XcmV0Response: { _enum: { @@ -3192,7 +3295,7 @@ export default { }, }, /** - * Lookup272: xcm::v1::Xcm + * Lookup273: xcm::v1::Xcm */ XcmV1Xcm: { _enum: { @@ -3251,7 +3354,7 @@ export default { }, }, /** - * Lookup274: xcm::v1::order::Order + * Lookup275: xcm::v1::order::Order */ XcmV1Order: { _enum: { @@ -3296,7 +3399,7 @@ export default { }, }, /** - * Lookup276: xcm::v1::Response + * Lookup277: xcm::v1::Response */ XcmV1Response: { _enum: { @@ -3305,7 +3408,7 @@ export default { }, }, /** - * Lookup290: pallet_assets::pallet::Call + * Lookup291: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { @@ -3433,7 +3536,7 @@ export default { }, }, /** - * Lookup291: pallet_assets::types::DestroyWitness + * Lookup292: pallet_assets::types::DestroyWitness */ PalletAssetsDestroyWitness: { accounts: "Compact", @@ -3441,7 +3544,7 @@ export default { approvals: "Compact", }, /** - * Lookup292: orml_xtokens::module::Call + * Lookup293: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { @@ -3449,42 +3552,42 @@ export default { currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", amount: "u128", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiasset: { asset: "XcmVersionedMultiAsset", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_with_fee: { currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", amount: "u128", fee: "u128", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiasset_with_fee: { asset: "XcmVersionedMultiAsset", fee: "XcmVersionedMultiAsset", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multicurrencies: { currencies: "Vec<(MoonbaseRuntimeXcmConfigCurrencyId,u128)>", feeItem: "u32", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiassets: { assets: "XcmVersionedMultiAssets", feeItem: "u32", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, }, }, /** - * Lookup293: moonbase_runtime::xcm_config::CurrencyId + * Lookup294: moonbase_runtime::xcm_config::CurrencyId */ MoonbaseRuntimeXcmConfigCurrencyId: { _enum: { @@ -3494,7 +3597,7 @@ export default { }, }, /** - * Lookup294: xcm::VersionedMultiAsset + * Lookup295: xcm::VersionedMultiAsset */ XcmVersionedMultiAsset: { _enum: { @@ -3503,7 +3606,7 @@ export default { }, }, /** - * Lookup297: pallet_asset_manager::pallet::Call + * Lookup298: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { @@ -3549,7 +3652,18 @@ export default { }, }, /** - * Lookup298: pallet_xcm_transactor::pallet::Call + * Lookup299: pallet_migrations::pallet::Call + */ + PalletMigrationsCall: { + _enum: { + migrate_democracy_preimage: { + proposalHash: "H256", + proposalLenUpperBound: "Compact", + }, + }, + }, + /** + * Lookup300: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { @@ -3600,13 +3714,13 @@ export default { }, }, /** - * Lookup299: moonbase_runtime::xcm_config::Transactors + * Lookup301: moonbase_runtime::xcm_config::Transactors */ MoonbaseRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, /** - * Lookup300: + * Lookup302: * pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { @@ -3614,7 +3728,7 @@ export default { feeAmount: "Option", }, /** - * Lookup301: + * Lookup303: * pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { @@ -3624,30 +3738,27 @@ export default { }, }, /** - * Lookup303: pallet_xcm_transactor::pallet::TransactWeights + * Lookup305: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "u64", overallWeight: "Option", }, /** - * Lookup304: pallet_base_fee::pallet::Call + * Lookup306: pallet_base_fee::pallet::Call */ PalletBaseFeeCall: { _enum: { set_base_fee_per_gas: { fee: "U256", }, - set_is_active: { - isActive: "bool", - }, set_elasticity: { elasticity: "Permill", }, }, }, /** - * Lookup306: pallet_moonbeam_orbiters::pallet::Call + * Lookup308: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { @@ -3673,7 +3784,7 @@ export default { }, }, /** - * Lookup307: pallet_ethereum_xcm::pallet::Call + * Lookup309: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { @@ -3684,10 +3795,12 @@ export default { transactAs: "H160", xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", }, + suspend_ethereum_xcm_execution: "Null", + resume_ethereum_xcm_execution: "Null", }, }, /** - * Lookup308: xcm_primitives::ethereum_xcm::EthereumXcmTransaction + * Lookup310: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { @@ -3696,7 +3809,7 @@ export default { }, }, /** - * Lookup309: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 + * Lookup311: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", @@ -3707,7 +3820,7 @@ export default { accessList: "Option)>>", }, /** - * Lookup310: xcm_primitives::ethereum_xcm::EthereumXcmFee + * Lookup312: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { @@ -3716,14 +3829,14 @@ export default { }, }, /** - * Lookup311: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee + * Lookup313: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, /** - * Lookup313: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 + * Lookup316: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", @@ -3733,126 +3846,315 @@ export default { accessList: "Option)>>", }, /** - * Lookup314: pallet_randomness::pallet::Call + * Lookup317: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, /** - * Lookup316: moonbase_runtime::OriginCaller + * Lookup319: pallet_conviction_voting::pallet::Call */ - MoonbaseRuntimeOriginCaller: { + PalletConvictionVotingCall: { _enum: { - system: "FrameSupportDispatchRawOrigin", - __Unused1: "Null", - __Unused2: "Null", - __Unused3: "Null", - __Unused4: "Null", - __Unused5: "Null", - __Unused6: "Null", - __Unused7: "Null", - Void: "SpCoreVoid", - __Unused9: "Null", - __Unused10: "Null", - Ethereum: "PalletEthereumRawOrigin", - __Unused12: "Null", - __Unused13: "Null", - __Unused14: "Null", - CouncilCollective: "PalletCollectiveRawOrigin", - TechCommitteeCollective: "PalletCollectiveRawOrigin", - __Unused17: "Null", - __Unused18: "Null", - __Unused19: "Null", - __Unused20: "Null", - __Unused21: "Null", - __Unused22: "Null", - __Unused23: "Null", - __Unused24: "Null", - __Unused25: "Null", - CumulusXcm: "CumulusPalletXcmOrigin", - __Unused27: "Null", - PolkadotXcm: "PalletXcmOrigin", - __Unused29: "Null", - __Unused30: "Null", - __Unused31: "Null", - __Unused32: "Null", - __Unused33: "Null", - __Unused34: "Null", - __Unused35: "Null", - __Unused36: "Null", - __Unused37: "Null", - EthereumXcm: "PalletEthereumXcmRawOrigin", - __Unused39: "Null", - TreasuryCouncilCollective: "PalletCollectiveRawOrigin", + vote: { + pollIndex: "Compact", + vote: "PalletConvictionVotingVoteAccountVote", + }, + delegate: { + class: "u16", + to: "AccountId20", + conviction: "PalletConvictionVotingConviction", + balance: "u128", + }, + undelegate: { + class: "u16", + }, + unlock: { + class: "u16", + target: "AccountId20", + }, + remove_vote: { + class: "Option", + index: "u32", + }, + remove_other_vote: { + target: "AccountId20", + class: "u16", + index: "u32", + }, }, }, /** - * Lookup317: - * frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) + * Lookup320: pallet_conviction_voting::vote::AccountVote */ - FrameSupportDispatchRawOrigin: { + PalletConvictionVotingVoteAccountVote: { _enum: { - Root: "Null", - Signed: "AccountId20", - None: "Null", + Standard: { + vote: "Vote", + balance: "u128", + }, + Split: { + aye: "u128", + nay: "u128", + }, }, }, /** - * Lookup318: pallet_ethereum::RawOrigin + * Lookup322: pallet_conviction_voting::conviction::Conviction */ - PalletEthereumRawOrigin: { + PalletConvictionVotingConviction: { + _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], + }, + /** + * Lookup324: pallet_referenda::pallet::Call + */ + PalletReferendaCall: { _enum: { - EthereumTransaction: "H160", + submit: { + proposalOrigin: "MoonbaseRuntimeOriginCaller", + proposal: "FrameSupportPreimagesBounded", + enactmentMoment: "FrameSupportScheduleDispatchTime", + }, + place_decision_deposit: { + index: "u32", + }, + refund_decision_deposit: { + index: "u32", + }, + cancel: { + index: "u32", + }, + kill: { + index: "u32", + }, + nudge_referendum: { + index: "u32", + }, + one_fewer_deciding: { + track: "u16", + }, }, }, /** - * Lookup319: pallet_collective::RawOrigin + * Lookup325: frame_support::traits::schedule::DispatchTime */ - PalletCollectiveRawOrigin: { + FrameSupportScheduleDispatchTime: { _enum: { - Members: "(u32,u32)", - Member: "AccountId20", - _Phantom: "Null", + At: "u32", + After: "u32", }, }, /** - * Lookup321: cumulus_pallet_xcm::pallet::Origin + * Lookup326: pallet_preimage::pallet::Call */ - CumulusPalletXcmOrigin: { + PalletPreimageCall: { _enum: { - Relay: "Null", - SiblingParachain: "u32", + note_preimage: { + bytes: "Bytes", + }, + unnote_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + request_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + unrequest_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, }, }, /** - * Lookup322: pallet_xcm::pallet::Origin + * Lookup327: pallet_whitelist::pallet::Call */ - PalletXcmOrigin: { + PalletWhitelistCall: { _enum: { - Xcm: "XcmV1MultiLocation", - Response: "XcmV1MultiLocation", + whitelist_call: { + callHash: "H256", + }, + remove_whitelisted_call: { + callHash: "H256", + }, + dispatch_whitelisted_call: { + callHash: "H256", + callWeightWitness: "SpWeightsWeightV2Weight", + }, + dispatch_whitelisted_call_with_preimage: { + call: "Call", + }, }, }, /** - * Lookup323: pallet_ethereum_xcm::RawOrigin + * Lookup329: pallet_conviction_voting::types::Tally */ - PalletEthereumXcmRawOrigin: { + PalletConvictionVotingTally: { + ayes: "u128", + nays: "u128", + support: "u128", + }, + /** + * Lookup330: pallet_preimage::pallet::Event + */ + PalletPreimageEvent: { _enum: { - XcmEthereumTransaction: "H160", + Noted: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Requested: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Cleared: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, }, }, /** - * Lookup325: sp_core::Void + * Lookup331: pallet_whitelist::pallet::Event */ - SpCoreVoid: "Null", + PalletWhitelistEvent: { + _enum: { + CallWhitelisted: { + callHash: "H256", + }, + WhitelistedCallRemoved: { + callHash: "H256", + }, + WhitelistedCallDispatched: { + callHash: "H256", + result: "Result", + }, + }, + }, + /** + * Lookup333: frame_support::dispatch::PostDispatchInfo + */ + FrameSupportDispatchPostDispatchInfo: { + actualWeight: "Option", + paysFee: "FrameSupportDispatchPays", + }, + /** + * Lookup335: + * sp_runtime::DispatchErrorWithPostInfo + */ + SpRuntimeDispatchErrorWithPostInfo: { + postInfo: "FrameSupportDispatchPostDispatchInfo", + error: "SpRuntimeDispatchError", + }, + /** + * Lookup336: frame_system::Phase + */ + FrameSystemPhase: { + _enum: { + ApplyExtrinsic: "u32", + Finalization: "Null", + Initialization: "Null", + }, + }, + /** + * Lookup338: frame_system::LastRuntimeUpgradeInfo + */ + FrameSystemLastRuntimeUpgradeInfo: { + specVersion: "Compact", + specName: "Text", + }, + /** + * Lookup339: frame_system::limits::BlockWeights + */ + FrameSystemLimitsBlockWeights: { + baseBlock: "SpWeightsWeightV2Weight", + maxBlock: "SpWeightsWeightV2Weight", + perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", + }, + /** + * Lookup340: + * frame_support::dispatch::PerDispatchClass + */ + FrameSupportDispatchPerDispatchClassWeightsPerClass: { + normal: "FrameSystemLimitsWeightsPerClass", + operational: "FrameSystemLimitsWeightsPerClass", + mandatory: "FrameSystemLimitsWeightsPerClass", + }, /** - * Lookup326: pallet_utility::pallet::Error + * Lookup341: frame_system::limits::WeightsPerClass + */ + FrameSystemLimitsWeightsPerClass: { + baseExtrinsic: "SpWeightsWeightV2Weight", + maxExtrinsic: "Option", + maxTotal: "Option", + reserved: "Option", + }, + /** + * Lookup342: frame_system::limits::BlockLength + */ + FrameSystemLimitsBlockLength: { + max: "FrameSupportDispatchPerDispatchClassU32", + }, + /** + * Lookup343: frame_support::dispatch::PerDispatchClass + */ + FrameSupportDispatchPerDispatchClassU32: { + normal: "u32", + operational: "u32", + mandatory: "u32", + }, + /** + * Lookup344: sp_weights::RuntimeDbWeight + */ + SpWeightsRuntimeDbWeight: { + read: "u64", + write: "u64", + }, + /** + * Lookup345: sp_version::RuntimeVersion + */ + SpVersionRuntimeVersion: { + specName: "Text", + implName: "Text", + authoringVersion: "u32", + specVersion: "u32", + implVersion: "u32", + apis: "Vec<([u8;8],u32)>", + transactionVersion: "u32", + stateVersion: "u8", + }, + /** + * Lookup349: frame_system::pallet::Error + */ + FrameSystemError: { + _enum: [ + "InvalidSpecName", + "SpecVersionNeedsToIncrease", + "FailedToExtractRuntimeVersion", + "NonDefaultComposite", + "NonZeroRefCount", + "CallFiltered", + ], + }, + /** + * Lookup350: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, /** - * Lookup328: pallet_balances::BalanceLock + * Lookup352: pallet_balances::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", @@ -3860,26 +4162,26 @@ export default { reasons: "PalletBalancesReasons", }, /** - * Lookup329: pallet_balances::Reasons + * Lookup353: pallet_balances::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, /** - * Lookup332: pallet_balances::ReserveData + * Lookup356: pallet_balances::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, /** - * Lookup334: pallet_balances::Releases + * Lookup358: pallet_balances::Releases */ PalletBalancesReleases: { _enum: ["V1_0_0", "V2_0_0"], }, /** - * Lookup335: pallet_balances::pallet::Error + * Lookup359: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ @@ -3894,19 +4196,19 @@ export default { ], }, /** - * Lookup336: pallet_sudo::pallet::Error + * Lookup360: pallet_sudo::pallet::Error */ PalletSudoError: { _enum: ["RequireSudo"], }, /** - * Lookup339: polkadot_primitives::v2::UpgradeRestriction + * Lookup363: polkadot_primitives::v2::UpgradeRestriction */ PolkadotPrimitivesV2UpgradeRestriction: { _enum: ["Present"], }, /** - * Lookup340: + * Lookup364: * cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { @@ -3916,7 +4218,7 @@ export default { egressChannels: "Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>", }, /** - * Lookup343: polkadot_primitives::v2::AbridgedHrmpChannel + * Lookup367: polkadot_primitives::v2::AbridgedHrmpChannel */ PolkadotPrimitivesV2AbridgedHrmpChannel: { maxCapacity: "u32", @@ -3927,7 +4229,7 @@ export default { mqcHead: "Option", }, /** - * Lookup344: polkadot_primitives::v2::AbridgedHostConfiguration + * Lookup368: polkadot_primitives::v2::AbridgedHostConfiguration */ PolkadotPrimitivesV2AbridgedHostConfiguration: { maxCodeSize: "u32", @@ -3941,7 +4243,7 @@ export default { validationUpgradeDelay: "u32", }, /** - * Lookup350: + * Lookup374: * polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { @@ -3949,7 +4251,7 @@ export default { data: "Bytes", }, /** - * Lookup351: cumulus_pallet_parachain_system::pallet::Error + * Lookup375: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ @@ -3964,13 +4266,13 @@ export default { ], }, /** - * Lookup353: pallet_transaction_payment::Releases + * Lookup377: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, /** - * Lookup355: pallet_evm::pallet::Error + * Lookup379: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ @@ -3983,10 +4285,11 @@ export default { "GasLimitTooLow", "GasLimitTooHigh", "Undefined", + "Reentrancy", ], }, /** - * Lookup358: fp_rpc::TransactionStatus + * Lookup382: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", @@ -3998,11 +4301,11 @@ export default { logsBloom: "EthbloomBloom", }, /** - * Lookup361: ethbloom::Bloom + * Lookup385: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", /** - * Lookup363: ethereum::receipt::ReceiptV3 + * Lookup387: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { @@ -4012,7 +4315,7 @@ export default { }, }, /** - * Lookup364: ethereum::receipt::EIP658ReceiptData + * Lookup388: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", @@ -4021,7 +4324,7 @@ export default { logs: "Vec", }, /** - * Lookup365: + * Lookup389: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -4030,7 +4333,7 @@ export default { ommers: "Vec", }, /** - * Lookup366: ethereum::header::Header + * Lookup390: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", @@ -4050,17 +4353,17 @@ export default { nonce: "EthereumTypesHashH64", }, /** - * Lookup367: ethereum_types::hash::H64 + * Lookup391: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", /** - * Lookup372: pallet_ethereum::pallet::Error + * Lookup396: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup373: + * Lookup397: * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingParachainBondConfig: { @@ -4068,7 +4371,7 @@ export default { percent: "Percent", }, /** - * Lookup374: pallet_parachain_staking::types::RoundInfo + * Lookup398: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", @@ -4076,7 +4379,7 @@ export default { length: "u32", }, /** - * Lookup375: pallet_parachain_staking::types::Delegator + * Lookup399: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", @@ -4086,20 +4389,20 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup376: + * Lookup400: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", /** - * Lookup377: pallet_parachain_staking::types::Bond + * Lookup401: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, /** - * Lookup379: pallet_parachain_staking::types::DelegatorStatus + * Lookup403: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { @@ -4108,7 +4411,7 @@ export default { }, }, /** - * Lookup380: pallet_parachain_staking::types::CandidateMetadata + * Lookup404: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", @@ -4123,20 +4426,20 @@ export default { status: "PalletParachainStakingCollatorStatus", }, /** - * Lookup381: pallet_parachain_staking::types::CapacityStatus + * Lookup405: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, /** - * Lookup383: pallet_parachain_staking::types::CandidateBondLessRequest + * Lookup407: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, /** - * Lookup384: pallet_parachain_staking::types::CollatorStatus + * Lookup408: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { @@ -4146,7 +4449,7 @@ export default { }, }, /** - * Lookup386: + * Lookup410: * pallet_parachain_staking::delegation_requests::ScheduledRequest */ @@ -4156,7 +4459,15 @@ export default { action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup387: + * Lookup412: + * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingAutoCompoundAutoCompoundConfig: { + delegator: "AccountId20", + value: "Percent", + }, + /** + * Lookup413: * pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { @@ -4164,16 +4475,25 @@ export default { total: "u128", }, /** - * Lookup389: + * Lookup415: * pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", - delegations: "Vec", + delegations: "Vec", total: "u128", }, /** - * Lookup390: pallet_parachain_staking::types::DelayedPayout + * Lookup417: + * pallet_parachain_staking::types::BondWithAutoCompound + */ + PalletParachainStakingBondWithAutoCompound: { + owner: "AccountId20", + amount: "u128", + autoCompound: "Percent", + }, + /** + * Lookup418: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", @@ -4181,7 +4501,7 @@ export default { collatorCommission: "Perbill", }, /** - * Lookup391: pallet_parachain_staking::inflation::InflationInfo + * Lookup419: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { @@ -4201,7 +4521,7 @@ export default { }, }, /** - * Lookup392: pallet_parachain_staking::pallet::Error + * Lookup420: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ @@ -4247,46 +4567,38 @@ export default { "PendingDelegationRequestNotDueYet", "CannotDelegateLessThanOrEqualToLowestBottomWhenFull", "PendingDelegationRevoke", + "TooLowDelegationCountToAutoCompound", + "TooLowCandidateAutoCompoundingDelegationCountToAutoCompound", + "TooLowCandidateAutoCompoundingDelegationCountToDelegate", ], }, /** - * Lookup395: - * pallet_scheduler::ScheduledV3, BlockNumber, moonbase_runtime::OriginCaller, - * account::AccountId20> + * Lookup423: pallet_scheduler::Scheduled, + * BlockNumber, moonbase_runtime::OriginCaller, account::AccountId20> */ - PalletSchedulerScheduledV3: { - maybeId: "Option", + PalletSchedulerScheduled: { + maybeId: "Option<[u8;32]>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "FrameSupportPreimagesBounded", maybePeriodic: "Option<(u32,u32)>", origin: "MoonbaseRuntimeOriginCaller", }, /** - * Lookup396: pallet_scheduler::pallet::Error + * Lookup425: pallet_scheduler::pallet::Error */ PalletSchedulerError: { - _enum: ["FailedToSchedule", "NotFound", "TargetBlockNumberInPast", "RescheduleNoChange"], - }, - /** - * Lookup400: pallet_democracy::PreimageStatus - */ - PalletDemocracyPreimageStatus: { - _enum: { - Missing: "u32", - Available: { - data: "Bytes", - provider: "AccountId20", - deposit: "u128", - since: "u32", - expiry: "Option", - }, - }, + _enum: [ + "FailedToSchedule", + "NotFound", + "TargetBlockNumberInPast", + "RescheduleNoChange", + "Named", + ], }, /** - * Lookup401: pallet_democracy::types::ReferendumInfo + * Lookup431: pallet_democracy::types::ReferendumInfo, Balance> */ PalletDemocracyReferendumInfo: { _enum: { @@ -4298,18 +4610,18 @@ export default { }, }, /** - * Lookup402: pallet_democracy::types::ReferendumStatus + * Lookup432: pallet_democracy::types::ReferendumStatus, Balance> */ PalletDemocracyReferendumStatus: { end: "u32", - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", threshold: "PalletDemocracyVoteThreshold", delay: "u32", tally: "PalletDemocracyTally", }, /** - * Lookup403: pallet_democracy::types::Tally + * Lookup433: pallet_democracy::types::Tally */ PalletDemocracyTally: { ayes: "u128", @@ -4317,7 +4629,8 @@ export default { turnout: "u128", }, /** - * Lookup404: pallet_democracy::vote::Voting + * Lookup434: pallet_democracy::vote::Voting */ PalletDemocracyVoteVoting: { _enum: { @@ -4336,24 +4649,18 @@ export default { }, }, /** - * Lookup407: pallet_democracy::types::Delegations + * Lookup438: pallet_democracy::types::Delegations */ PalletDemocracyDelegations: { votes: "u128", capital: "u128", }, /** - * Lookup408: pallet_democracy::vote::PriorLock + * Lookup439: pallet_democracy::vote::PriorLock */ PalletDemocracyVotePriorLock: "(u32,u128)", /** - * Lookup411: pallet_democracy::Releases - */ - PalletDemocracyReleases: { - _enum: ["V1"], - }, - /** - * Lookup412: pallet_democracy::pallet::Error + * Lookup442: pallet_democracy::pallet::Error */ PalletDemocracyError: { _enum: [ @@ -4366,13 +4673,7 @@ export default { "InvalidHash", "NoProposal", "AlreadyVetoed", - "DuplicatePreimage", - "NotImminent", - "TooEarly", - "Imminent", - "PreimageMissing", "ReferendumInvalid", - "PreimageInvalid", "NoneWaiting", "NotVoter", "NoPermission", @@ -4384,12 +4685,12 @@ export default { "Nonsense", "WrongUpperBound", "MaxVotesReached", - "TooManyProposals", + "TooMany", "VotingPeriodLow", ], }, /** - * Lookup414: pallet_collective::Votes + * Lookup444: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", @@ -4399,7 +4700,7 @@ export default { end: "u32", }, /** - * Lookup415: pallet_collective::pallet::Error + * Lookup445: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ @@ -4416,7 +4717,7 @@ export default { ], }, /** - * Lookup417: pallet_treasury::Proposal + * Lookup447: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", @@ -4425,11 +4726,11 @@ export default { bond: "u128", }, /** - * Lookup420: frame_support::PalletId + * Lookup450: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", /** - * Lookup421: pallet_treasury::pallet::Error + * Lookup451: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ @@ -4441,13 +4742,13 @@ export default { ], }, /** - * Lookup422: pallet_author_inherent::pallet::Error + * Lookup452: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, /** - * Lookup423: pallet_crowdloan_rewards::pallet::RewardInfo + * Lookup453: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", @@ -4455,7 +4756,7 @@ export default { contributedRelayAddresses: "Vec<[u8;32]>", }, /** - * Lookup425: pallet_crowdloan_rewards::pallet::Error + * Lookup455: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ @@ -4477,7 +4778,7 @@ export default { ], }, /** - * Lookup426: pallet_author_mapping::pallet::RegistrationInfo + * Lookup456: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { @@ -4488,7 +4789,7 @@ export default { keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, /** - * Lookup427: pallet_author_mapping::pallet::Error + * Lookup457: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ @@ -4503,7 +4804,7 @@ export default { ], }, /** - * Lookup430: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { @@ -4512,7 +4813,7 @@ export default { delay: "u32", }, /** - * Lookup434: pallet_proxy::Announcement */ PalletProxyAnnouncement: { @@ -4521,7 +4822,7 @@ export default { height: "u32", }, /** - * Lookup436: pallet_proxy::pallet::Error + * Lookup466: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ @@ -4536,13 +4837,13 @@ export default { ], }, /** - * Lookup437: pallet_maintenance_mode::pallet::Error + * Lookup467: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup438: pallet_identity::types::Registration */ PalletIdentityRegistration: { @@ -4551,7 +4852,7 @@ export default { info: "PalletIdentityIdentityInfo", }, /** - * Lookup446: pallet_identity::types::RegistrarInfo + * Lookup475: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", @@ -4559,7 +4860,7 @@ export default { fields: "PalletIdentityBitFlags", }, /** - * Lookup448: pallet_identity::pallet::Error + * Lookup477: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ @@ -4579,10 +4880,11 @@ export default { "AlreadyClaimed", "NotSub", "NotOwned", + "JudgementForDifferentIdentity", ], }, /** - * Lookup450: cumulus_pallet_xcmp_queue::InboundChannelDetails + * Lookup479: cumulus_pallet_xcmp_queue::InboundChannelDetails */ CumulusPalletXcmpQueueInboundChannelDetails: { sender: "u32", @@ -4590,19 +4892,19 @@ export default { messageMetadata: "Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>", }, /** - * Lookup451: cumulus_pallet_xcmp_queue::InboundState + * Lookup480: cumulus_pallet_xcmp_queue::InboundState */ CumulusPalletXcmpQueueInboundState: { _enum: ["Ok", "Suspended"], }, /** - * Lookup454: polkadot_parachain::primitives::XcmpMessageFormat + * Lookup483: polkadot_parachain::primitives::XcmpMessageFormat */ PolkadotParachainPrimitivesXcmpMessageFormat: { _enum: ["ConcatenatedVersionedXcm", "ConcatenatedEncodedBlob", "Signals"], }, /** - * Lookup457: cumulus_pallet_xcmp_queue::OutboundChannelDetails + * Lookup486: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", @@ -4612,40 +4914,40 @@ export default { lastIndex: "u16", }, /** - * Lookup458: cumulus_pallet_xcmp_queue::OutboundState + * Lookup487: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, /** - * Lookup460: cumulus_pallet_xcmp_queue::QueueConfigData + * Lookup489: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", - thresholdWeight: "u64", - weightRestrictDecay: "u64", - xcmpMaxIndividualWeight: "u64", + thresholdWeight: "SpWeightsWeightV2Weight", + weightRestrictDecay: "SpWeightsWeightV2Weight", + xcmpMaxIndividualWeight: "SpWeightsWeightV2Weight", }, /** - * Lookup462: cumulus_pallet_xcmp_queue::pallet::Error + * Lookup491: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { _enum: ["FailedToSend", "BadXcmOrigin", "BadXcm", "BadOverweightIndex", "WeightOverLimit"], }, /** - * Lookup463: cumulus_pallet_xcm::pallet::Error + * Lookup492: cumulus_pallet_xcm::pallet::Error */ CumulusPalletXcmError: "Null", /** - * Lookup464: cumulus_pallet_dmp_queue::ConfigData + * Lookup493: cumulus_pallet_dmp_queue::ConfigData */ CumulusPalletDmpQueueConfigData: { - maxIndividual: "u64", + maxIndividual: "SpWeightsWeightV2Weight", }, /** - * Lookup465: cumulus_pallet_dmp_queue::PageIndexData + * Lookup494: cumulus_pallet_dmp_queue::PageIndexData */ CumulusPalletDmpQueuePageIndexData: { beginUsed: "u32", @@ -4653,13 +4955,13 @@ export default { overweightCount: "u64", }, /** - * Lookup468: cumulus_pallet_dmp_queue::pallet::Error + * Lookup497: cumulus_pallet_dmp_queue::pallet::Error */ CumulusPalletDmpQueueError: { _enum: ["Unknown", "OverLimit"], }, /** - * Lookup469: pallet_xcm::pallet::QueryStatus + * Lookup498: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { @@ -4679,7 +4981,7 @@ export default { }, }, /** - * Lookup472: xcm::VersionedResponse + * Lookup501: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { @@ -4689,7 +4991,7 @@ export default { }, }, /** - * Lookup478: pallet_xcm::pallet::VersionMigrationStage + * Lookup507: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { @@ -4700,7 +5002,7 @@ export default { }, }, /** - * Lookup479: pallet_xcm::pallet::Error + * Lookup509: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ @@ -4720,7 +5022,7 @@ export default { ], }, /** - * Lookup480: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { @@ -4738,7 +5040,7 @@ export default { isFrozen: "bool", }, /** - * Lookup482: pallet_assets::types::AssetAccount + * Lookup512: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", @@ -4747,7 +5049,7 @@ export default { extra: "Null", }, /** - * Lookup483: pallet_assets::types::ExistenceReason + * Lookup513: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { @@ -4758,15 +5060,15 @@ export default { }, }, /** - * Lookup485: pallet_assets::types::Approval + * Lookup515: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup486: pallet_assets::types::AssetMetadata> + * Lookup516: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { deposit: "u128", @@ -4776,7 +5078,7 @@ export default { isFrozen: "bool", }, /** - * Lookup488: pallet_assets::pallet::Error + * Lookup518: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ @@ -4798,7 +5100,7 @@ export default { ], }, /** - * Lookup489: orml_xtokens::module::Error + * Lookup519: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ @@ -4824,14 +5126,14 @@ export default { ], }, /** - * Lookup490: pallet_asset_manager::pallet::AssetInfo + * Lookup520: pallet_asset_manager::pallet::AssetInfo */ PalletAssetManagerAssetInfo: { creator: "AccountId20", deposit: "u128", }, /** - * Lookup492: pallet_asset_manager::pallet::Error + * Lookup522: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ @@ -4846,7 +5148,13 @@ export default { ], }, /** - * Lookup493: pallet_xcm_transactor::pallet::Error + * Lookup523: pallet_migrations::pallet::Error + */ + PalletMigrationsError: { + _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + }, + /** + * Lookup524: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ @@ -4876,7 +5184,7 @@ export default { ], }, /** - * Lookup495: + * Lookup526: * pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { @@ -4885,7 +5193,7 @@ export default { nextOrbiter: "u32", }, /** - * Lookup497: + * Lookup528: * pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { @@ -4893,7 +5201,7 @@ export default { removed: "bool", }, /** - * Lookup498: pallet_moonbeam_orbiters::pallet::Error + * Lookup529: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ @@ -4909,14 +5217,20 @@ export default { ], }, /** - * Lookup499: pallet_randomness::types::RequestState + * Lookup530: pallet_ethereum_xcm::pallet::Error + */ + PalletEthereumXcmError: { + _enum: ["EthereumXcmExecutionSuspended"], + }, + /** + * Lookup531: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, /** - * Lookup500: pallet_randomness::types::Request> */ PalletRandomnessRequest: { @@ -4929,7 +5243,7 @@ export default { info: "PalletRandomnessRequestInfo", }, /** - * Lookup501: pallet_randomness::types::RequestInfo + * Lookup533: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { @@ -4938,7 +5252,7 @@ export default { }, }, /** - * Lookup502: pallet_randomness::types::RequestType + * Lookup534: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { @@ -4947,14 +5261,14 @@ export default { }, }, /** - * Lookup503: pallet_randomness::types::RandomnessResult + * Lookup535: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, /** - * Lookup504: pallet_randomness::pallet::Error + * Lookup536: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ @@ -4973,35 +5287,235 @@ export default { ], }, /** - * Lookup508: account::EthereumSignature + * Lookup540: pallet_conviction_voting::vote::Voting + */ + PalletConvictionVotingVoteVoting: { + _enum: { + Casting: "PalletConvictionVotingVoteCasting", + Delegating: "PalletConvictionVotingVoteDelegating", + }, + }, + /** + * Lookup541: pallet_conviction_voting::vote::Casting + */ + PalletConvictionVotingVoteCasting: { + votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", + delegations: "PalletConvictionVotingDelegations", + prior: "PalletConvictionVotingVotePriorLock", + }, + /** + * Lookup545: pallet_conviction_voting::types::Delegations + */ + PalletConvictionVotingDelegations: { + votes: "u128", + capital: "u128", + }, + /** + * Lookup546: pallet_conviction_voting::vote::PriorLock + */ + PalletConvictionVotingVotePriorLock: "(u32,u128)", + /** + * Lookup547: pallet_conviction_voting::vote::Delegating + */ + PalletConvictionVotingVoteDelegating: { + balance: "u128", + target: "AccountId20", + conviction: "PalletConvictionVotingConviction", + delegations: "PalletConvictionVotingDelegations", + prior: "PalletConvictionVotingVotePriorLock", + }, + /** + * Lookup551: pallet_conviction_voting::pallet::Error + */ + PalletConvictionVotingError: { + _enum: [ + "NotOngoing", + "NotVoter", + "NoPermission", + "NoPermissionYet", + "AlreadyDelegating", + "AlreadyVoting", + "InsufficientFunds", + "NotDelegating", + "Nonsense", + "MaxVotesReached", + "ClassNeeded", + "BadClass", + ], + }, + /** + * Lookup552: pallet_referenda::types::ReferendumInfo, + * Balance, pallet_conviction_voting::types::Tally, + * account::AccountId20, ScheduleAddress> + */ + PalletReferendaReferendumInfo: { + _enum: { + Ongoing: "PalletReferendaReferendumStatus", + Approved: "(u32,PalletReferendaDeposit,Option)", + Rejected: "(u32,PalletReferendaDeposit,Option)", + Cancelled: "(u32,PalletReferendaDeposit,Option)", + TimedOut: "(u32,PalletReferendaDeposit,Option)", + Killed: "u32", + }, + }, + /** + * Lookup553: pallet_referenda::types::ReferendumStatus, + * Balance, pallet_conviction_voting::types::Tally, + * account::AccountId20, ScheduleAddress> + */ + PalletReferendaReferendumStatus: { + track: "u16", + origin: "MoonbaseRuntimeOriginCaller", + proposal: "FrameSupportPreimagesBounded", + enactment: "FrameSupportScheduleDispatchTime", + submitted: "u32", + submissionDeposit: "PalletReferendaDeposit", + decisionDeposit: "Option", + deciding: "Option", + tally: "PalletConvictionVotingTally", + inQueue: "bool", + alarm: "Option<(u32,(u32,u32))>", + }, + /** + * Lookup554: pallet_referenda::types::Deposit + */ + PalletReferendaDeposit: { + who: "AccountId20", + amount: "u128", + }, + /** + * Lookup557: pallet_referenda::types::DecidingStatus + */ + PalletReferendaDecidingStatus: { + since: "u32", + confirming: "Option", + }, + /** + * Lookup565: pallet_referenda::types::TrackInfo + */ + PalletReferendaTrackInfo: { + name: "Text", + maxDeciding: "u32", + decisionDeposit: "u128", + preparePeriod: "u32", + decisionPeriod: "u32", + confirmPeriod: "u32", + minEnactmentPeriod: "u32", + minApproval: "PalletReferendaCurve", + minSupport: "PalletReferendaCurve", + }, + /** + * Lookup566: pallet_referenda::types::Curve + */ + PalletReferendaCurve: { + _enum: { + LinearDecreasing: { + length: "Perbill", + floor: "Perbill", + ceil: "Perbill", + }, + SteppedDecreasing: { + begin: "Perbill", + end: "Perbill", + step: "Perbill", + period: "Perbill", + }, + Reciprocal: { + factor: "i64", + xOffset: "i64", + yOffset: "i64", + }, + }, + }, + /** + * Lookup569: pallet_referenda::pallet::Error + */ + PalletReferendaError: { + _enum: [ + "NotOngoing", + "HasDeposit", + "BadTrack", + "Full", + "QueueEmpty", + "BadReferendum", + "NothingToDo", + "NoTrack", + "Unfinished", + "NoPermission", + "NoDeposit", + ], + }, + /** + * Lookup570: pallet_preimage::RequestStatus + */ + PalletPreimageRequestStatus: { + _enum: { + Unrequested: { + deposit: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + deposit: "Option<(AccountId20,u128)>", + count: "u32", + len: "Option", + }, + }, + }, + /** + * Lookup575: pallet_preimage::pallet::Error + */ + PalletPreimageError: { + _enum: ["TooBig", "AlreadyNoted", "NotAuthorized", "NotNoted", "Requested", "NotRequested"], + }, + /** + * Lookup576: pallet_whitelist::pallet::Error + */ + PalletWhitelistError: { + _enum: [ + "UnavailablePreImage", + "UndecodableCall", + "InvalidCallWeightWitness", + "CallIsNotWhitelisted", + "CallAlreadyWhitelisted", + ], + }, + /** + * Lookup578: account::EthereumSignature */ AccountEthereumSignature: "SpCoreEcdsaSignature", /** - * Lookup510: frame_system::extensions::check_spec_version::CheckSpecVersion + * Lookup580: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", /** - * Lookup511: frame_system::extensions::check_tx_version::CheckTxVersion + * Lookup581: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", /** - * Lookup512: frame_system::extensions::check_genesis::CheckGenesis + * Lookup582: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", /** - * Lookup515: frame_system::extensions::check_nonce::CheckNonce + * Lookup585: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", /** - * Lookup516: frame_system::extensions::check_weight::CheckWeight + * Lookup586: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", /** - * Lookup517: pallet_transaction_payment::ChargeTransactionPayment + * Lookup587: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", /** - * Lookup519: moonbase_runtime::Runtime + * Lookup589: moonbase_runtime::Runtime */ MoonbaseRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonbase/interfaces/registry.ts b/typescript-api/src/moonbase/interfaces/registry.ts index beaf7bef5e..3bf35d20a9 100644 --- a/typescript-api/src/moonbase/interfaces/registry.ts +++ b/typescript-api/src/moonbase/interfaces/registry.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/types/registry"; + import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, @@ -44,18 +48,18 @@ import type { EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, + FrameSupportDispatchDispatchClass, + FrameSupportDispatchDispatchInfo, + FrameSupportDispatchPays, + FrameSupportDispatchPerDispatchClassU32, + FrameSupportDispatchPerDispatchClassWeight, + FrameSupportDispatchPerDispatchClassWeightsPerClass, + FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportPalletId, - FrameSupportScheduleLookupError, - FrameSupportScheduleMaybeHashed, + FrameSupportPreimagesBounded, + FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, - FrameSupportWeightsDispatchClass, - FrameSupportWeightsDispatchInfo, - FrameSupportWeightsPays, - FrameSupportWeightsPerDispatchClassU32, - FrameSupportWeightsPerDispatchClassU64, - FrameSupportWeightsPerDispatchClassWeightsPerClass, - FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, @@ -72,6 +76,7 @@ import type { FrameSystemLimitsWeightsPerClass, FrameSystemPhase, MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin, MoonbaseRuntimeOriginCaller, MoonbaseRuntimeProxyType, MoonbaseRuntimeRuntime, @@ -118,6 +123,17 @@ import type { PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, + PalletConvictionVotingCall, + PalletConvictionVotingConviction, + PalletConvictionVotingDelegations, + PalletConvictionVotingError, + PalletConvictionVotingEvent, + PalletConvictionVotingTally, + PalletConvictionVotingVoteAccountVote, + PalletConvictionVotingVoteCasting, + PalletConvictionVotingVoteDelegating, + PalletConvictionVotingVotePriorLock, + PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsCall, PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, @@ -127,10 +143,8 @@ import type { PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, - PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, - PalletDemocracyReleases, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, @@ -141,6 +155,7 @@ import type { PalletEthereumEvent, PalletEthereumRawOrigin, PalletEthereumXcmCall, + PalletEthereumXcmError, PalletEthereumXcmRawOrigin, PalletEvmCall, PalletEvmError, @@ -157,13 +172,17 @@ import type { PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, + PalletMigrationsCall, + PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, + PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, + PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, @@ -184,6 +203,10 @@ import type { PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetOrderedSet, + PalletPreimageCall, + PalletPreimageError, + PalletPreimageEvent, + PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, @@ -197,10 +220,19 @@ import type { PalletRandomnessRequestInfo, PalletRandomnessRequestState, PalletRandomnessRequestType, + PalletReferendaCall, + PalletReferendaCurve, + PalletReferendaDecidingStatus, + PalletReferendaDeposit, + PalletReferendaError, + PalletReferendaEvent, + PalletReferendaReferendumInfo, + PalletReferendaReferendumStatus, + PalletReferendaTrackInfo, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, - PalletSchedulerScheduledV3, + PalletSchedulerScheduled, PalletSudoCall, PalletSudoError, PalletSudoEvent, @@ -215,6 +247,9 @@ import type { PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, + PalletWhitelistCall, + PalletWhitelistError, + PalletWhitelistEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, @@ -246,12 +281,15 @@ import type { SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, + SpRuntimeDispatchErrorWithPostInfo, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, + SpWeightsRuntimeDbWeight, + SpWeightsWeightV2Weight, XcmDoubleEncoded, XcmPrimitivesEthereumXcmEthereumXcmFee, XcmPrimitivesEthereumXcmEthereumXcmTransaction, @@ -296,7 +334,7 @@ import type { } from "@polkadot/types/lookup"; declare module "@polkadot/types/types/registry" { - export interface InterfaceTypes { + interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData; @@ -339,18 +377,18 @@ declare module "@polkadot/types/types/registry" { EvmCoreErrorExitRevert: EvmCoreErrorExitRevert; EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed; FpRpcTransactionStatus: FpRpcTransactionStatus; + FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass; + FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo; + FrameSupportDispatchPays: FrameSupportDispatchPays; + FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32; + FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight; + FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; + FrameSupportDispatchPostDispatchInfo: FrameSupportDispatchPostDispatchInfo; FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin; FrameSupportPalletId: FrameSupportPalletId; - FrameSupportScheduleLookupError: FrameSupportScheduleLookupError; - FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed; + FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; + FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; - FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass; - FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo; - FrameSupportWeightsPays: FrameSupportWeightsPays; - FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32; - FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64; - FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass; - FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemError: FrameSystemError; @@ -367,6 +405,7 @@ declare module "@polkadot/types/types/registry" { FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass; FrameSystemPhase: FrameSystemPhase; MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin: MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin; MoonbaseRuntimeOriginCaller: MoonbaseRuntimeOriginCaller; MoonbaseRuntimeProxyType: MoonbaseRuntimeProxyType; MoonbaseRuntimeRuntime: MoonbaseRuntimeRuntime; @@ -413,6 +452,17 @@ declare module "@polkadot/types/types/registry" { PalletCollectiveEvent: PalletCollectiveEvent; PalletCollectiveRawOrigin: PalletCollectiveRawOrigin; PalletCollectiveVotes: PalletCollectiveVotes; + PalletConvictionVotingCall: PalletConvictionVotingCall; + PalletConvictionVotingConviction: PalletConvictionVotingConviction; + PalletConvictionVotingDelegations: PalletConvictionVotingDelegations; + PalletConvictionVotingError: PalletConvictionVotingError; + PalletConvictionVotingEvent: PalletConvictionVotingEvent; + PalletConvictionVotingTally: PalletConvictionVotingTally; + PalletConvictionVotingVoteAccountVote: PalletConvictionVotingVoteAccountVote; + PalletConvictionVotingVoteCasting: PalletConvictionVotingVoteCasting; + PalletConvictionVotingVoteDelegating: PalletConvictionVotingVoteDelegating; + PalletConvictionVotingVotePriorLock: PalletConvictionVotingVotePriorLock; + PalletConvictionVotingVoteVoting: PalletConvictionVotingVoteVoting; PalletCrowdloanRewardsCall: PalletCrowdloanRewardsCall; PalletCrowdloanRewardsError: PalletCrowdloanRewardsError; PalletCrowdloanRewardsEvent: PalletCrowdloanRewardsEvent; @@ -422,10 +472,8 @@ declare module "@polkadot/types/types/registry" { PalletDemocracyDelegations: PalletDemocracyDelegations; PalletDemocracyError: PalletDemocracyError; PalletDemocracyEvent: PalletDemocracyEvent; - PalletDemocracyPreimageStatus: PalletDemocracyPreimageStatus; PalletDemocracyReferendumInfo: PalletDemocracyReferendumInfo; PalletDemocracyReferendumStatus: PalletDemocracyReferendumStatus; - PalletDemocracyReleases: PalletDemocracyReleases; PalletDemocracyTally: PalletDemocracyTally; PalletDemocracyVoteAccountVote: PalletDemocracyVoteAccountVote; PalletDemocracyVotePriorLock: PalletDemocracyVotePriorLock; @@ -436,6 +484,7 @@ declare module "@polkadot/types/types/registry" { PalletEthereumEvent: PalletEthereumEvent; PalletEthereumRawOrigin: PalletEthereumRawOrigin; PalletEthereumXcmCall: PalletEthereumXcmCall; + PalletEthereumXcmError: PalletEthereumXcmError; PalletEthereumXcmRawOrigin: PalletEthereumXcmRawOrigin; PalletEvmCall: PalletEvmCall; PalletEvmError: PalletEvmError; @@ -452,13 +501,17 @@ declare module "@polkadot/types/types/registry" { PalletMaintenanceModeCall: PalletMaintenanceModeCall; PalletMaintenanceModeError: PalletMaintenanceModeError; PalletMaintenanceModeEvent: PalletMaintenanceModeEvent; + PalletMigrationsCall: PalletMigrationsCall; + PalletMigrationsError: PalletMigrationsError; PalletMigrationsEvent: PalletMigrationsEvent; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; PalletMoonbeamOrbitersError: PalletMoonbeamOrbitersError; PalletMoonbeamOrbitersEvent: PalletMoonbeamOrbitersEvent; + PalletParachainStakingAutoCompoundAutoCompoundConfig: PalletParachainStakingAutoCompoundAutoCompoundConfig; PalletParachainStakingBond: PalletParachainStakingBond; + PalletParachainStakingBondWithAutoCompound: PalletParachainStakingBondWithAutoCompound; PalletParachainStakingCall: PalletParachainStakingCall; PalletParachainStakingCandidateBondLessRequest: PalletParachainStakingCandidateBondLessRequest; PalletParachainStakingCandidateMetadata: PalletParachainStakingCandidateMetadata; @@ -479,6 +532,10 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletPreimageCall: PalletPreimageCall; + PalletPreimageError: PalletPreimageError; + PalletPreimageEvent: PalletPreimageEvent; + PalletPreimageRequestStatus: PalletPreimageRequestStatus; PalletProxyAnnouncement: PalletProxyAnnouncement; PalletProxyCall: PalletProxyCall; PalletProxyError: PalletProxyError; @@ -492,10 +549,19 @@ declare module "@polkadot/types/types/registry" { PalletRandomnessRequestInfo: PalletRandomnessRequestInfo; PalletRandomnessRequestState: PalletRandomnessRequestState; PalletRandomnessRequestType: PalletRandomnessRequestType; + PalletReferendaCall: PalletReferendaCall; + PalletReferendaCurve: PalletReferendaCurve; + PalletReferendaDecidingStatus: PalletReferendaDecidingStatus; + PalletReferendaDeposit: PalletReferendaDeposit; + PalletReferendaError: PalletReferendaError; + PalletReferendaEvent: PalletReferendaEvent; + PalletReferendaReferendumInfo: PalletReferendaReferendumInfo; + PalletReferendaReferendumStatus: PalletReferendaReferendumStatus; + PalletReferendaTrackInfo: PalletReferendaTrackInfo; PalletSchedulerCall: PalletSchedulerCall; PalletSchedulerError: PalletSchedulerError; PalletSchedulerEvent: PalletSchedulerEvent; - PalletSchedulerScheduledV3: PalletSchedulerScheduledV3; + PalletSchedulerScheduled: PalletSchedulerScheduled; PalletSudoCall: PalletSudoCall; PalletSudoError: PalletSudoError; PalletSudoEvent: PalletSudoEvent; @@ -510,6 +576,9 @@ declare module "@polkadot/types/types/registry" { PalletUtilityCall: PalletUtilityCall; PalletUtilityError: PalletUtilityError; PalletUtilityEvent: PalletUtilityEvent; + PalletWhitelistCall: PalletWhitelistCall; + PalletWhitelistError: PalletWhitelistError; + PalletWhitelistEvent: PalletWhitelistEvent; PalletXcmCall: PalletXcmCall; PalletXcmError: PalletXcmError; PalletXcmEvent: PalletXcmEvent; @@ -541,12 +610,15 @@ declare module "@polkadot/types/types/registry" { SpRuntimeDigest: SpRuntimeDigest; SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem; SpRuntimeDispatchError: SpRuntimeDispatchError; + SpRuntimeDispatchErrorWithPostInfo: SpRuntimeDispatchErrorWithPostInfo; SpRuntimeModuleError: SpRuntimeModuleError; SpRuntimeMultiSignature: SpRuntimeMultiSignature; SpRuntimeTokenError: SpRuntimeTokenError; SpRuntimeTransactionalError: SpRuntimeTransactionalError; SpTrieStorageProof: SpTrieStorageProof; SpVersionRuntimeVersion: SpVersionRuntimeVersion; + SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight; + SpWeightsWeightV2Weight: SpWeightsWeightV2Weight; XcmDoubleEncoded: XcmDoubleEncoded; XcmPrimitivesEthereumXcmEthereumXcmFee: XcmPrimitivesEthereumXcmEthereumXcmFee; XcmPrimitivesEthereumXcmEthereumXcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; diff --git a/typescript-api/src/moonbase/interfaces/types-lookup.ts b/typescript-api/src/moonbase/interfaces/types-lookup.ts index f80ebd4176..e79216146f 100644 --- a/typescript-api/src/moonbase/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbase/interfaces/types-lookup.ts @@ -1,47 +1,52 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ -declare module "@polkadot/types/lookup" { - import type { Data } from "@polkadot/types"; - import type { - BTreeMap, - BTreeSet as BTreeSetType, - Bytes, - Compact, - Enum, - Null, - Option, - Result, - Set, - Struct, - Text, - U256, - U8aFixed, - Vec, - bool, - u128, - u16, - u32, - u64, - u8, - } from "@polkadot/types-codec"; - import type { ITuple } from "@polkadot/types-codec/types"; - import type { Vote } from "@polkadot/types/interfaces/elections"; - import type { - AccountId20, - Call, - H160, - H256, - Perbill, - Percent, - Permill, - } from "@polkadot/types/interfaces/runtime"; - import type { Event } from "@polkadot/types/interfaces/system"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/lookup"; + +import type { Data } from "@polkadot/types"; +import type { + BTreeMap, + BTreeSet, + Bytes, + Compact, + Enum, + Null, + Option, + Result, + Set, + Struct, + Text, + U256, + U8aFixed, + Vec, + bool, + i64, + u128, + u16, + u32, + u64, + u8, +} from "@polkadot/types-codec"; +import type { ITuple } from "@polkadot/types-codec/types"; +import type { Vote } from "@polkadot/types/interfaces/elections"; +import type { + AccountId20, + Call, + H160, + H256, + Perbill, + Percent, + Permill, +} from "@polkadot/types/interfaces/runtime"; +import type { Event } from "@polkadot/types/interfaces/system"; +declare module "@polkadot/types/lookup" { /** * @name FrameSystemAccountInfo (3) */ - export interface FrameSystemAccountInfo extends Struct { + interface FrameSystemAccountInfo extends Struct { readonly nonce: u32; readonly consumers: u32; readonly providers: u32; @@ -52,7 +57,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletBalancesAccountData (5) */ - export interface PalletBalancesAccountData extends Struct { + interface PalletBalancesAccountData extends Struct { readonly free: u128; readonly reserved: u128; readonly miscFrozen: u128; @@ -60,25 +65,33 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsPerDispatchClassU64 (7) + * @name FrameSupportDispatchPerDispatchClassWeight (7) + */ + interface FrameSupportDispatchPerDispatchClassWeight extends Struct { + readonly normal: SpWeightsWeightV2Weight; + readonly operational: SpWeightsWeightV2Weight; + readonly mandatory: SpWeightsWeightV2Weight; + } + + /** + * @name SpWeightsWeightV2Weight (8) */ - export interface FrameSupportWeightsPerDispatchClassU64 extends Struct { - readonly normal: u64; - readonly operational: u64; - readonly mandatory: u64; + interface SpWeightsWeightV2Weight extends Struct { + readonly refTime: Compact; + readonly proofSize: Compact; } /** - * @name SpRuntimeDigest (12) + * @name SpRuntimeDigest (14) */ - export interface SpRuntimeDigest extends Struct { + interface SpRuntimeDigest extends Struct { readonly logs: Vec; } /** - * @name SpRuntimeDigestDigestItem (14) + * @name SpRuntimeDigestDigestItem (16) */ - export interface SpRuntimeDigestDigestItem extends Enum { + interface SpRuntimeDigestDigestItem extends Enum { readonly isOther: boolean; readonly asOther: Bytes; readonly isConsensus: boolean; @@ -92,26 +105,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSystemEventRecord (17) + * @name FrameSystemEventRecord (19) */ - export interface FrameSystemEventRecord extends Struct { + interface FrameSystemEventRecord extends Struct { readonly phase: FrameSystemPhase; readonly event: Event; readonly topics: Vec; } /** - * @name FrameSystemEvent (19) + * @name FrameSystemEvent (21) */ - export interface FrameSystemEvent extends Enum { + interface FrameSystemEvent extends Enum { readonly isExtrinsicSuccess: boolean; readonly asExtrinsicSuccess: { - readonly dispatchInfo: FrameSupportWeightsDispatchInfo; + readonly dispatchInfo: FrameSupportDispatchDispatchInfo; } & Struct; readonly isExtrinsicFailed: boolean; readonly asExtrinsicFailed: { readonly dispatchError: SpRuntimeDispatchError; - readonly dispatchInfo: FrameSupportWeightsDispatchInfo; + readonly dispatchInfo: FrameSupportDispatchDispatchInfo; } & Struct; readonly isCodeUpdated: boolean; readonly isNewAccount: boolean; @@ -137,18 +150,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsDispatchInfo (20) + * @name FrameSupportDispatchDispatchInfo (22) */ - export interface FrameSupportWeightsDispatchInfo extends Struct { - readonly weight: u64; - readonly class: FrameSupportWeightsDispatchClass; - readonly paysFee: FrameSupportWeightsPays; + interface FrameSupportDispatchDispatchInfo extends Struct { + readonly weight: SpWeightsWeightV2Weight; + readonly class: FrameSupportDispatchDispatchClass; + readonly paysFee: FrameSupportDispatchPays; } /** - * @name FrameSupportWeightsDispatchClass (21) + * @name FrameSupportDispatchDispatchClass (23) */ - export interface FrameSupportWeightsDispatchClass extends Enum { + interface FrameSupportDispatchDispatchClass extends Enum { readonly isNormal: boolean; readonly isOperational: boolean; readonly isMandatory: boolean; @@ -156,18 +169,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsPays (22) + * @name FrameSupportDispatchPays (24) */ - export interface FrameSupportWeightsPays extends Enum { + interface FrameSupportDispatchPays extends Enum { readonly isYes: boolean; readonly isNo: boolean; readonly type: "Yes" | "No"; } /** - * @name SpRuntimeDispatchError (23) + * @name SpRuntimeDispatchError (25) */ - export interface SpRuntimeDispatchError extends Enum { + interface SpRuntimeDispatchError extends Enum { readonly isOther: boolean; readonly isCannotLookup: boolean; readonly isBadOrigin: boolean; @@ -182,6 +195,9 @@ declare module "@polkadot/types/lookup" { readonly asArithmetic: SpRuntimeArithmeticError; readonly isTransactional: boolean; readonly asTransactional: SpRuntimeTransactionalError; + readonly isExhausted: boolean; + readonly isCorruption: boolean; + readonly isUnavailable: boolean; readonly type: | "Other" | "CannotLookup" @@ -192,21 +208,24 @@ declare module "@polkadot/types/lookup" { | "TooManyConsumers" | "Token" | "Arithmetic" - | "Transactional"; + | "Transactional" + | "Exhausted" + | "Corruption" + | "Unavailable"; } /** - * @name SpRuntimeModuleError (24) + * @name SpRuntimeModuleError (26) */ - export interface SpRuntimeModuleError extends Struct { + interface SpRuntimeModuleError extends Struct { readonly index: u8; readonly error: U8aFixed; } /** - * @name SpRuntimeTokenError (25) + * @name SpRuntimeTokenError (27) */ - export interface SpRuntimeTokenError extends Enum { + interface SpRuntimeTokenError extends Enum { readonly isNoFunds: boolean; readonly isWouldDie: boolean; readonly isBelowMinimum: boolean; @@ -225,9 +244,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeArithmeticError (26) + * @name SpRuntimeArithmeticError (28) */ - export interface SpRuntimeArithmeticError extends Enum { + interface SpRuntimeArithmeticError extends Enum { readonly isUnderflow: boolean; readonly isOverflow: boolean; readonly isDivisionByZero: boolean; @@ -235,18 +254,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeTransactionalError (27) + * @name SpRuntimeTransactionalError (29) */ - export interface SpRuntimeTransactionalError extends Enum { + interface SpRuntimeTransactionalError extends Enum { readonly isLimitReached: boolean; readonly isNoLayer: boolean; readonly type: "LimitReached" | "NoLayer"; } /** - * @name PalletUtilityEvent (28) + * @name PalletUtilityEvent (30) */ - export interface PalletUtilityEvent extends Enum { + interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { readonly index: u32; @@ -273,9 +292,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesEvent (31) + * @name PalletBalancesEvent (33) */ - export interface PalletBalancesEvent extends Enum { + interface PalletBalancesEvent extends Enum { readonly isEndowed: boolean; readonly asEndowed: { readonly account: AccountId20; @@ -344,18 +363,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportTokensMiscBalanceStatus (32) + * @name FrameSupportTokensMiscBalanceStatus (34) */ - export interface FrameSupportTokensMiscBalanceStatus extends Enum { + interface FrameSupportTokensMiscBalanceStatus extends Enum { readonly isFree: boolean; readonly isReserved: boolean; readonly type: "Free" | "Reserved"; } /** - * @name PalletSudoEvent (33) + * @name PalletSudoEvent (35) */ - export interface PalletSudoEvent extends Enum { + interface PalletSudoEvent extends Enum { readonly isSudid: boolean; readonly asSudid: { readonly sudoResult: Result; @@ -372,9 +391,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletParachainSystemEvent (35) + * @name CumulusPalletParachainSystemEvent (37) */ - export interface CumulusPalletParachainSystemEvent extends Enum { + interface CumulusPalletParachainSystemEvent extends Enum { readonly isValidationFunctionStored: boolean; readonly isValidationFunctionApplied: boolean; readonly asValidationFunctionApplied: { @@ -391,7 +410,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isDownwardMessagesProcessed: boolean; readonly asDownwardMessagesProcessed: { - readonly weightUsed: u64; + readonly weightUsed: SpWeightsWeightV2Weight; readonly dmqHead: H256; } & Struct; readonly type: @@ -404,9 +423,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTransactionPaymentEvent (36) + * @name PalletTransactionPaymentEvent (38) */ - export interface PalletTransactionPaymentEvent extends Enum { + interface PalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { readonly who: AccountId20; @@ -417,9 +436,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEvmEvent (37) + * @name PalletEvmEvent (39) */ - export interface PalletEvmEvent extends Enum { + interface PalletEvmEvent extends Enum { readonly isLog: boolean; readonly asLog: { readonly log: EthereumLog; @@ -444,18 +463,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumLog (38) + * @name EthereumLog (40) */ - export interface EthereumLog extends Struct { + interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } /** - * @name PalletEthereumEvent (41) + * @name PalletEthereumEvent (43) */ - export interface PalletEthereumEvent extends Enum { + interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { readonly from: H160; @@ -467,9 +486,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitReason (42) + * @name EvmCoreErrorExitReason (44) */ - export interface EvmCoreErrorExitReason extends Enum { + interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; readonly isError: boolean; @@ -482,9 +501,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitSucceed (43) + * @name EvmCoreErrorExitSucceed (45) */ - export interface EvmCoreErrorExitSucceed extends Enum { + interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; readonly isSuicided: boolean; @@ -492,9 +511,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitError (44) + * @name EvmCoreErrorExitError (46) */ - export interface EvmCoreErrorExitError extends Enum { + interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; readonly isInvalidJump: boolean; @@ -531,17 +550,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitRevert (48) + * @name EvmCoreErrorExitRevert (50) */ - export interface EvmCoreErrorExitRevert extends Enum { + interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } /** - * @name EvmCoreErrorExitFatal (49) + * @name EvmCoreErrorExitFatal (51) */ - export interface EvmCoreErrorExitFatal extends Enum { + interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; readonly isCallErrorAsFatal: boolean; @@ -552,9 +571,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingEvent (50) + * @name PalletParachainStakingEvent (52) */ - export interface PalletParachainStakingEvent extends Enum { + interface PalletParachainStakingEvent extends Enum { readonly isNewRound: boolean; readonly asNewRound: { readonly startingBlock: u32; @@ -689,6 +708,7 @@ declare module "@polkadot/types/lookup" { readonly lockedAmount: u128; readonly candidate: AccountId20; readonly delegatorPosition: PalletParachainStakingDelegatorAdded; + readonly autoCompound: Percent; } & Struct; readonly isDelegatorLeftCandidate: boolean; readonly asDelegatorLeftCandidate: { @@ -752,6 +772,18 @@ declare module "@polkadot/types/lookup" { readonly newPerRoundInflationIdeal: Perbill; readonly newPerRoundInflationMax: Perbill; } & Struct; + readonly isAutoCompoundSet: boolean; + readonly asAutoCompoundSet: { + readonly candidate: AccountId20; + readonly delegator: AccountId20; + readonly value: Percent; + } & Struct; + readonly isCompounded: boolean; + readonly asCompounded: { + readonly candidate: AccountId20; + readonly delegator: AccountId20; + readonly amount: u128; + } & Struct; readonly type: | "NewRound" | "JoinedCollatorCandidates" @@ -785,22 +817,23 @@ declare module "@polkadot/types/lookup" { | "StakeExpectationsSet" | "TotalSelectedSet" | "CollatorCommissionSet" - | "BlocksPerRoundSet"; + | "BlocksPerRoundSet" + | "AutoCompoundSet" + | "Compounded"; } /** - * @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (52) + * @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (54) */ - export interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest - extends Struct { + interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest extends Struct { readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } /** - * @name PalletParachainStakingDelegationRequestsDelegationAction (53) + * @name PalletParachainStakingDelegationRequestsDelegationAction (55) */ - export interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { + interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { readonly isRevoke: boolean; readonly asRevoke: u128; readonly isDecrease: boolean; @@ -809,9 +842,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingDelegatorAdded (54) + * @name PalletParachainStakingDelegatorAdded (56) */ - export interface PalletParachainStakingDelegatorAdded extends Enum { + interface PalletParachainStakingDelegatorAdded extends Enum { readonly isAddedToTop: boolean; readonly asAddedToTop: { readonly newTotal: u128; @@ -821,9 +854,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletSchedulerEvent (57) + * @name PalletSchedulerEvent (59) */ - export interface PalletSchedulerEvent extends Enum { + interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { readonly when: u32; @@ -837,31 +870,37 @@ declare module "@polkadot/types/lookup" { readonly isDispatched: boolean; readonly asDispatched: { readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly id: Option; readonly result: Result; } & Struct; - readonly isCallLookupFailed: boolean; - readonly asCallLookupFailed: { + readonly isCallUnavailable: boolean; + readonly asCallUnavailable: { readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly error: FrameSupportScheduleLookupError; + readonly id: Option; } & Struct; - readonly type: "Scheduled" | "Canceled" | "Dispatched" | "CallLookupFailed"; - } - - /** - * @name FrameSupportScheduleLookupError (60) - */ - export interface FrameSupportScheduleLookupError extends Enum { - readonly isUnknown: boolean; - readonly isBadFormat: boolean; - readonly type: "Unknown" | "BadFormat"; + readonly isPeriodicFailed: boolean; + readonly asPeriodicFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly isPermanentlyOverweight: boolean; + readonly asPermanentlyOverweight: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly type: + | "Scheduled" + | "Canceled" + | "Dispatched" + | "CallUnavailable" + | "PeriodicFailed" + | "PermanentlyOverweight"; } /** - * @name PalletDemocracyEvent (61) + * @name PalletDemocracyEvent (62) */ - export interface PalletDemocracyEvent extends Enum { + interface PalletDemocracyEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly proposalIndex: u32; @@ -871,7 +910,6 @@ declare module "@polkadot/types/lookup" { readonly asTabled: { readonly proposalIndex: u32; readonly deposit: u128; - readonly depositors: Vec; } & Struct; readonly isExternalTabled: boolean; readonly isStarted: boolean; @@ -891,11 +929,6 @@ declare module "@polkadot/types/lookup" { readonly asCancelled: { readonly refIndex: u32; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly refIndex: u32; - readonly result: Result; - } & Struct; readonly isDelegated: boolean; readonly asDelegated: { readonly who: AccountId20; @@ -911,35 +944,6 @@ declare module "@polkadot/types/lookup" { readonly proposalHash: H256; readonly until: u32; } & Struct; - readonly isPreimageNoted: boolean; - readonly asPreimageNoted: { - readonly proposalHash: H256; - readonly who: AccountId20; - readonly deposit: u128; - } & Struct; - readonly isPreimageUsed: boolean; - readonly asPreimageUsed: { - readonly proposalHash: H256; - readonly provider: AccountId20; - readonly deposit: u128; - } & Struct; - readonly isPreimageInvalid: boolean; - readonly asPreimageInvalid: { - readonly proposalHash: H256; - readonly refIndex: u32; - } & Struct; - readonly isPreimageMissing: boolean; - readonly asPreimageMissing: { - readonly proposalHash: H256; - readonly refIndex: u32; - } & Struct; - readonly isPreimageReaped: boolean; - readonly asPreimageReaped: { - readonly proposalHash: H256; - readonly provider: AccountId20; - readonly deposit: u128; - readonly reaper: AccountId20; - } & Struct; readonly isBlacklisted: boolean; readonly asBlacklisted: { readonly proposalHash: H256; @@ -967,15 +971,9 @@ declare module "@polkadot/types/lookup" { | "Passed" | "NotPassed" | "Cancelled" - | "Executed" | "Delegated" | "Undelegated" | "Vetoed" - | "PreimageNoted" - | "PreimageUsed" - | "PreimageInvalid" - | "PreimageMissing" - | "PreimageReaped" | "Blacklisted" | "Voted" | "Seconded" @@ -985,7 +983,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletDemocracyVoteThreshold (63) */ - export interface PalletDemocracyVoteThreshold extends Enum { + interface PalletDemocracyVoteThreshold extends Enum { readonly isSuperMajorityApprove: boolean; readonly isSuperMajorityAgainst: boolean; readonly isSimpleMajority: boolean; @@ -995,7 +993,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletDemocracyVoteAccountVote (64) */ - export interface PalletDemocracyVoteAccountVote extends Enum { + interface PalletDemocracyVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { readonly vote: Vote; @@ -1012,7 +1010,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletCollectiveEvent (66) */ - export interface PalletCollectiveEvent extends Enum { + interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly account: AccountId20; @@ -1065,7 +1063,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletTreasuryEvent (68) */ - export interface PalletTreasuryEvent extends Enum { + interface PalletTreasuryEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly proposalIndex: u32; @@ -1117,7 +1115,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletAuthorSlotFilterEvent (69) */ - export interface PalletAuthorSlotFilterEvent extends Enum { + interface PalletAuthorSlotFilterEvent extends Enum { readonly isEligibleUpdated: boolean; readonly asEligibleUpdated: u32; readonly type: "EligibleUpdated"; @@ -1126,7 +1124,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletCrowdloanRewardsEvent (71) */ - export interface PalletCrowdloanRewardsEvent extends Enum { + interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; readonly isNativeIdentityAssociated: boolean; @@ -1153,7 +1151,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletAuthorMappingEvent (72) */ - export interface PalletAuthorMappingEvent extends Enum { + interface PalletAuthorMappingEvent extends Enum { readonly isKeysRegistered: boolean; readonly asKeysRegistered: { readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; @@ -1178,29 +1176,29 @@ declare module "@polkadot/types/lookup" { /** * @name NimbusPrimitivesNimbusCryptoPublic (73) */ - export interface NimbusPrimitivesNimbusCryptoPublic extends SpCoreSr25519Public {} + interface NimbusPrimitivesNimbusCryptoPublic extends SpCoreSr25519Public {} /** * @name SpCoreSr25519Public (74) */ - export interface SpCoreSr25519Public extends U8aFixed {} + interface SpCoreSr25519Public extends U8aFixed {} /** * @name SessionKeysPrimitivesVrfVrfCryptoPublic (75) */ - export interface SessionKeysPrimitivesVrfVrfCryptoPublic extends SpCoreSr25519Public {} + interface SessionKeysPrimitivesVrfVrfCryptoPublic extends SpCoreSr25519Public {} /** * @name PalletProxyEvent (76) */ - export interface PalletProxyEvent extends Enum { + interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { readonly result: Result; } & Struct; - readonly isAnonymousCreated: boolean; - readonly asAnonymousCreated: { - readonly anonymous: AccountId20; + readonly isPureCreated: boolean; + readonly asPureCreated: { + readonly pure: AccountId20; readonly who: AccountId20; readonly proxyType: MoonbaseRuntimeProxyType; readonly disambiguationIndex: u16; @@ -1225,18 +1223,13 @@ declare module "@polkadot/types/lookup" { readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } & Struct; - readonly type: - | "ProxyExecuted" - | "AnonymousCreated" - | "Announced" - | "ProxyAdded" - | "ProxyRemoved"; + readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } /** * @name MoonbaseRuntimeProxyType (77) */ - export interface MoonbaseRuntimeProxyType extends Enum { + interface MoonbaseRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -1259,7 +1252,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletMaintenanceModeEvent (79) */ - export interface PalletMaintenanceModeEvent extends Enum { + interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; readonly isFailedToSuspendIdleXcmExecution: boolean; @@ -1280,7 +1273,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletIdentityEvent (80) */ - export interface PalletIdentityEvent extends Enum { + interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { readonly who: AccountId20; @@ -1348,17 +1341,17 @@ declare module "@polkadot/types/lookup" { /** * @name CumulusPalletXcmpQueueEvent (81) */ - export interface CumulusPalletXcmpQueueEvent extends Enum { + interface CumulusPalletXcmpQueueEvent extends Enum { readonly isSuccess: boolean; readonly asSuccess: { readonly messageHash: Option; - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isFail: boolean; readonly asFail: { readonly messageHash: Option; readonly error: XcmV2TraitsError; - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isBadVersion: boolean; readonly asBadVersion: { @@ -1381,12 +1374,12 @@ declare module "@polkadot/types/lookup" { readonly sender: u32; readonly sentAt: u32; readonly index: u64; - readonly required: u64; + readonly required: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightServiced: boolean; readonly asOverweightServiced: { readonly index: u64; - readonly used: u64; + readonly used: SpWeightsWeightV2Weight; } & Struct; readonly type: | "Success" @@ -1402,7 +1395,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2TraitsError (83) */ - export interface XcmV2TraitsError extends Enum { + interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; readonly isUntrustedReserveLocation: boolean; @@ -1463,7 +1456,7 @@ declare module "@polkadot/types/lookup" { /** * @name CumulusPalletXcmEvent (85) */ - export interface CumulusPalletXcmEvent extends Enum { + interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; readonly isUnsupportedVersion: boolean; @@ -1476,7 +1469,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2TraitsOutcome (87) */ - export interface XcmV2TraitsOutcome extends Enum { + interface XcmV2TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: u64; readonly isIncomplete: boolean; @@ -1489,7 +1482,7 @@ declare module "@polkadot/types/lookup" { /** * @name CumulusPalletDmpQueueEvent (88) */ - export interface CumulusPalletDmpQueueEvent extends Enum { + interface CumulusPalletDmpQueueEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: { readonly messageId: U8aFixed; @@ -1506,19 +1499,19 @@ declare module "@polkadot/types/lookup" { readonly isWeightExhausted: boolean; readonly asWeightExhausted: { readonly messageId: U8aFixed; - readonly remainingWeight: u64; - readonly requiredWeight: u64; + readonly remainingWeight: SpWeightsWeightV2Weight; + readonly requiredWeight: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightEnqueued: boolean; readonly asOverweightEnqueued: { readonly messageId: U8aFixed; readonly overweightIndex: u64; - readonly requiredWeight: u64; + readonly requiredWeight: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightServiced: boolean; readonly asOverweightServiced: { readonly overweightIndex: u64; - readonly weightUsed: u64; + readonly weightUsed: SpWeightsWeightV2Weight; } & Struct; readonly type: | "InvalidFormat" @@ -1532,7 +1525,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletXcmEvent (89) */ - export interface PalletXcmEvent extends Enum { + interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: XcmV2TraitsOutcome; readonly isSent: boolean; @@ -1544,7 +1537,9 @@ declare module "@polkadot/types/lookup" { readonly isNotified: boolean; readonly asNotified: ITuple<[u64, u8, u8]>; readonly isNotifyOverweight: boolean; - readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>; + readonly asNotifyOverweight: ITuple< + [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight] + >; readonly isNotifyDispatchError: boolean; readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>; readonly isNotifyDecodeFailed: boolean; @@ -1565,6 +1560,8 @@ declare module "@polkadot/types/lookup" { readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>; readonly isNotifyTargetMigrationFail: boolean; readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>; + readonly isAssetsClaimed: boolean; + readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>; readonly type: | "Attempted" | "Sent" @@ -1581,13 +1578,14 @@ declare module "@polkadot/types/lookup" { | "VersionChangeNotified" | "SupportedVersionChanged" | "NotifyTargetSendFail" - | "NotifyTargetMigrationFail"; + | "NotifyTargetMigrationFail" + | "AssetsClaimed"; } /** * @name XcmV1MultiLocation (90) */ - export interface XcmV1MultiLocation extends Struct { + interface XcmV1MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV1MultilocationJunctions; } @@ -1595,7 +1593,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultilocationJunctions (91) */ - export interface XcmV1MultilocationJunctions extends Enum { + interface XcmV1MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; readonly asX1: XcmV1Junction; @@ -1644,7 +1642,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1Junction (92) */ - export interface XcmV1Junction extends Enum { + interface XcmV1Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; readonly isAccountId32: boolean; @@ -1689,7 +1687,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0JunctionNetworkId (94) */ - export interface XcmV0JunctionNetworkId extends Enum { + interface XcmV0JunctionNetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; readonly asNamed: Bytes; @@ -1699,9 +1697,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0JunctionBodyId (98) + * @name XcmV0JunctionBodyId (97) */ - export interface XcmV0JunctionBodyId extends Enum { + interface XcmV0JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; readonly asNamed: Bytes; @@ -1722,9 +1720,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0JunctionBodyPart (99) + * @name XcmV0JunctionBodyPart (98) */ - export interface XcmV0JunctionBodyPart extends Enum { + interface XcmV0JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; readonly asMembers: { @@ -1749,14 +1747,14 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV2Xcm (100) + * @name XcmV2Xcm (99) */ - export interface XcmV2Xcm extends Vec {} + interface XcmV2Xcm extends Vec {} /** - * @name XcmV2Instruction (102) + * @name XcmV2Instruction (101) */ - export interface XcmV2Instruction extends Enum { + interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV1MultiassetMultiAssets; readonly isReserveAssetDeposited: boolean; @@ -1904,22 +1902,22 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1MultiassetMultiAssets (103) + * @name XcmV1MultiassetMultiAssets (102) */ - export interface XcmV1MultiassetMultiAssets extends Vec {} + interface XcmV1MultiassetMultiAssets extends Vec {} /** - * @name XcmV1MultiAsset (105) + * @name XcmV1MultiAsset (104) */ - export interface XcmV1MultiAsset extends Struct { + interface XcmV1MultiAsset extends Struct { readonly id: XcmV1MultiassetAssetId; readonly fun: XcmV1MultiassetFungibility; } /** - * @name XcmV1MultiassetAssetId (106) + * @name XcmV1MultiassetAssetId (105) */ - export interface XcmV1MultiassetAssetId extends Enum { + interface XcmV1MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV1MultiLocation; readonly isAbstract: boolean; @@ -1928,9 +1926,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1MultiassetFungibility (107) + * @name XcmV1MultiassetFungibility (106) */ - export interface XcmV1MultiassetFungibility extends Enum { + interface XcmV1MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; readonly isNonFungible: boolean; @@ -1939,9 +1937,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1MultiassetAssetInstance (108) + * @name XcmV1MultiassetAssetInstance (107) */ - export interface XcmV1MultiassetAssetInstance extends Enum { + interface XcmV1MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; readonly asIndex: Compact; @@ -1959,9 +1957,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV2Response (110) + * @name XcmV2Response (109) */ - export interface XcmV2Response extends Enum { + interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; readonly asAssets: XcmV1MultiassetMultiAssets; @@ -1973,9 +1971,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0OriginKind (113) + * @name XcmV0OriginKind (112) */ - export interface XcmV0OriginKind extends Enum { + interface XcmV0OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; readonly isSuperuser: boolean; @@ -1984,16 +1982,16 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmDoubleEncoded (114) + * @name XcmDoubleEncoded (113) */ - export interface XcmDoubleEncoded extends Struct { + interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } /** - * @name XcmV1MultiassetMultiAssetFilter (115) + * @name XcmV1MultiassetMultiAssetFilter (114) */ - export interface XcmV1MultiassetMultiAssetFilter extends Enum { + interface XcmV1MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV1MultiassetMultiAssets; readonly isWild: boolean; @@ -2002,9 +2000,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1MultiassetWildMultiAsset (116) + * @name XcmV1MultiassetWildMultiAsset (115) */ - export interface XcmV1MultiassetWildMultiAsset extends Enum { + interface XcmV1MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; readonly asAllOf: { @@ -2015,18 +2013,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1MultiassetWildFungibility (117) + * @name XcmV1MultiassetWildFungibility (116) */ - export interface XcmV1MultiassetWildFungibility extends Enum { + interface XcmV1MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } /** - * @name XcmV2WeightLimit (118) + * @name XcmV2WeightLimit (117) */ - export interface XcmV2WeightLimit extends Enum { + interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; readonly asLimited: Compact; @@ -2034,9 +2032,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedMultiAssets (120) + * @name XcmVersionedMultiAssets (119) */ - export interface XcmVersionedMultiAssets extends Enum { + interface XcmVersionedMultiAssets extends Enum { readonly isV0: boolean; readonly asV0: Vec; readonly isV1: boolean; @@ -2045,9 +2043,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0MultiAsset (122) + * @name XcmV0MultiAsset (121) */ - export interface XcmV0MultiAsset extends Enum { + interface XcmV0MultiAsset extends Enum { readonly isNone: boolean; readonly isAll: boolean; readonly isAllFungible: boolean; @@ -2104,9 +2102,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0MultiLocation (123) + * @name XcmV0MultiLocation (122) */ - export interface XcmV0MultiLocation extends Enum { + interface XcmV0MultiLocation extends Enum { readonly isNull: boolean; readonly isX1: boolean; readonly asX1: XcmV0Junction; @@ -2153,9 +2151,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Junction (124) + * @name XcmV0Junction (123) */ - export interface XcmV0Junction extends Enum { + interface XcmV0Junction extends Enum { readonly isParent: boolean; readonly isParachain: boolean; readonly asParachain: Compact; @@ -2200,9 +2198,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedMultiLocation (125) + * @name XcmVersionedMultiLocation (124) */ - export interface XcmVersionedMultiLocation extends Enum { + interface XcmVersionedMultiLocation extends Enum { readonly isV0: boolean; readonly asV0: XcmV0MultiLocation; readonly isV1: boolean; @@ -2211,9 +2209,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsEvent (126) + * @name PalletAssetsEvent (125) */ - export interface PalletAssetsEvent extends Enum { + interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { readonly assetId: u128; @@ -2337,9 +2335,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name OrmlXtokensModuleEvent (127) + * @name OrmlXtokensModuleEvent (126) */ - export interface OrmlXtokensModuleEvent extends Enum { + interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredMultiAssets: boolean; readonly asTransferredMultiAssets: { readonly sender: AccountId20; @@ -2351,9 +2349,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetManagerEvent (128) + * @name PalletAssetManagerEvent (127) */ - export interface PalletAssetManagerEvent extends Enum { + interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { readonly assetId: u128; @@ -2406,18 +2404,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name MoonbaseRuntimeXcmConfigAssetType (129) + * @name MoonbaseRuntimeXcmConfigAssetType (128) */ - export interface MoonbaseRuntimeXcmConfigAssetType extends Enum { + interface MoonbaseRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: XcmV1MultiLocation; readonly type: "Xcm"; } /** - * @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (130) + * @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (129) */ - export interface MoonbaseRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + interface MoonbaseRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; readonly decimals: u8; @@ -2425,13 +2423,13 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMigrationsEvent (131) + * @name PalletMigrationsEvent (130) */ - export interface PalletMigrationsEvent extends Enum { + interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; readonly asRuntimeUpgradeCompleted: { - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isMigrationStarted: boolean; readonly asMigrationStarted: { @@ -2440,7 +2438,7 @@ declare module "@polkadot/types/lookup" { readonly isMigrationCompleted: boolean; readonly asMigrationCompleted: { readonly migrationName: Bytes; - readonly consumedWeight: u64; + readonly consumedWeight: SpWeightsWeightV2Weight; } & Struct; readonly type: | "RuntimeUpgradeStarted" @@ -2450,9 +2448,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorEvent (132) + * @name PalletXcmTransactorEvent (131) */ - export interface PalletXcmTransactorEvent extends Enum { + interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { readonly accountId: AccountId20; @@ -2517,38 +2515,34 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (133) + * @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (132) */ - export interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { + interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: u64; readonly maxWeight: u64; readonly transactExtraWeightSigned: Option; } /** - * @name PalletBaseFeeEvent (135) + * @name PalletBaseFeeEvent (134) */ - export interface PalletBaseFeeEvent extends Enum { + interface PalletBaseFeeEvent extends Enum { readonly isNewBaseFeePerGas: boolean; readonly asNewBaseFeePerGas: { readonly fee: U256; } & Struct; readonly isBaseFeeOverflow: boolean; - readonly isIsActive: boolean; - readonly asIsActive: { - readonly isActive: bool; - } & Struct; readonly isNewElasticity: boolean; readonly asNewElasticity: { readonly elasticity: Permill; } & Struct; - readonly type: "NewBaseFeePerGas" | "BaseFeeOverflow" | "IsActive" | "NewElasticity"; + readonly type: "NewBaseFeePerGas" | "BaseFeeOverflow" | "NewElasticity"; } /** - * @name PalletMoonbeamOrbitersEvent (140) + * @name PalletMoonbeamOrbitersEvent (139) */ - export interface PalletMoonbeamOrbitersEvent extends Enum { + interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { readonly collator: AccountId20; @@ -2589,9 +2583,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessEvent (141) + * @name PalletRandomnessEvent (140) */ - export interface PalletRandomnessEvent extends Enum { + interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { readonly id: u64; @@ -2636,28 +2630,125 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSystemPhase (143) + * @name PalletConvictionVotingEvent (142) */ - export interface FrameSystemPhase extends Enum { - readonly isApplyExtrinsic: boolean; - readonly asApplyExtrinsic: u32; - readonly isFinalization: boolean; - readonly isInitialization: boolean; - readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; + interface PalletConvictionVotingEvent extends Enum { + readonly isDelegated: boolean; + readonly asDelegated: ITuple<[AccountId20, AccountId20]>; + readonly isUndelegated: boolean; + readonly asUndelegated: AccountId20; + readonly type: "Delegated" | "Undelegated"; } /** - * @name FrameSystemLastRuntimeUpgradeInfo (145) + * @name PalletReferendaEvent (143) */ - export interface FrameSystemLastRuntimeUpgradeInfo extends Struct { - readonly specVersion: Compact; - readonly specName: Text; + interface PalletReferendaEvent extends Enum { + readonly isSubmitted: boolean; + readonly asSubmitted: { + readonly index: u32; + readonly track: u16; + readonly proposal: FrameSupportPreimagesBounded; + } & Struct; + readonly isDecisionDepositPlaced: boolean; + readonly asDecisionDepositPlaced: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDecisionDepositRefunded: boolean; + readonly asDecisionDepositRefunded: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDepositSlashed: boolean; + readonly asDepositSlashed: { + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDecisionStarted: boolean; + readonly asDecisionStarted: { + readonly index: u32; + readonly track: u16; + readonly proposal: FrameSupportPreimagesBounded; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isConfirmStarted: boolean; + readonly asConfirmStarted: { + readonly index: u32; + } & Struct; + readonly isConfirmAborted: boolean; + readonly asConfirmAborted: { + readonly index: u32; + } & Struct; + readonly isConfirmed: boolean; + readonly asConfirmed: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isApproved: boolean; + readonly asApproved: { + readonly index: u32; + } & Struct; + readonly isRejected: boolean; + readonly asRejected: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isTimedOut: boolean; + readonly asTimedOut: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isCancelled: boolean; + readonly asCancelled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isKilled: boolean; + readonly asKilled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly type: + | "Submitted" + | "DecisionDepositPlaced" + | "DecisionDepositRefunded" + | "DepositSlashed" + | "DecisionStarted" + | "ConfirmStarted" + | "ConfirmAborted" + | "Confirmed" + | "Approved" + | "Rejected" + | "TimedOut" + | "Cancelled" + | "Killed"; + } + + /** + * @name FrameSupportPreimagesBounded (144) + */ + interface FrameSupportPreimagesBounded extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: { + readonly hash_: H256; + } & Struct; + readonly isInline: boolean; + readonly asInline: Bytes; + readonly isLookup: boolean; + readonly asLookup: { + readonly hash_: H256; + readonly len: u32; + } & Struct; + readonly type: "Legacy" | "Inline" | "Lookup"; } /** * @name FrameSystemCall (146) */ - export interface FrameSystemCall extends Enum { + interface FrameSystemCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { readonly ratio: Perbill; @@ -2708,123 +2799,162 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSystemLimitsBlockWeights (150) + * @name PalletUtilityCall (150) + */ + interface PalletUtilityCall extends Enum { + readonly isBatch: boolean; + readonly asBatch: { + readonly calls: Vec; + } & Struct; + readonly isAsDerivative: boolean; + readonly asAsDerivative: { + readonly index: u16; + readonly call: Call; + } & Struct; + readonly isBatchAll: boolean; + readonly asBatchAll: { + readonly calls: Vec; + } & Struct; + readonly isDispatchAs: boolean; + readonly asDispatchAs: { + readonly asOrigin: MoonbaseRuntimeOriginCaller; + readonly call: Call; + } & Struct; + readonly isForceBatch: boolean; + readonly asForceBatch: { + readonly calls: Vec; + } & Struct; + readonly type: "Batch" | "AsDerivative" | "BatchAll" | "DispatchAs" | "ForceBatch"; + } + + /** + * @name MoonbaseRuntimeOriginCaller (152) */ - export interface FrameSystemLimitsBlockWeights extends Struct { - readonly baseBlock: u64; - readonly maxBlock: u64; - readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass; + interface MoonbaseRuntimeOriginCaller extends Enum { + readonly isSystem: boolean; + readonly asSystem: FrameSupportDispatchRawOrigin; + readonly isVoid: boolean; + readonly isEthereum: boolean; + readonly asEthereum: PalletEthereumRawOrigin; + readonly isCouncilCollective: boolean; + readonly asCouncilCollective: PalletCollectiveRawOrigin; + readonly isTechCommitteeCollective: boolean; + readonly asTechCommitteeCollective: PalletCollectiveRawOrigin; + readonly isCumulusXcm: boolean; + readonly asCumulusXcm: CumulusPalletXcmOrigin; + readonly isPolkadotXcm: boolean; + readonly asPolkadotXcm: PalletXcmOrigin; + readonly isEthereumXcm: boolean; + readonly asEthereumXcm: PalletEthereumXcmRawOrigin; + readonly isTreasuryCouncilCollective: boolean; + readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; + readonly isOrigins: boolean; + readonly asOrigins: MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin; + readonly type: + | "System" + | "Void" + | "Ethereum" + | "CouncilCollective" + | "TechCommitteeCollective" + | "CumulusXcm" + | "PolkadotXcm" + | "EthereumXcm" + | "TreasuryCouncilCollective" + | "Origins"; } /** - * @name FrameSupportWeightsPerDispatchClassWeightsPerClass (151) + * @name FrameSupportDispatchRawOrigin (153) */ - export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct { - readonly normal: FrameSystemLimitsWeightsPerClass; - readonly operational: FrameSystemLimitsWeightsPerClass; - readonly mandatory: FrameSystemLimitsWeightsPerClass; + interface FrameSupportDispatchRawOrigin extends Enum { + readonly isRoot: boolean; + readonly isSigned: boolean; + readonly asSigned: AccountId20; + readonly isNone: boolean; + readonly type: "Root" | "Signed" | "None"; } /** - * @name FrameSystemLimitsWeightsPerClass (152) + * @name PalletEthereumRawOrigin (154) */ - export interface FrameSystemLimitsWeightsPerClass extends Struct { - readonly baseExtrinsic: u64; - readonly maxExtrinsic: Option; - readonly maxTotal: Option; - readonly reserved: Option; + interface PalletEthereumRawOrigin extends Enum { + readonly isEthereumTransaction: boolean; + readonly asEthereumTransaction: H160; + readonly type: "EthereumTransaction"; } /** - * @name FrameSystemLimitsBlockLength (153) + * @name PalletCollectiveRawOrigin (155) */ - export interface FrameSystemLimitsBlockLength extends Struct { - readonly max: FrameSupportWeightsPerDispatchClassU32; + interface PalletCollectiveRawOrigin extends Enum { + readonly isMembers: boolean; + readonly asMembers: ITuple<[u32, u32]>; + readonly isMember: boolean; + readonly asMember: AccountId20; + readonly isPhantom: boolean; + readonly type: "Members" | "Member" | "Phantom"; } /** - * @name FrameSupportWeightsPerDispatchClassU32 (154) + * @name CumulusPalletXcmOrigin (157) */ - export interface FrameSupportWeightsPerDispatchClassU32 extends Struct { - readonly normal: u32; - readonly operational: u32; - readonly mandatory: u32; + interface CumulusPalletXcmOrigin extends Enum { + readonly isRelay: boolean; + readonly isSiblingParachain: boolean; + readonly asSiblingParachain: u32; + readonly type: "Relay" | "SiblingParachain"; } /** - * @name FrameSupportWeightsRuntimeDbWeight (155) + * @name PalletXcmOrigin (158) */ - export interface FrameSupportWeightsRuntimeDbWeight extends Struct { - readonly read: u64; - readonly write: u64; + interface PalletXcmOrigin extends Enum { + readonly isXcm: boolean; + readonly asXcm: XcmV1MultiLocation; + readonly isResponse: boolean; + readonly asResponse: XcmV1MultiLocation; + readonly type: "Xcm" | "Response"; } /** - * @name SpVersionRuntimeVersion (156) + * @name PalletEthereumXcmRawOrigin (159) */ - export interface SpVersionRuntimeVersion extends Struct { - readonly specName: Text; - readonly implName: Text; - readonly authoringVersion: u32; - readonly specVersion: u32; - readonly implVersion: u32; - readonly apis: Vec>; - readonly transactionVersion: u32; - readonly stateVersion: u8; + interface PalletEthereumXcmRawOrigin extends Enum { + readonly isXcmEthereumTransaction: boolean; + readonly asXcmEthereumTransaction: H160; + readonly type: "XcmEthereumTransaction"; } /** - * @name FrameSystemError (160) + * @name MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin (161) */ - export interface FrameSystemError extends Enum { - readonly isInvalidSpecName: boolean; - readonly isSpecVersionNeedsToIncrease: boolean; - readonly isFailedToExtractRuntimeVersion: boolean; - readonly isNonDefaultComposite: boolean; - readonly isNonZeroRefCount: boolean; - readonly isCallFiltered: boolean; + interface MoonbaseRuntimeGovernanceOriginsPalletCustomOriginsOrigin extends Enum { + readonly isTreasurer: boolean; + readonly isReferendumCanceller: boolean; + readonly isReferendumKiller: boolean; + readonly isSmallSpender: boolean; + readonly isMediumSpender: boolean; + readonly isBigSpender: boolean; + readonly isWhitelistedCaller: boolean; readonly type: - | "InvalidSpecName" - | "SpecVersionNeedsToIncrease" - | "FailedToExtractRuntimeVersion" - | "NonDefaultComposite" - | "NonZeroRefCount" - | "CallFiltered"; + | "Treasurer" + | "ReferendumCanceller" + | "ReferendumKiller" + | "SmallSpender" + | "MediumSpender" + | "BigSpender" + | "WhitelistedCaller"; } /** - * @name PalletUtilityCall (161) + * @name SpCoreVoid (162) */ - export interface PalletUtilityCall extends Enum { - readonly isBatch: boolean; - readonly asBatch: { - readonly calls: Vec; - } & Struct; - readonly isAsDerivative: boolean; - readonly asAsDerivative: { - readonly index: u16; - readonly call: Call; - } & Struct; - readonly isBatchAll: boolean; - readonly asBatchAll: { - readonly calls: Vec; - } & Struct; - readonly isDispatchAs: boolean; - readonly asDispatchAs: { - readonly asOrigin: MoonbaseRuntimeOriginCaller; - readonly call: Call; - } & Struct; - readonly isForceBatch: boolean; - readonly asForceBatch: { - readonly calls: Vec; - } & Struct; - readonly type: "Batch" | "AsDerivative" | "BatchAll" | "DispatchAs" | "ForceBatch"; - } + type SpCoreVoid = Null; /** - * @name PalletTimestampCall (164) + * @name PalletTimestampCall (163) */ - export interface PalletTimestampCall extends Enum { + interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { readonly now: Compact; @@ -2833,9 +2963,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesCall (165) + * @name PalletBalancesCall (164) */ - export interface PalletBalancesCall extends Enum { + interface PalletBalancesCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { readonly dest: AccountId20; @@ -2878,9 +3008,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletSudoCall (166) + * @name PalletSudoCall (165) */ - export interface PalletSudoCall extends Enum { + interface PalletSudoCall extends Enum { readonly isSudo: boolean; readonly asSudo: { readonly call: Call; @@ -2888,7 +3018,7 @@ declare module "@polkadot/types/lookup" { readonly isSudoUncheckedWeight: boolean; readonly asSudoUncheckedWeight: { readonly call: Call; - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isSetKey: boolean; readonly asSetKey: { @@ -2903,9 +3033,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletParachainSystemCall (167) + * @name CumulusPalletParachainSystemCall (166) */ - export interface CumulusPalletParachainSystemCall extends Enum { + interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { readonly data: CumulusPrimitivesParachainInherentParachainInherentData; @@ -2930,9 +3060,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPrimitivesParachainInherentParachainInherentData (168) + * @name CumulusPrimitivesParachainInherentParachainInherentData (167) */ - export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { + interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV2PersistedValidationData; readonly relayChainState: SpTrieStorageProof; readonly downwardMessages: Vec; @@ -2940,9 +3070,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2PersistedValidationData (169) + * @name PolkadotPrimitivesV2PersistedValidationData (168) */ - export interface PolkadotPrimitivesV2PersistedValidationData extends Struct { + interface PolkadotPrimitivesV2PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; readonly relayParentStorageRoot: H256; @@ -2950,32 +3080,32 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpTrieStorageProof (171) + * @name SpTrieStorageProof (170) */ - export interface SpTrieStorageProof extends Struct { - readonly trieNodes: BTreeSetType; + interface SpTrieStorageProof extends Struct { + readonly trieNodes: BTreeSet; } /** - * @name PolkadotCorePrimitivesInboundDownwardMessage (174) + * @name PolkadotCorePrimitivesInboundDownwardMessage (173) */ - export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { + interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } /** - * @name PolkadotCorePrimitivesInboundHrmpMessage (177) + * @name PolkadotCorePrimitivesInboundHrmpMessage (176) */ - export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { + interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } /** - * @name PalletEvmCall (180) + * @name PalletEvmCall (179) */ - export interface PalletEvmCall extends Enum { + interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { readonly address: H160; @@ -3020,9 +3150,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEthereumCall (184) + * @name PalletEthereumCall (183) */ - export interface PalletEthereumCall extends Enum { + interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { readonly transaction: EthereumTransactionTransactionV2; @@ -3031,9 +3161,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionV2 (185) + * @name EthereumTransactionTransactionV2 (184) */ - export interface EthereumTransactionTransactionV2 extends Enum { + interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; readonly isEip2930: boolean; @@ -3044,9 +3174,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionLegacyTransaction (186) + * @name EthereumTransactionLegacyTransaction (185) */ - export interface EthereumTransactionLegacyTransaction extends Struct { + interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; readonly gasLimit: U256; @@ -3057,9 +3187,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionAction (187) + * @name EthereumTransactionTransactionAction (186) */ - export interface EthereumTransactionTransactionAction extends Enum { + interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; readonly isCreate: boolean; @@ -3067,18 +3197,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionSignature (188) + * @name EthereumTransactionTransactionSignature (187) */ - export interface EthereumTransactionTransactionSignature extends Struct { + interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } /** - * @name EthereumTransactionEip2930Transaction (190) + * @name EthereumTransactionEip2930Transaction (189) */ - export interface EthereumTransactionEip2930Transaction extends Struct { + interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; readonly gasPrice: U256; @@ -3093,17 +3223,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionAccessListItem (192) + * @name EthereumTransactionAccessListItem (191) */ - export interface EthereumTransactionAccessListItem extends Struct { + interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } /** - * @name EthereumTransactionEip1559Transaction (193) + * @name EthereumTransactionEip1559Transaction (192) */ - export interface EthereumTransactionEip1559Transaction extends Struct { + interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; readonly maxPriorityFeePerGas: U256; @@ -3119,9 +3249,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCall (194) + * @name PalletParachainStakingCall (193) */ - export interface PalletParachainStakingCall extends Enum { + interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { readonly expectations: { @@ -3198,6 +3328,15 @@ declare module "@polkadot/types/lookup" { readonly candidateDelegationCount: u32; readonly delegationCount: u32; } & Struct; + readonly isDelegateWithAutoCompound: boolean; + readonly asDelegateWithAutoCompound: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + readonly candidateDelegationCount: u32; + readonly candidateAutoCompoundingDelegationCount: u32; + readonly delegationCount: u32; + } & Struct; readonly isScheduleLeaveDelegators: boolean; readonly isExecuteLeaveDelegators: boolean; readonly asExecuteLeaveDelegators: { @@ -3228,6 +3367,13 @@ declare module "@polkadot/types/lookup" { readonly asCancelDelegationRequest: { readonly candidate: AccountId20; } & Struct; + readonly isSetAutoCompound: boolean; + readonly asSetAutoCompound: { + readonly candidate: AccountId20; + readonly value: Percent; + readonly candidateAutoCompoundingDelegationCountHint: u32; + readonly delegationCountHint: u32; + } & Struct; readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; readonly asHotfixRemoveDelegationRequestsExitedCandidates: { readonly candidates: Vec; @@ -3251,6 +3397,7 @@ declare module "@polkadot/types/lookup" { | "ExecuteCandidateBondLess" | "CancelCandidateBondLess" | "Delegate" + | "DelegateWithAutoCompound" | "ScheduleLeaveDelegators" | "ExecuteLeaveDelegators" | "CancelLeaveDelegators" @@ -3259,19 +3406,20 @@ declare module "@polkadot/types/lookup" { | "ScheduleDelegatorBondLess" | "ExecuteDelegationRequest" | "CancelDelegationRequest" + | "SetAutoCompound" | "HotfixRemoveDelegationRequestsExitedCandidates"; } /** * @name PalletSchedulerCall (197) */ - export interface PalletSchedulerCall extends Enum { + interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { readonly when: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isCancel: boolean; readonly asCancel: { @@ -3280,30 +3428,30 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isScheduleNamed: boolean; readonly asScheduleNamed: { - readonly id: Bytes; + readonly id: U8aFixed; readonly when: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isCancelNamed: boolean; readonly asCancelNamed: { - readonly id: Bytes; + readonly id: U8aFixed; } & Struct; readonly isScheduleAfter: boolean; readonly asScheduleAfter: { readonly after: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isScheduleNamedAfter: boolean; readonly asScheduleNamedAfter: { - readonly id: Bytes; + readonly id: U8aFixed; readonly after: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly type: | "Schedule" @@ -3315,29 +3463,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportScheduleMaybeHashed (199) + * @name PalletDemocracyCall (199) */ - export interface FrameSupportScheduleMaybeHashed extends Enum { - readonly isValue: boolean; - readonly asValue: Call; - readonly isHash: boolean; - readonly asHash: H256; - readonly type: "Value" | "Hash"; - } - - /** - * @name PalletDemocracyCall (200) - */ - export interface PalletDemocracyCall extends Enum { + interface PalletDemocracyCall extends Enum { readonly isPropose: boolean; readonly asPropose: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; readonly value: Compact; } & Struct; readonly isSecond: boolean; readonly asSecond: { readonly proposal: Compact; - readonly secondsUpperBound: Compact; } & Struct; readonly isVote: boolean; readonly asVote: { @@ -3350,15 +3486,15 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isExternalPropose: boolean; readonly asExternalPropose: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isExternalProposeMajority: boolean; readonly asExternalProposeMajority: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isExternalProposeDefault: boolean; readonly asExternalProposeDefault: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isFastTrack: boolean; readonly asFastTrack: { @@ -3374,10 +3510,6 @@ declare module "@polkadot/types/lookup" { readonly asCancelReferendum: { readonly refIndex: Compact; } & Struct; - readonly isCancelQueued: boolean; - readonly asCancelQueued: { - readonly which: u32; - } & Struct; readonly isDelegate: boolean; readonly asDelegate: { readonly to: AccountId20; @@ -3386,27 +3518,6 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isUndelegate: boolean; readonly isClearPublicProposals: boolean; - readonly isNotePreimage: boolean; - readonly asNotePreimage: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNotePreimageOperational: boolean; - readonly asNotePreimageOperational: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNoteImminentPreimage: boolean; - readonly asNoteImminentPreimage: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNoteImminentPreimageOperational: boolean; - readonly asNoteImminentPreimageOperational: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isReapPreimage: boolean; - readonly asReapPreimage: { - readonly proposalHash: H256; - readonly proposalLenUpperBound: Compact; - } & Struct; readonly isUnlock: boolean; readonly asUnlock: { readonly target: AccountId20; @@ -3420,11 +3531,6 @@ declare module "@polkadot/types/lookup" { readonly target: AccountId20; readonly index: u32; } & Struct; - readonly isEnactProposal: boolean; - readonly asEnactProposal: { - readonly proposalHash: H256; - readonly index: u32; - } & Struct; readonly isBlacklist: boolean; readonly asBlacklist: { readonly proposalHash: H256; @@ -3445,27 +3551,20 @@ declare module "@polkadot/types/lookup" { | "FastTrack" | "VetoExternal" | "CancelReferendum" - | "CancelQueued" | "Delegate" | "Undelegate" | "ClearPublicProposals" - | "NotePreimage" - | "NotePreimageOperational" - | "NoteImminentPreimage" - | "NoteImminentPreimageOperational" - | "ReapPreimage" | "Unlock" | "RemoveVote" | "RemoveOtherVote" - | "EnactProposal" | "Blacklist" | "CancelProposal"; } /** - * @name PalletDemocracyConviction (201) + * @name PalletDemocracyConviction (200) */ - export interface PalletDemocracyConviction extends Enum { + interface PalletDemocracyConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; readonly isLocked2x: boolean; @@ -3484,9 +3583,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveCall (203) + * @name PalletCollectiveCall (202) */ - export interface PalletCollectiveCall extends Enum { + interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { readonly newMembers: Vec; @@ -3510,8 +3609,8 @@ declare module "@polkadot/types/lookup" { readonly index: Compact; readonly approve: bool; } & Struct; - readonly isClose: boolean; - readonly asClose: { + readonly isCloseOldWeight: boolean; + readonly asCloseOldWeight: { readonly proposalHash: H256; readonly index: Compact; readonly proposalWeightBound: Compact; @@ -3521,13 +3620,27 @@ declare module "@polkadot/types/lookup" { readonly asDisapproveProposal: { readonly proposalHash: H256; } & Struct; - readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "Close" | "DisapproveProposal"; + readonly isClose: boolean; + readonly asClose: { + readonly proposalHash: H256; + readonly index: Compact; + readonly proposalWeightBound: SpWeightsWeightV2Weight; + readonly lengthBound: Compact; + } & Struct; + readonly type: + | "SetMembers" + | "Execute" + | "Propose" + | "Vote" + | "CloseOldWeight" + | "DisapproveProposal" + | "Close"; } /** - * @name PalletTreasuryCall (205) + * @name PalletTreasuryCall (206) */ - export interface PalletTreasuryCall extends Enum { + interface PalletTreasuryCall extends Enum { readonly isProposeSpend: boolean; readonly asProposeSpend: { readonly value: Compact; @@ -3559,17 +3672,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorInherentCall (206) + * @name PalletAuthorInherentCall (207) */ - export interface PalletAuthorInherentCall extends Enum { + interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } /** - * @name PalletAuthorSlotFilterCall (207) + * @name PalletAuthorSlotFilterCall (208) */ - export interface PalletAuthorSlotFilterCall extends Enum { + interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { readonly new_: u32; @@ -3578,9 +3691,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsCall (208) + * @name PalletCrowdloanRewardsCall (209) */ - export interface PalletCrowdloanRewardsCall extends Enum { + interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { readonly rewardAccount: AccountId20; @@ -3616,9 +3729,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeMultiSignature (209) + * @name SpRuntimeMultiSignature (210) */ - export interface SpRuntimeMultiSignature extends Enum { + interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: SpCoreEd25519Signature; readonly isSr25519: boolean; @@ -3629,24 +3742,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpCoreEd25519Signature (210) + * @name SpCoreEd25519Signature (211) */ - export interface SpCoreEd25519Signature extends U8aFixed {} + interface SpCoreEd25519Signature extends U8aFixed {} /** - * @name SpCoreSr25519Signature (212) + * @name SpCoreSr25519Signature (213) */ - export interface SpCoreSr25519Signature extends U8aFixed {} + interface SpCoreSr25519Signature extends U8aFixed {} /** - * @name SpCoreEcdsaSignature (213) + * @name SpCoreEcdsaSignature (214) */ - export interface SpCoreEcdsaSignature extends U8aFixed {} + interface SpCoreEcdsaSignature extends U8aFixed {} /** - * @name PalletAuthorMappingCall (219) + * @name PalletAuthorMappingCall (220) */ - export interface PalletAuthorMappingCall extends Enum { + interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; @@ -3674,9 +3787,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletProxyCall (220) + * @name PalletProxyCall (221) */ - export interface PalletProxyCall extends Enum { + interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { readonly real: AccountId20; @@ -3696,14 +3809,14 @@ declare module "@polkadot/types/lookup" { readonly delay: u32; } & Struct; readonly isRemoveProxies: boolean; - readonly isAnonymous: boolean; - readonly asAnonymous: { + readonly isCreatePure: boolean; + readonly asCreatePure: { readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; readonly index: u16; } & Struct; - readonly isKillAnonymous: boolean; - readonly asKillAnonymous: { + readonly isKillPure: boolean; + readonly asKillPure: { readonly spawner: AccountId20; readonly proxyType: MoonbaseRuntimeProxyType; readonly index: u16; @@ -3737,8 +3850,8 @@ declare module "@polkadot/types/lookup" { | "AddProxy" | "RemoveProxy" | "RemoveProxies" - | "Anonymous" - | "KillAnonymous" + | "CreatePure" + | "KillPure" | "Announce" | "RemoveAnnouncement" | "RejectAnnouncement" @@ -3746,18 +3859,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeCall (222) + * @name PalletMaintenanceModeCall (223) */ - export interface PalletMaintenanceModeCall extends Enum { + interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } /** - * @name PalletIdentityCall (223) + * @name PalletIdentityCall (224) */ - export interface PalletIdentityCall extends Enum { + interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { readonly account: AccountId20; @@ -3800,6 +3913,7 @@ declare module "@polkadot/types/lookup" { readonly regIndex: Compact; readonly target: AccountId20; readonly judgement: PalletIdentityJudgement; + readonly identity: H256; } & Struct; readonly isKillIdentity: boolean; readonly asKillIdentity: { @@ -3839,9 +3953,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityIdentityInfo (224) + * @name PalletIdentityIdentityInfo (225) */ - export interface PalletIdentityIdentityInfo extends Struct { + interface PalletIdentityIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; readonly legal: Data; @@ -3854,9 +3968,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityBitFlags (260) + * @name PalletIdentityBitFlags (261) */ - export interface PalletIdentityBitFlags extends Set { + interface PalletIdentityBitFlags extends Set { readonly isDisplay: boolean; readonly isLegal: boolean; readonly isWeb: boolean; @@ -3868,9 +3982,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityIdentityField (261) + * @name PalletIdentityIdentityField (262) */ - export interface PalletIdentityIdentityField extends Enum { + interface PalletIdentityIdentityField extends Enum { readonly isDisplay: boolean; readonly isLegal: boolean; readonly isWeb: boolean; @@ -3891,9 +4005,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityJudgement (262) + * @name PalletIdentityJudgement (263) */ - export interface PalletIdentityJudgement extends Enum { + interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; readonly asFeePaid: u128; @@ -3913,9 +4027,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueCall (263) + * @name CumulusPalletXcmpQueueCall (264) */ - export interface CumulusPalletXcmpQueueCall extends Enum { + interface CumulusPalletXcmpQueueCall extends Enum { readonly isServiceOverweight: boolean; readonly asServiceOverweight: { readonly index: u64; @@ -3960,9 +4074,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletDmpQueueCall (264) + * @name CumulusPalletDmpQueueCall (265) */ - export interface CumulusPalletDmpQueueCall extends Enum { + interface CumulusPalletDmpQueueCall extends Enum { readonly isServiceOverweight: boolean; readonly asServiceOverweight: { readonly index: u64; @@ -3972,9 +4086,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmCall (265) + * @name PalletXcmCall (266) */ - export interface PalletXcmCall extends Enum { + interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { readonly dest: XcmVersionedMultiLocation; @@ -4046,9 +4160,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedXcm (266) + * @name XcmVersionedXcm (267) */ - export interface XcmVersionedXcm extends Enum { + interface XcmVersionedXcm extends Enum { readonly isV0: boolean; readonly asV0: XcmV0Xcm; readonly isV1: boolean; @@ -4059,9 +4173,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Xcm (267) + * @name XcmV0Xcm (268) */ - export interface XcmV0Xcm extends Enum { + interface XcmV0Xcm extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: { readonly assets: Vec; @@ -4135,9 +4249,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Order (269) + * @name XcmV0Order (270) */ - export interface XcmV0Order extends Enum { + interface XcmV0Order extends Enum { readonly isNull: boolean; readonly isDepositAsset: boolean; readonly asDepositAsset: { @@ -4193,18 +4307,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Response (271) + * @name XcmV0Response (272) */ - export interface XcmV0Response extends Enum { + interface XcmV0Response extends Enum { readonly isAssets: boolean; readonly asAssets: Vec; readonly type: "Assets"; } /** - * @name XcmV1Xcm (272) + * @name XcmV1Xcm (273) */ - export interface XcmV1Xcm extends Enum { + interface XcmV1Xcm extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: { readonly assets: XcmV1MultiassetMultiAssets; @@ -4286,9 +4400,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Order (274) + * @name XcmV1Order (275) */ - export interface XcmV1Order extends Enum { + interface XcmV1Order extends Enum { readonly isNoop: boolean; readonly isDepositAsset: boolean; readonly asDepositAsset: { @@ -4346,9 +4460,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Response (276) + * @name XcmV1Response (277) */ - export interface XcmV1Response extends Enum { + interface XcmV1Response extends Enum { readonly isAssets: boolean; readonly asAssets: XcmV1MultiassetMultiAssets; readonly isVersion: boolean; @@ -4357,9 +4471,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsCall (290) + * @name PalletAssetsCall (291) */ - export interface PalletAssetsCall extends Enum { + interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { readonly id: Compact; @@ -4535,30 +4649,30 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsDestroyWitness (291) + * @name PalletAssetsDestroyWitness (292) */ - export interface PalletAssetsDestroyWitness extends Struct { + interface PalletAssetsDestroyWitness extends Struct { readonly accounts: Compact; readonly sufficients: Compact; readonly approvals: Compact; } /** - * @name OrmlXtokensModuleCall (292) + * @name OrmlXtokensModuleCall (293) */ - export interface OrmlXtokensModuleCall extends Enum { + interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { readonly currencyId: MoonbaseRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiasset: boolean; readonly asTransferMultiasset: { readonly asset: XcmVersionedMultiAsset; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferWithFee: boolean; readonly asTransferWithFee: { @@ -4566,28 +4680,28 @@ declare module "@polkadot/types/lookup" { readonly amount: u128; readonly fee: u128; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiassetWithFee: boolean; readonly asTransferMultiassetWithFee: { readonly asset: XcmVersionedMultiAsset; readonly fee: XcmVersionedMultiAsset; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMulticurrencies: boolean; readonly asTransferMulticurrencies: { readonly currencies: Vec>; readonly feeItem: u32; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiassets: boolean; readonly asTransferMultiassets: { readonly assets: XcmVersionedMultiAssets; readonly feeItem: u32; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly type: | "Transfer" @@ -4599,9 +4713,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name MoonbaseRuntimeXcmConfigCurrencyId (293) + * @name MoonbaseRuntimeXcmConfigCurrencyId (294) */ - export interface MoonbaseRuntimeXcmConfigCurrencyId extends Enum { + interface MoonbaseRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; readonly asForeignAsset: u128; @@ -4611,9 +4725,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedMultiAsset (294) + * @name XcmVersionedMultiAsset (295) */ - export interface XcmVersionedMultiAsset extends Enum { + interface XcmVersionedMultiAsset extends Enum { readonly isV0: boolean; readonly asV0: XcmV0MultiAsset; readonly isV1: boolean; @@ -4622,9 +4736,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetManagerCall (297) + * @name PalletAssetManagerCall (298) */ - export interface PalletAssetManagerCall extends Enum { + interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { readonly asset: MoonbaseRuntimeXcmConfigAssetType; @@ -4684,9 +4798,21 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorCall (298) + * @name PalletMigrationsCall (299) */ - export interface PalletXcmTransactorCall extends Enum { + interface PalletMigrationsCall extends Enum { + readonly isMigrateDemocracyPreimage: boolean; + readonly asMigrateDemocracyPreimage: { + readonly proposalHash: H256; + readonly proposalLenUpperBound: Compact; + } & Struct; + readonly type: "MigrateDemocracyPreimage"; + } + + /** + * @name PalletXcmTransactorCall (300) + */ + interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { readonly who: AccountId20; @@ -4753,25 +4879,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name MoonbaseRuntimeXcmConfigTransactors (299) + * @name MoonbaseRuntimeXcmConfigTransactors (301) */ - export interface MoonbaseRuntimeXcmConfigTransactors extends Enum { + interface MoonbaseRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } /** - * @name PalletXcmTransactorCurrencyPayment (300) + * @name PalletXcmTransactorCurrencyPayment (302) */ - export interface PalletXcmTransactorCurrencyPayment extends Struct { + interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } /** - * @name PalletXcmTransactorCurrency (301) + * @name PalletXcmTransactorCurrency (303) */ - export interface PalletXcmTransactorCurrency extends Enum { + interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; readonly isAsMultiLocation: boolean; @@ -4780,36 +4906,32 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorTransactWeights (303) + * @name PalletXcmTransactorTransactWeights (305) */ - export interface PalletXcmTransactorTransactWeights extends Struct { + interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: u64; readonly overallWeight: Option; } /** - * @name PalletBaseFeeCall (304) + * @name PalletBaseFeeCall (306) */ - export interface PalletBaseFeeCall extends Enum { + interface PalletBaseFeeCall extends Enum { readonly isSetBaseFeePerGas: boolean; readonly asSetBaseFeePerGas: { readonly fee: U256; } & Struct; - readonly isSetIsActive: boolean; - readonly asSetIsActive: { - readonly isActive: bool; - } & Struct; readonly isSetElasticity: boolean; readonly asSetElasticity: { readonly elasticity: Permill; } & Struct; - readonly type: "SetBaseFeePerGas" | "SetIsActive" | "SetElasticity"; + readonly type: "SetBaseFeePerGas" | "SetElasticity"; } /** - * @name PalletMoonbeamOrbitersCall (306) + * @name PalletMoonbeamOrbitersCall (308) */ - export interface PalletMoonbeamOrbitersCall extends Enum { + interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { readonly orbiter: AccountId20; @@ -4846,9 +4968,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEthereumXcmCall (307) + * @name PalletEthereumXcmCall (309) */ - export interface PalletEthereumXcmCall extends Enum { + interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; @@ -4858,13 +4980,19 @@ declare module "@polkadot/types/lookup" { readonly transactAs: H160; readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; } & Struct; - readonly type: "Transact" | "TransactThroughProxy"; + readonly isSuspendEthereumXcmExecution: boolean; + readonly isResumeEthereumXcmExecution: boolean; + readonly type: + | "Transact" + | "TransactThroughProxy" + | "SuspendEthereumXcmExecution" + | "ResumeEthereumXcmExecution"; } /** - * @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (308) + * @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (310) */ - export interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { + interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; readonly isV2: boolean; @@ -4873,9 +5001,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (309) + * @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (311) */ - export interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; readonly action: EthereumTransactionTransactionAction; @@ -4885,9 +5013,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmPrimitivesEthereumXcmEthereumXcmFee (310) + * @name XcmPrimitivesEthereumXcmEthereumXcmFee (312) */ - export interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { + interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; readonly isAuto: boolean; @@ -4895,17 +5023,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (311) + * @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (313) */ - export interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { + interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } /** - * @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (313) + * @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (316) */ - export interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; readonly value: U256; @@ -4914,134 +5042,388 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessCall (314) + * @name PalletRandomnessCall (317) */ - export interface PalletRandomnessCall extends Enum { + interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } /** - * @name MoonbaseRuntimeOriginCaller (316) + * @name PalletConvictionVotingCall (319) */ - export interface MoonbaseRuntimeOriginCaller extends Enum { - readonly isSystem: boolean; - readonly asSystem: FrameSupportDispatchRawOrigin; - readonly isVoid: boolean; - readonly isEthereum: boolean; - readonly asEthereum: PalletEthereumRawOrigin; - readonly isCouncilCollective: boolean; - readonly asCouncilCollective: PalletCollectiveRawOrigin; - readonly isTechCommitteeCollective: boolean; - readonly asTechCommitteeCollective: PalletCollectiveRawOrigin; - readonly isCumulusXcm: boolean; - readonly asCumulusXcm: CumulusPalletXcmOrigin; - readonly isPolkadotXcm: boolean; - readonly asPolkadotXcm: PalletXcmOrigin; - readonly isEthereumXcm: boolean; - readonly asEthereumXcm: PalletEthereumXcmRawOrigin; - readonly isTreasuryCouncilCollective: boolean; - readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; - readonly type: - | "System" - | "Void" - | "Ethereum" - | "CouncilCollective" - | "TechCommitteeCollective" - | "CumulusXcm" - | "PolkadotXcm" - | "EthereumXcm" - | "TreasuryCouncilCollective"; + interface PalletConvictionVotingCall extends Enum { + readonly isVote: boolean; + readonly asVote: { + readonly pollIndex: Compact; + readonly vote: PalletConvictionVotingVoteAccountVote; + } & Struct; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly class: u16; + readonly to: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly balance: u128; + } & Struct; + readonly isUndelegate: boolean; + readonly asUndelegate: { + readonly class: u16; + } & Struct; + readonly isUnlock: boolean; + readonly asUnlock: { + readonly class: u16; + readonly target: AccountId20; + } & Struct; + readonly isRemoveVote: boolean; + readonly asRemoveVote: { + readonly class: Option; + readonly index: u32; + } & Struct; + readonly isRemoveOtherVote: boolean; + readonly asRemoveOtherVote: { + readonly target: AccountId20; + readonly class: u16; + readonly index: u32; + } & Struct; + readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } /** - * @name FrameSupportDispatchRawOrigin (317) + * @name PalletConvictionVotingVoteAccountVote (320) */ - export interface FrameSupportDispatchRawOrigin extends Enum { - readonly isRoot: boolean; - readonly isSigned: boolean; - readonly asSigned: AccountId20; + interface PalletConvictionVotingVoteAccountVote extends Enum { + readonly isStandard: boolean; + readonly asStandard: { + readonly vote: Vote; + readonly balance: u128; + } & Struct; + readonly isSplit: boolean; + readonly asSplit: { + readonly aye: u128; + readonly nay: u128; + } & Struct; + readonly type: "Standard" | "Split"; + } + + /** + * @name PalletConvictionVotingConviction (322) + */ + interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; - readonly type: "Root" | "Signed" | "None"; + readonly isLocked1x: boolean; + readonly isLocked2x: boolean; + readonly isLocked3x: boolean; + readonly isLocked4x: boolean; + readonly isLocked5x: boolean; + readonly isLocked6x: boolean; + readonly type: + | "None" + | "Locked1x" + | "Locked2x" + | "Locked3x" + | "Locked4x" + | "Locked5x" + | "Locked6x"; } /** - * @name PalletEthereumRawOrigin (318) + * @name PalletReferendaCall (324) */ - export interface PalletEthereumRawOrigin extends Enum { - readonly isEthereumTransaction: boolean; - readonly asEthereumTransaction: H160; - readonly type: "EthereumTransaction"; + interface PalletReferendaCall extends Enum { + readonly isSubmit: boolean; + readonly asSubmit: { + readonly proposalOrigin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactmentMoment: FrameSupportScheduleDispatchTime; + } & Struct; + readonly isPlaceDecisionDeposit: boolean; + readonly asPlaceDecisionDeposit: { + readonly index: u32; + } & Struct; + readonly isRefundDecisionDeposit: boolean; + readonly asRefundDecisionDeposit: { + readonly index: u32; + } & Struct; + readonly isCancel: boolean; + readonly asCancel: { + readonly index: u32; + } & Struct; + readonly isKill: boolean; + readonly asKill: { + readonly index: u32; + } & Struct; + readonly isNudgeReferendum: boolean; + readonly asNudgeReferendum: { + readonly index: u32; + } & Struct; + readonly isOneFewerDeciding: boolean; + readonly asOneFewerDeciding: { + readonly track: u16; + } & Struct; + readonly type: + | "Submit" + | "PlaceDecisionDeposit" + | "RefundDecisionDeposit" + | "Cancel" + | "Kill" + | "NudgeReferendum" + | "OneFewerDeciding"; } /** - * @name PalletCollectiveRawOrigin (319) + * @name FrameSupportScheduleDispatchTime (325) */ - export interface PalletCollectiveRawOrigin extends Enum { - readonly isMembers: boolean; - readonly asMembers: ITuple<[u32, u32]>; - readonly isMember: boolean; - readonly asMember: AccountId20; - readonly isPhantom: boolean; - readonly type: "Members" | "Member" | "Phantom"; + interface FrameSupportScheduleDispatchTime extends Enum { + readonly isAt: boolean; + readonly asAt: u32; + readonly isAfter: boolean; + readonly asAfter: u32; + readonly type: "At" | "After"; } /** - * @name CumulusPalletXcmOrigin (321) + * @name PalletPreimageCall (326) */ - export interface CumulusPalletXcmOrigin extends Enum { - readonly isRelay: boolean; - readonly isSiblingParachain: boolean; - readonly asSiblingParachain: u32; - readonly type: "Relay" | "SiblingParachain"; + interface PalletPreimageCall extends Enum { + readonly isNotePreimage: boolean; + readonly asNotePreimage: { + readonly bytes: Bytes; + } & Struct; + readonly isUnnotePreimage: boolean; + readonly asUnnotePreimage: { + readonly hash_: H256; + } & Struct; + readonly isRequestPreimage: boolean; + readonly asRequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly isUnrequestPreimage: boolean; + readonly asUnrequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly type: "NotePreimage" | "UnnotePreimage" | "RequestPreimage" | "UnrequestPreimage"; } /** - * @name PalletXcmOrigin (322) + * @name PalletWhitelistCall (327) */ - export interface PalletXcmOrigin extends Enum { - readonly isXcm: boolean; - readonly asXcm: XcmV1MultiLocation; - readonly isResponse: boolean; - readonly asResponse: XcmV1MultiLocation; - readonly type: "Xcm" | "Response"; + interface PalletWhitelistCall extends Enum { + readonly isWhitelistCall: boolean; + readonly asWhitelistCall: { + readonly callHash: H256; + } & Struct; + readonly isRemoveWhitelistedCall: boolean; + readonly asRemoveWhitelistedCall: { + readonly callHash: H256; + } & Struct; + readonly isDispatchWhitelistedCall: boolean; + readonly asDispatchWhitelistedCall: { + readonly callHash: H256; + readonly callWeightWitness: SpWeightsWeightV2Weight; + } & Struct; + readonly isDispatchWhitelistedCallWithPreimage: boolean; + readonly asDispatchWhitelistedCallWithPreimage: { + readonly call: Call; + } & Struct; + readonly type: + | "WhitelistCall" + | "RemoveWhitelistedCall" + | "DispatchWhitelistedCall" + | "DispatchWhitelistedCallWithPreimage"; } /** - * @name PalletEthereumXcmRawOrigin (323) + * @name PalletConvictionVotingTally (329) */ - export interface PalletEthereumXcmRawOrigin extends Enum { - readonly isXcmEthereumTransaction: boolean; - readonly asXcmEthereumTransaction: H160; - readonly type: "XcmEthereumTransaction"; + interface PalletConvictionVotingTally extends Struct { + readonly ayes: u128; + readonly nays: u128; + readonly support: u128; } /** - * @name SpCoreVoid (325) + * @name PalletPreimageEvent (330) */ - export type SpCoreVoid = Null; + interface PalletPreimageEvent extends Enum { + readonly isNoted: boolean; + readonly asNoted: { + readonly hash_: H256; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly hash_: H256; + } & Struct; + readonly isCleared: boolean; + readonly asCleared: { + readonly hash_: H256; + } & Struct; + readonly type: "Noted" | "Requested" | "Cleared"; + } + + /** + * @name PalletWhitelistEvent (331) + */ + interface PalletWhitelistEvent extends Enum { + readonly isCallWhitelisted: boolean; + readonly asCallWhitelisted: { + readonly callHash: H256; + } & Struct; + readonly isWhitelistedCallRemoved: boolean; + readonly asWhitelistedCallRemoved: { + readonly callHash: H256; + } & Struct; + readonly isWhitelistedCallDispatched: boolean; + readonly asWhitelistedCallDispatched: { + readonly callHash: H256; + readonly result: Result< + FrameSupportDispatchPostDispatchInfo, + SpRuntimeDispatchErrorWithPostInfo + >; + } & Struct; + readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; + } /** - * @name PalletUtilityError (326) + * @name FrameSupportDispatchPostDispatchInfo (333) */ - export interface PalletUtilityError extends Enum { + interface FrameSupportDispatchPostDispatchInfo extends Struct { + readonly actualWeight: Option; + readonly paysFee: FrameSupportDispatchPays; + } + + /** + * @name SpRuntimeDispatchErrorWithPostInfo (335) + */ + interface SpRuntimeDispatchErrorWithPostInfo extends Struct { + readonly postInfo: FrameSupportDispatchPostDispatchInfo; + readonly error: SpRuntimeDispatchError; + } + + /** + * @name FrameSystemPhase (336) + */ + interface FrameSystemPhase extends Enum { + readonly isApplyExtrinsic: boolean; + readonly asApplyExtrinsic: u32; + readonly isFinalization: boolean; + readonly isInitialization: boolean; + readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; + } + + /** + * @name FrameSystemLastRuntimeUpgradeInfo (338) + */ + interface FrameSystemLastRuntimeUpgradeInfo extends Struct { + readonly specVersion: Compact; + readonly specName: Text; + } + + /** + * @name FrameSystemLimitsBlockWeights (339) + */ + interface FrameSystemLimitsBlockWeights extends Struct { + readonly baseBlock: SpWeightsWeightV2Weight; + readonly maxBlock: SpWeightsWeightV2Weight; + readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; + } + + /** + * @name FrameSupportDispatchPerDispatchClassWeightsPerClass (340) + */ + interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { + readonly normal: FrameSystemLimitsWeightsPerClass; + readonly operational: FrameSystemLimitsWeightsPerClass; + readonly mandatory: FrameSystemLimitsWeightsPerClass; + } + + /** + * @name FrameSystemLimitsWeightsPerClass (341) + */ + interface FrameSystemLimitsWeightsPerClass extends Struct { + readonly baseExtrinsic: SpWeightsWeightV2Weight; + readonly maxExtrinsic: Option; + readonly maxTotal: Option; + readonly reserved: Option; + } + + /** + * @name FrameSystemLimitsBlockLength (342) + */ + interface FrameSystemLimitsBlockLength extends Struct { + readonly max: FrameSupportDispatchPerDispatchClassU32; + } + + /** + * @name FrameSupportDispatchPerDispatchClassU32 (343) + */ + interface FrameSupportDispatchPerDispatchClassU32 extends Struct { + readonly normal: u32; + readonly operational: u32; + readonly mandatory: u32; + } + + /** + * @name SpWeightsRuntimeDbWeight (344) + */ + interface SpWeightsRuntimeDbWeight extends Struct { + readonly read: u64; + readonly write: u64; + } + + /** + * @name SpVersionRuntimeVersion (345) + */ + interface SpVersionRuntimeVersion extends Struct { + readonly specName: Text; + readonly implName: Text; + readonly authoringVersion: u32; + readonly specVersion: u32; + readonly implVersion: u32; + readonly apis: Vec>; + readonly transactionVersion: u32; + readonly stateVersion: u8; + } + + /** + * @name FrameSystemError (349) + */ + interface FrameSystemError extends Enum { + readonly isInvalidSpecName: boolean; + readonly isSpecVersionNeedsToIncrease: boolean; + readonly isFailedToExtractRuntimeVersion: boolean; + readonly isNonDefaultComposite: boolean; + readonly isNonZeroRefCount: boolean; + readonly isCallFiltered: boolean; + readonly type: + | "InvalidSpecName" + | "SpecVersionNeedsToIncrease" + | "FailedToExtractRuntimeVersion" + | "NonDefaultComposite" + | "NonZeroRefCount" + | "CallFiltered"; + } + + /** + * @name PalletUtilityError (350) + */ + interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } /** - * @name PalletBalancesBalanceLock (328) + * @name PalletBalancesBalanceLock (352) */ - export interface PalletBalancesBalanceLock extends Struct { + interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } /** - * @name PalletBalancesReasons (329) + * @name PalletBalancesReasons (353) */ - export interface PalletBalancesReasons extends Enum { + interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; readonly isAll: boolean; @@ -5049,26 +5431,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesReserveData (332) + * @name PalletBalancesReserveData (356) */ - export interface PalletBalancesReserveData extends Struct { + interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } /** - * @name PalletBalancesReleases (334) + * @name PalletBalancesReleases (358) */ - export interface PalletBalancesReleases extends Enum { + interface PalletBalancesReleases extends Enum { readonly isV100: boolean; readonly isV200: boolean; readonly type: "V100" | "V200"; } /** - * @name PalletBalancesError (335) + * @name PalletBalancesError (359) */ - export interface PalletBalancesError extends Enum { + interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; readonly isInsufficientBalance: boolean; @@ -5089,26 +5471,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletSudoError (336) + * @name PalletSudoError (360) */ - export interface PalletSudoError extends Enum { + interface PalletSudoError extends Enum { readonly isRequireSudo: boolean; readonly type: "RequireSudo"; } /** - * @name PolkadotPrimitivesV2UpgradeRestriction (339) + * @name PolkadotPrimitivesV2UpgradeRestriction (363) */ - export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum { + interface PolkadotPrimitivesV2UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } /** - * @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (340) + * @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (364) */ - export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot - extends Struct { + interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueSize: ITuple<[u32, u32]>; readonly ingressChannels: Vec>; @@ -5116,9 +5497,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2AbridgedHrmpChannel (343) + * @name PolkadotPrimitivesV2AbridgedHrmpChannel (367) */ - export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct { + interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; readonly maxMessageSize: u32; @@ -5128,9 +5509,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2AbridgedHostConfiguration (344) + * @name PolkadotPrimitivesV2AbridgedHostConfiguration (368) */ - export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct { + interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; readonly maxUpwardQueueCount: u32; @@ -5143,17 +5524,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotCorePrimitivesOutboundHrmpMessage (350) + * @name PolkadotCorePrimitivesOutboundHrmpMessage (374) */ - export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { + interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } /** - * @name CumulusPalletParachainSystemError (351) + * @name CumulusPalletParachainSystemError (375) */ - export interface CumulusPalletParachainSystemError extends Enum { + interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; readonly isTooBig: boolean; @@ -5174,18 +5555,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTransactionPaymentReleases (353) + * @name PalletTransactionPaymentReleases (377) */ - export interface PalletTransactionPaymentReleases extends Enum { + interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } /** - * @name PalletEvmError (355) + * @name PalletEvmError (379) */ - export interface PalletEvmError extends Enum { + interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; readonly isPaymentOverflow: boolean; @@ -5195,6 +5576,7 @@ declare module "@polkadot/types/lookup" { readonly isGasLimitTooLow: boolean; readonly isGasLimitTooHigh: boolean; readonly isUndefined: boolean; + readonly isReentrancy: boolean; readonly type: | "BalanceLow" | "FeeOverflow" @@ -5204,13 +5586,14 @@ declare module "@polkadot/types/lookup" { | "InvalidNonce" | "GasLimitTooLow" | "GasLimitTooHigh" - | "Undefined"; + | "Undefined" + | "Reentrancy"; } /** - * @name FpRpcTransactionStatus (358) + * @name FpRpcTransactionStatus (382) */ - export interface FpRpcTransactionStatus extends Struct { + interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; readonly from: H160; @@ -5221,14 +5604,14 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthbloomBloom (361) + * @name EthbloomBloom (385) */ - export interface EthbloomBloom extends U8aFixed {} + interface EthbloomBloom extends U8aFixed {} /** - * @name EthereumReceiptReceiptV3 (363) + * @name EthereumReceiptReceiptV3 (387) */ - export interface EthereumReceiptReceiptV3 extends Enum { + interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; readonly isEip2930: boolean; @@ -5239,9 +5622,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumReceiptEip658ReceiptData (364) + * @name EthereumReceiptEip658ReceiptData (388) */ - export interface EthereumReceiptEip658ReceiptData extends Struct { + interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; readonly logsBloom: EthbloomBloom; @@ -5249,18 +5632,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumBlock (365) + * @name EthereumBlock (389) */ - export interface EthereumBlock extends Struct { + interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } /** - * @name EthereumHeader (366) + * @name EthereumHeader (390) */ - export interface EthereumHeader extends Struct { + interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; readonly beneficiary: H160; @@ -5279,40 +5662,40 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTypesHashH64 (367) + * @name EthereumTypesHashH64 (391) */ - export interface EthereumTypesHashH64 extends U8aFixed {} + interface EthereumTypesHashH64 extends U8aFixed {} /** - * @name PalletEthereumError (372) + * @name PalletEthereumError (396) */ - export interface PalletEthereumError extends Enum { + interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } /** - * @name PalletParachainStakingParachainBondConfig (373) + * @name PalletParachainStakingParachainBondConfig (397) */ - export interface PalletParachainStakingParachainBondConfig extends Struct { + interface PalletParachainStakingParachainBondConfig extends Struct { readonly account: AccountId20; readonly percent: Percent; } /** - * @name PalletParachainStakingRoundInfo (374) + * @name PalletParachainStakingRoundInfo (398) */ - export interface PalletParachainStakingRoundInfo extends Struct { + interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; readonly length: u32; } /** - * @name PalletParachainStakingDelegator (375) + * @name PalletParachainStakingDelegator (399) */ - export interface PalletParachainStakingDelegator extends Struct { + interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; readonly total: u128; @@ -5321,22 +5704,22 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingSetOrderedSet (376) + * @name PalletParachainStakingSetOrderedSet (400) */ - export interface PalletParachainStakingSetOrderedSet extends Vec {} + interface PalletParachainStakingSetOrderedSet extends Vec {} /** - * @name PalletParachainStakingBond (377) + * @name PalletParachainStakingBond (401) */ - export interface PalletParachainStakingBond extends Struct { + interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } /** - * @name PalletParachainStakingDelegatorStatus (379) + * @name PalletParachainStakingDelegatorStatus (403) */ - export interface PalletParachainStakingDelegatorStatus extends Enum { + interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; readonly asLeaving: u32; @@ -5344,9 +5727,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCandidateMetadata (380) + * @name PalletParachainStakingCandidateMetadata (404) */ - export interface PalletParachainStakingCandidateMetadata extends Struct { + interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; readonly totalCounted: u128; @@ -5360,9 +5743,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCapacityStatus (381) + * @name PalletParachainStakingCapacityStatus (405) */ - export interface PalletParachainStakingCapacityStatus extends Enum { + interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; readonly isPartial: boolean; @@ -5370,17 +5753,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCandidateBondLessRequest (383) + * @name PalletParachainStakingCandidateBondLessRequest (407) */ - export interface PalletParachainStakingCandidateBondLessRequest extends Struct { + interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } /** - * @name PalletParachainStakingCollatorStatus (384) + * @name PalletParachainStakingCollatorStatus (408) */ - export interface PalletParachainStakingCollatorStatus extends Enum { + interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; readonly isLeaving: boolean; @@ -5389,44 +5772,61 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingDelegationRequestsScheduledRequest (386) + * @name PalletParachainStakingDelegationRequestsScheduledRequest (410) */ - export interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { + interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } /** - * @name PalletParachainStakingDelegations (387) + * @name PalletParachainStakingAutoCompoundAutoCompoundConfig (412) + */ + interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { + readonly delegator: AccountId20; + readonly value: Percent; + } + + /** + * @name PalletParachainStakingDelegations (413) */ - export interface PalletParachainStakingDelegations extends Struct { + interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } /** - * @name PalletParachainStakingCollatorSnapshot (389) + * @name PalletParachainStakingCollatorSnapshot (415) */ - export interface PalletParachainStakingCollatorSnapshot extends Struct { + interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; - readonly delegations: Vec; + readonly delegations: Vec; readonly total: u128; } /** - * @name PalletParachainStakingDelayedPayout (390) + * @name PalletParachainStakingBondWithAutoCompound (417) + */ + interface PalletParachainStakingBondWithAutoCompound extends Struct { + readonly owner: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + } + + /** + * @name PalletParachainStakingDelayedPayout (418) */ - export interface PalletParachainStakingDelayedPayout extends Struct { + interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } /** - * @name PalletParachainStakingInflationInflationInfo (391) + * @name PalletParachainStakingInflationInflationInfo (419) */ - export interface PalletParachainStakingInflationInflationInfo extends Struct { + interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; readonly ideal: u128; @@ -5445,9 +5845,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingError (392) + * @name PalletParachainStakingError (420) */ - export interface PalletParachainStakingError extends Enum { + interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; readonly isDelegatorDNEInDelegatorSet: boolean; @@ -5490,6 +5890,9 @@ declare module "@polkadot/types/lookup" { readonly isPendingDelegationRequestNotDueYet: boolean; readonly isCannotDelegateLessThanOrEqualToLowestBottomWhenFull: boolean; readonly isPendingDelegationRevoke: boolean; + readonly isTooLowDelegationCountToAutoCompound: boolean; + readonly isTooLowCandidateAutoCompoundingDelegationCountToAutoCompound: boolean; + readonly isTooLowCandidateAutoCompoundingDelegationCountToDelegate: boolean; readonly type: | "DelegatorDNE" | "DelegatorDNEinTopNorBottom" @@ -5532,56 +5935,44 @@ declare module "@polkadot/types/lookup" { | "PendingDelegationRequestAlreadyExists" | "PendingDelegationRequestNotDueYet" | "CannotDelegateLessThanOrEqualToLowestBottomWhenFull" - | "PendingDelegationRevoke"; + | "PendingDelegationRevoke" + | "TooLowDelegationCountToAutoCompound" + | "TooLowCandidateAutoCompoundingDelegationCountToAutoCompound" + | "TooLowCandidateAutoCompoundingDelegationCountToDelegate"; } /** - * @name PalletSchedulerScheduledV3 (395) + * @name PalletSchedulerScheduled (423) */ - export interface PalletSchedulerScheduledV3 extends Struct { - readonly maybeId: Option; + interface PalletSchedulerScheduled extends Struct { + readonly maybeId: Option; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: FrameSupportPreimagesBounded; readonly maybePeriodic: Option>; readonly origin: MoonbaseRuntimeOriginCaller; } /** - * @name PalletSchedulerError (396) + * @name PalletSchedulerError (425) */ - export interface PalletSchedulerError extends Enum { + interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; readonly isTargetBlockNumberInPast: boolean; readonly isRescheduleNoChange: boolean; + readonly isNamed: boolean; readonly type: | "FailedToSchedule" | "NotFound" | "TargetBlockNumberInPast" - | "RescheduleNoChange"; - } - - /** - * @name PalletDemocracyPreimageStatus (400) - */ - export interface PalletDemocracyPreimageStatus extends Enum { - readonly isMissing: boolean; - readonly asMissing: u32; - readonly isAvailable: boolean; - readonly asAvailable: { - readonly data: Bytes; - readonly provider: AccountId20; - readonly deposit: u128; - readonly since: u32; - readonly expiry: Option; - } & Struct; - readonly type: "Missing" | "Available"; + | "RescheduleNoChange" + | "Named"; } /** - * @name PalletDemocracyReferendumInfo (401) + * @name PalletDemocracyReferendumInfo (431) */ - export interface PalletDemocracyReferendumInfo extends Enum { + interface PalletDemocracyReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletDemocracyReferendumStatus; readonly isFinished: boolean; @@ -5593,29 +5984,29 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletDemocracyReferendumStatus (402) + * @name PalletDemocracyReferendumStatus (432) */ - export interface PalletDemocracyReferendumStatus extends Struct { + interface PalletDemocracyReferendumStatus extends Struct { readonly end: u32; - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; readonly threshold: PalletDemocracyVoteThreshold; readonly delay: u32; readonly tally: PalletDemocracyTally; } /** - * @name PalletDemocracyTally (403) + * @name PalletDemocracyTally (433) */ - export interface PalletDemocracyTally extends Struct { + interface PalletDemocracyTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly turnout: u128; } /** - * @name PalletDemocracyVoteVoting (404) + * @name PalletDemocracyVoteVoting (434) */ - export interface PalletDemocracyVoteVoting extends Enum { + interface PalletDemocracyVoteVoting extends Enum { readonly isDirect: boolean; readonly asDirect: { readonly votes: Vec>; @@ -5634,30 +6025,22 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletDemocracyDelegations (407) + * @name PalletDemocracyDelegations (438) */ - export interface PalletDemocracyDelegations extends Struct { + interface PalletDemocracyDelegations extends Struct { readonly votes: u128; readonly capital: u128; } /** - * @name PalletDemocracyVotePriorLock (408) + * @name PalletDemocracyVotePriorLock (439) */ - export interface PalletDemocracyVotePriorLock extends ITuple<[u32, u128]> {} + interface PalletDemocracyVotePriorLock extends ITuple<[u32, u128]> {} /** - * @name PalletDemocracyReleases (411) + * @name PalletDemocracyError (442) */ - export interface PalletDemocracyReleases extends Enum { - readonly isV1: boolean; - readonly type: "V1"; - } - - /** - * @name PalletDemocracyError (412) - */ - export interface PalletDemocracyError extends Enum { + interface PalletDemocracyError extends Enum { readonly isValueLow: boolean; readonly isProposalMissing: boolean; readonly isAlreadyCanceled: boolean; @@ -5667,13 +6050,7 @@ declare module "@polkadot/types/lookup" { readonly isInvalidHash: boolean; readonly isNoProposal: boolean; readonly isAlreadyVetoed: boolean; - readonly isDuplicatePreimage: boolean; - readonly isNotImminent: boolean; - readonly isTooEarly: boolean; - readonly isImminent: boolean; - readonly isPreimageMissing: boolean; readonly isReferendumInvalid: boolean; - readonly isPreimageInvalid: boolean; readonly isNoneWaiting: boolean; readonly isNotVoter: boolean; readonly isNoPermission: boolean; @@ -5685,7 +6062,7 @@ declare module "@polkadot/types/lookup" { readonly isNonsense: boolean; readonly isWrongUpperBound: boolean; readonly isMaxVotesReached: boolean; - readonly isTooManyProposals: boolean; + readonly isTooMany: boolean; readonly isVotingPeriodLow: boolean; readonly type: | "ValueLow" @@ -5697,13 +6074,7 @@ declare module "@polkadot/types/lookup" { | "InvalidHash" | "NoProposal" | "AlreadyVetoed" - | "DuplicatePreimage" - | "NotImminent" - | "TooEarly" - | "Imminent" - | "PreimageMissing" | "ReferendumInvalid" - | "PreimageInvalid" | "NoneWaiting" | "NotVoter" | "NoPermission" @@ -5715,14 +6086,14 @@ declare module "@polkadot/types/lookup" { | "Nonsense" | "WrongUpperBound" | "MaxVotesReached" - | "TooManyProposals" + | "TooMany" | "VotingPeriodLow"; } /** - * @name PalletCollectiveVotes (414) + * @name PalletCollectiveVotes (444) */ - export interface PalletCollectiveVotes extends Struct { + interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; readonly ayes: Vec; @@ -5731,9 +6102,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveError (415) + * @name PalletCollectiveError (445) */ - export interface PalletCollectiveError extends Enum { + interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; readonly isProposalMissing: boolean; @@ -5758,9 +6129,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTreasuryProposal (417) + * @name PalletTreasuryProposal (447) */ - export interface PalletTreasuryProposal extends Struct { + interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; readonly beneficiary: AccountId20; @@ -5768,14 +6139,14 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportPalletId (420) + * @name FrameSupportPalletId (450) */ - export interface FrameSupportPalletId extends U8aFixed {} + interface FrameSupportPalletId extends U8aFixed {} /** - * @name PalletTreasuryError (421) + * @name PalletTreasuryError (451) */ - export interface PalletTreasuryError extends Enum { + interface PalletTreasuryError extends Enum { readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; @@ -5790,9 +6161,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorInherentError (422) + * @name PalletAuthorInherentError (452) */ - export interface PalletAuthorInherentError extends Enum { + interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; readonly isCannotBeAuthor: boolean; @@ -5800,18 +6171,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsRewardInfo (423) + * @name PalletCrowdloanRewardsRewardInfo (453) */ - export interface PalletCrowdloanRewardsRewardInfo extends Struct { + interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } /** - * @name PalletCrowdloanRewardsError (425) + * @name PalletCrowdloanRewardsError (455) */ - export interface PalletCrowdloanRewardsError extends Enum { + interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; readonly isFirstClaimAlreadyDone: boolean; @@ -5846,18 +6217,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorMappingRegistrationInfo (426) + * @name PalletAuthorMappingRegistrationInfo (456) */ - export interface PalletAuthorMappingRegistrationInfo extends Struct { + interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } /** - * @name PalletAuthorMappingError (427) + * @name PalletAuthorMappingError (457) */ - export interface PalletAuthorMappingError extends Enum { + interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; readonly isCannotAffordSecurityDeposit: boolean; @@ -5878,27 +6249,27 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletProxyProxyDefinition (430) + * @name PalletProxyProxyDefinition (460) */ - export interface PalletProxyProxyDefinition extends Struct { + interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } /** - * @name PalletProxyAnnouncement (434) + * @name PalletProxyAnnouncement (464) */ - export interface PalletProxyAnnouncement extends Struct { + interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } /** - * @name PalletProxyError (436) + * @name PalletProxyError (466) */ - export interface PalletProxyError extends Enum { + interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; readonly isNotProxy: boolean; @@ -5919,36 +6290,36 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeError (437) + * @name PalletMaintenanceModeError (467) */ - export interface PalletMaintenanceModeError extends Enum { + interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } /** - * @name PalletIdentityRegistration (438) + * @name PalletIdentityRegistration (468) */ - export interface PalletIdentityRegistration extends Struct { + interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityIdentityInfo; } /** - * @name PalletIdentityRegistrarInfo (446) + * @name PalletIdentityRegistrarInfo (475) */ - export interface PalletIdentityRegistrarInfo extends Struct { + interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: PalletIdentityBitFlags; } /** - * @name PalletIdentityError (448) + * @name PalletIdentityError (477) */ - export interface PalletIdentityError extends Enum { + interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; readonly isNotNamed: boolean; @@ -5965,6 +6336,7 @@ declare module "@polkadot/types/lookup" { readonly isAlreadyClaimed: boolean; readonly isNotSub: boolean; readonly isNotOwned: boolean; + readonly isJudgementForDifferentIdentity: boolean; readonly type: | "TooManySubAccounts" | "NotFound" @@ -5981,31 +6353,32 @@ declare module "@polkadot/types/lookup" { | "TooManyRegistrars" | "AlreadyClaimed" | "NotSub" - | "NotOwned"; + | "NotOwned" + | "JudgementForDifferentIdentity"; } /** - * @name CumulusPalletXcmpQueueInboundChannelDetails (450) + * @name CumulusPalletXcmpQueueInboundChannelDetails (479) */ - export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct { + interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct { readonly sender: u32; readonly state: CumulusPalletXcmpQueueInboundState; readonly messageMetadata: Vec>; } /** - * @name CumulusPalletXcmpQueueInboundState (451) + * @name CumulusPalletXcmpQueueInboundState (480) */ - export interface CumulusPalletXcmpQueueInboundState extends Enum { + interface CumulusPalletXcmpQueueInboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } /** - * @name PolkadotParachainPrimitivesXcmpMessageFormat (454) + * @name PolkadotParachainPrimitivesXcmpMessageFormat (483) */ - export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum { + interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum { readonly isConcatenatedVersionedXcm: boolean; readonly isConcatenatedEncodedBlob: boolean; readonly isSignals: boolean; @@ -6013,9 +6386,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueOutboundChannelDetails (457) + * @name CumulusPalletXcmpQueueOutboundChannelDetails (486) */ - export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { + interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; readonly signalsExist: bool; @@ -6024,30 +6397,30 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueOutboundState (458) + * @name CumulusPalletXcmpQueueOutboundState (487) */ - export interface CumulusPalletXcmpQueueOutboundState extends Enum { + interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } /** - * @name CumulusPalletXcmpQueueQueueConfigData (460) + * @name CumulusPalletXcmpQueueQueueConfigData (489) */ - export interface CumulusPalletXcmpQueueQueueConfigData extends Struct { + interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; - readonly thresholdWeight: u64; - readonly weightRestrictDecay: u64; - readonly xcmpMaxIndividualWeight: u64; + readonly thresholdWeight: SpWeightsWeightV2Weight; + readonly weightRestrictDecay: SpWeightsWeightV2Weight; + readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight; } /** - * @name CumulusPalletXcmpQueueError (462) + * @name CumulusPalletXcmpQueueError (491) */ - export interface CumulusPalletXcmpQueueError extends Enum { + interface CumulusPalletXcmpQueueError extends Enum { readonly isFailedToSend: boolean; readonly isBadXcmOrigin: boolean; readonly isBadXcm: boolean; @@ -6062,39 +6435,39 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmError (463) + * @name CumulusPalletXcmError (492) */ - export type CumulusPalletXcmError = Null; + type CumulusPalletXcmError = Null; /** - * @name CumulusPalletDmpQueueConfigData (464) + * @name CumulusPalletDmpQueueConfigData (493) */ - export interface CumulusPalletDmpQueueConfigData extends Struct { - readonly maxIndividual: u64; + interface CumulusPalletDmpQueueConfigData extends Struct { + readonly maxIndividual: SpWeightsWeightV2Weight; } /** - * @name CumulusPalletDmpQueuePageIndexData (465) + * @name CumulusPalletDmpQueuePageIndexData (494) */ - export interface CumulusPalletDmpQueuePageIndexData extends Struct { + interface CumulusPalletDmpQueuePageIndexData extends Struct { readonly beginUsed: u32; readonly endUsed: u32; readonly overweightCount: u64; } /** - * @name CumulusPalletDmpQueueError (468) + * @name CumulusPalletDmpQueueError (497) */ - export interface CumulusPalletDmpQueueError extends Enum { + interface CumulusPalletDmpQueueError extends Enum { readonly isUnknown: boolean; readonly isOverLimit: boolean; readonly type: "Unknown" | "OverLimit"; } /** - * @name PalletXcmQueryStatus (469) + * @name PalletXcmQueryStatus (498) */ - export interface PalletXcmQueryStatus extends Enum { + interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { readonly responder: XcmVersionedMultiLocation; @@ -6115,9 +6488,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedResponse (472) + * @name XcmVersionedResponse (501) */ - export interface XcmVersionedResponse extends Enum { + interface XcmVersionedResponse extends Enum { readonly isV0: boolean; readonly asV0: XcmV0Response; readonly isV1: boolean; @@ -6128,9 +6501,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmVersionMigrationStage (478) + * @name PalletXcmVersionMigrationStage (507) */ - export interface PalletXcmVersionMigrationStage extends Enum { + interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; readonly isNotifyCurrentTargets: boolean; @@ -6144,9 +6517,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmError (479) + * @name PalletXcmError (509) */ - export interface PalletXcmError extends Enum { + interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; readonly isFiltered: boolean; @@ -6177,9 +6550,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsAssetDetails (480) + * @name PalletAssetsAssetDetails (510) */ - export interface PalletAssetsAssetDetails extends Struct { + interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; readonly admin: AccountId20; @@ -6195,9 +6568,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsAssetAccount (482) + * @name PalletAssetsAssetAccount (512) */ - export interface PalletAssetsAssetAccount extends Struct { + interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly isFrozen: bool; readonly reason: PalletAssetsExistenceReason; @@ -6205,9 +6578,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsExistenceReason (483) + * @name PalletAssetsExistenceReason (513) */ - export interface PalletAssetsExistenceReason extends Enum { + interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; readonly isDepositHeld: boolean; @@ -6217,17 +6590,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsApproval (485) + * @name PalletAssetsApproval (515) */ - export interface PalletAssetsApproval extends Struct { + interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } /** - * @name PalletAssetsAssetMetadata (486) + * @name PalletAssetsAssetMetadata (516) */ - export interface PalletAssetsAssetMetadata extends Struct { + interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; readonly symbol: Bytes; @@ -6236,9 +6609,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsError (488) + * @name PalletAssetsError (518) */ - export interface PalletAssetsError extends Enum { + interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; readonly isNoPermission: boolean; @@ -6273,9 +6646,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name OrmlXtokensModuleError (489) + * @name OrmlXtokensModuleError (519) */ - export interface OrmlXtokensModuleError extends Enum { + interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; readonly isInvalidDest: boolean; @@ -6318,17 +6691,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetManagerAssetInfo (490) + * @name PalletAssetManagerAssetInfo (520) */ - export interface PalletAssetManagerAssetInfo extends Struct { + interface PalletAssetManagerAssetInfo extends Struct { readonly creator: AccountId20; readonly deposit: u128; } /** - * @name PalletAssetManagerError (492) + * @name PalletAssetManagerError (522) */ - export interface PalletAssetManagerError extends Enum { + interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; readonly isAssetDoesNotExist: boolean; @@ -6349,9 +6722,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorError (493) + * @name PalletMigrationsError (523) */ - export interface PalletXcmTransactorError extends Enum { + interface PalletMigrationsError extends Enum { + readonly isPreimageMissing: boolean; + readonly isWrongUpperBound: boolean; + readonly isPreimageIsTooBig: boolean; + readonly isPreimageAlreadyExists: boolean; + readonly type: + | "PreimageMissing" + | "WrongUpperBound" + | "PreimageIsTooBig" + | "PreimageAlreadyExists"; + } + + /** + * @name PalletXcmTransactorError (524) + */ + interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; readonly isNotOwner: boolean; @@ -6402,26 +6790,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMoonbeamOrbitersCollatorPoolInfo (495) + * @name PalletMoonbeamOrbitersCollatorPoolInfo (526) */ - export interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { + interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } /** - * @name PalletMoonbeamOrbitersCurrentOrbiter (497) + * @name PalletMoonbeamOrbitersCurrentOrbiter (528) */ - export interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { + interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } /** - * @name PalletMoonbeamOrbitersError (498) + * @name PalletMoonbeamOrbitersError (529) */ - export interface PalletMoonbeamOrbitersError extends Enum { + interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; readonly isCollatorPoolTooLarge: boolean; @@ -6444,17 +6832,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestState (499) + * @name PalletEthereumXcmError (530) */ - export interface PalletRandomnessRequestState extends Struct { + interface PalletEthereumXcmError extends Enum { + readonly isEthereumXcmExecutionSuspended: boolean; + readonly type: "EthereumXcmExecutionSuspended"; + } + + /** + * @name PalletRandomnessRequestState (531) + */ + interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } /** - * @name PalletRandomnessRequest (500) + * @name PalletRandomnessRequest (532) */ - export interface PalletRandomnessRequest extends Struct { + interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; readonly fee: u128; @@ -6465,9 +6861,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestInfo (501) + * @name PalletRandomnessRequestInfo (533) */ - export interface PalletRandomnessRequestInfo extends Enum { + interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; readonly isLocal: boolean; @@ -6476,9 +6872,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestType (502) + * @name PalletRandomnessRequestType (534) */ - export interface PalletRandomnessRequestType extends Enum { + interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; readonly isLocal: boolean; @@ -6487,17 +6883,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRandomnessResult (503) + * @name PalletRandomnessRandomnessResult (535) */ - export interface PalletRandomnessRandomnessResult extends Struct { + interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } /** - * @name PalletRandomnessError (504) + * @name PalletRandomnessError (536) */ - export interface PalletRandomnessError extends Enum { + interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; readonly isMustRequestAtLeastOneWord: boolean; @@ -6526,42 +6922,293 @@ declare module "@polkadot/types/lookup" { } /** - * @name AccountEthereumSignature (508) + * @name PalletConvictionVotingVoteVoting (540) + */ + interface PalletConvictionVotingVoteVoting extends Enum { + readonly isCasting: boolean; + readonly asCasting: PalletConvictionVotingVoteCasting; + readonly isDelegating: boolean; + readonly asDelegating: PalletConvictionVotingVoteDelegating; + readonly type: "Casting" | "Delegating"; + } + + /** + * @name PalletConvictionVotingVoteCasting (541) + */ + interface PalletConvictionVotingVoteCasting extends Struct { + readonly votes: Vec>; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; + } + + /** + * @name PalletConvictionVotingDelegations (545) + */ + interface PalletConvictionVotingDelegations extends Struct { + readonly votes: u128; + readonly capital: u128; + } + + /** + * @name PalletConvictionVotingVotePriorLock (546) + */ + interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} + + /** + * @name PalletConvictionVotingVoteDelegating (547) + */ + interface PalletConvictionVotingVoteDelegating extends Struct { + readonly balance: u128; + readonly target: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; + } + + /** + * @name PalletConvictionVotingError (551) + */ + interface PalletConvictionVotingError extends Enum { + readonly isNotOngoing: boolean; + readonly isNotVoter: boolean; + readonly isNoPermission: boolean; + readonly isNoPermissionYet: boolean; + readonly isAlreadyDelegating: boolean; + readonly isAlreadyVoting: boolean; + readonly isInsufficientFunds: boolean; + readonly isNotDelegating: boolean; + readonly isNonsense: boolean; + readonly isMaxVotesReached: boolean; + readonly isClassNeeded: boolean; + readonly isBadClass: boolean; + readonly type: + | "NotOngoing" + | "NotVoter" + | "NoPermission" + | "NoPermissionYet" + | "AlreadyDelegating" + | "AlreadyVoting" + | "InsufficientFunds" + | "NotDelegating" + | "Nonsense" + | "MaxVotesReached" + | "ClassNeeded" + | "BadClass"; + } + + /** + * @name PalletReferendaReferendumInfo (552) + */ + interface PalletReferendaReferendumInfo extends Enum { + readonly isOngoing: boolean; + readonly asOngoing: PalletReferendaReferendumStatus; + readonly isApproved: boolean; + readonly asApproved: ITuple<[u32, PalletReferendaDeposit, Option]>; + readonly isRejected: boolean; + readonly asRejected: ITuple<[u32, PalletReferendaDeposit, Option]>; + readonly isCancelled: boolean; + readonly asCancelled: ITuple<[u32, PalletReferendaDeposit, Option]>; + readonly isTimedOut: boolean; + readonly asTimedOut: ITuple<[u32, PalletReferendaDeposit, Option]>; + readonly isKilled: boolean; + readonly asKilled: u32; + readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; + } + + /** + * @name PalletReferendaReferendumStatus (553) + */ + interface PalletReferendaReferendumStatus extends Struct { + readonly track: u16; + readonly origin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactment: FrameSupportScheduleDispatchTime; + readonly submitted: u32; + readonly submissionDeposit: PalletReferendaDeposit; + readonly decisionDeposit: Option; + readonly deciding: Option; + readonly tally: PalletConvictionVotingTally; + readonly inQueue: bool; + readonly alarm: Option]>>; + } + + /** + * @name PalletReferendaDeposit (554) + */ + interface PalletReferendaDeposit extends Struct { + readonly who: AccountId20; + readonly amount: u128; + } + + /** + * @name PalletReferendaDecidingStatus (557) + */ + interface PalletReferendaDecidingStatus extends Struct { + readonly since: u32; + readonly confirming: Option; + } + + /** + * @name PalletReferendaTrackInfo (565) + */ + interface PalletReferendaTrackInfo extends Struct { + readonly name: Text; + readonly maxDeciding: u32; + readonly decisionDeposit: u128; + readonly preparePeriod: u32; + readonly decisionPeriod: u32; + readonly confirmPeriod: u32; + readonly minEnactmentPeriod: u32; + readonly minApproval: PalletReferendaCurve; + readonly minSupport: PalletReferendaCurve; + } + + /** + * @name PalletReferendaCurve (566) + */ + interface PalletReferendaCurve extends Enum { + readonly isLinearDecreasing: boolean; + readonly asLinearDecreasing: { + readonly length: Perbill; + readonly floor: Perbill; + readonly ceil: Perbill; + } & Struct; + readonly isSteppedDecreasing: boolean; + readonly asSteppedDecreasing: { + readonly begin: Perbill; + readonly end: Perbill; + readonly step: Perbill; + readonly period: Perbill; + } & Struct; + readonly isReciprocal: boolean; + readonly asReciprocal: { + readonly factor: i64; + readonly xOffset: i64; + readonly yOffset: i64; + } & Struct; + readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; + } + + /** + * @name PalletReferendaError (569) + */ + interface PalletReferendaError extends Enum { + readonly isNotOngoing: boolean; + readonly isHasDeposit: boolean; + readonly isBadTrack: boolean; + readonly isFull: boolean; + readonly isQueueEmpty: boolean; + readonly isBadReferendum: boolean; + readonly isNothingToDo: boolean; + readonly isNoTrack: boolean; + readonly isUnfinished: boolean; + readonly isNoPermission: boolean; + readonly isNoDeposit: boolean; + readonly type: + | "NotOngoing" + | "HasDeposit" + | "BadTrack" + | "Full" + | "QueueEmpty" + | "BadReferendum" + | "NothingToDo" + | "NoTrack" + | "Unfinished" + | "NoPermission" + | "NoDeposit"; + } + + /** + * @name PalletPreimageRequestStatus (570) + */ + interface PalletPreimageRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** + * @name PalletPreimageError (575) + */ + interface PalletPreimageError extends Enum { + readonly isTooBig: boolean; + readonly isAlreadyNoted: boolean; + readonly isNotAuthorized: boolean; + readonly isNotNoted: boolean; + readonly isRequested: boolean; + readonly isNotRequested: boolean; + readonly type: + | "TooBig" + | "AlreadyNoted" + | "NotAuthorized" + | "NotNoted" + | "Requested" + | "NotRequested"; + } + + /** + * @name PalletWhitelistError (576) + */ + interface PalletWhitelistError extends Enum { + readonly isUnavailablePreImage: boolean; + readonly isUndecodableCall: boolean; + readonly isInvalidCallWeightWitness: boolean; + readonly isCallIsNotWhitelisted: boolean; + readonly isCallAlreadyWhitelisted: boolean; + readonly type: + | "UnavailablePreImage" + | "UndecodableCall" + | "InvalidCallWeightWitness" + | "CallIsNotWhitelisted" + | "CallAlreadyWhitelisted"; + } + + /** + * @name AccountEthereumSignature (578) */ - export interface AccountEthereumSignature extends SpCoreEcdsaSignature {} + interface AccountEthereumSignature extends SpCoreEcdsaSignature {} /** - * @name FrameSystemExtensionsCheckSpecVersion (510) + * @name FrameSystemExtensionsCheckSpecVersion (580) */ - export type FrameSystemExtensionsCheckSpecVersion = Null; + type FrameSystemExtensionsCheckSpecVersion = Null; /** - * @name FrameSystemExtensionsCheckTxVersion (511) + * @name FrameSystemExtensionsCheckTxVersion (581) */ - export type FrameSystemExtensionsCheckTxVersion = Null; + type FrameSystemExtensionsCheckTxVersion = Null; /** - * @name FrameSystemExtensionsCheckGenesis (512) + * @name FrameSystemExtensionsCheckGenesis (582) */ - export type FrameSystemExtensionsCheckGenesis = Null; + type FrameSystemExtensionsCheckGenesis = Null; /** - * @name FrameSystemExtensionsCheckNonce (515) + * @name FrameSystemExtensionsCheckNonce (585) */ - export interface FrameSystemExtensionsCheckNonce extends Compact {} + interface FrameSystemExtensionsCheckNonce extends Compact {} /** - * @name FrameSystemExtensionsCheckWeight (516) + * @name FrameSystemExtensionsCheckWeight (586) */ - export type FrameSystemExtensionsCheckWeight = Null; + type FrameSystemExtensionsCheckWeight = Null; /** - * @name PalletTransactionPaymentChargeTransactionPayment (517) + * @name PalletTransactionPaymentChargeTransactionPayment (587) */ - export interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} + interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} /** - * @name MoonbaseRuntimeRuntime (519) + * @name MoonbaseRuntimeRuntime (589) */ - export type MoonbaseRuntimeRuntime = Null; + type MoonbaseRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts index 55ef85790d..a5622f16e7 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts @@ -1,21 +1,28 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/consts"; + +import type { ApiTypes, AugmentedConst } from "@polkadot/api-base/types"; import type { Bytes, Option, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; import type { Codec } from "@polkadot/types-codec/types"; -import type { Perbill, Percent, Permill } from "@polkadot/types/interfaces/runtime"; +import type { Perbill, Permill } from "@polkadot/types/interfaces/runtime"; import type { FrameSupportPalletId, - FrameSupportWeightsRuntimeDbWeight, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, + SpWeightsRuntimeDbWeight, + SpWeightsWeightV2Weight, XcmV1MultiLocation, } from "@polkadot/types/lookup"; +export type __AugmentedConst = AugmentedConst; + declare module "@polkadot/api-base/types/consts" { - export interface AugmentedConsts { + interface AugmentedConsts { assetManager: { /** * The basic amount of funds that must be reserved for a local asset. @@ -127,6 +134,14 @@ declare module "@polkadot/api-base/types/consts" { * How often (in blocks) new public referenda are launched. */ launchPeriod: u32 & AugmentedConst; + /** + * The maximum number of items which can be blacklisted. + */ + maxBlacklisted: u32 & AugmentedConst; + /** + * The maximum number of deposits a public proposal may have at any time. + */ + maxDeposits: u32 & AugmentedConst; /** * The maximum number of public proposals that can exist at any time. */ @@ -142,10 +157,6 @@ declare module "@polkadot/api-base/types/consts" { * The minimum amount to be used as a deposit for a public referendum proposal. */ minimumDeposit: u128 & AugmentedConst; - /** - * The amount of balance that must be deposited per byte of preimage stored. - */ - preimageByteDeposit: u128 & AugmentedConst; /** * The minimum period of vote locking. * @@ -257,19 +268,6 @@ declare module "@polkadot/api-base/types/consts" { * be executable */ candidateBondLessDelay: u32 & AugmentedConst; - /** - * Default number of blocks per round at genesis - */ - defaultBlocksPerRound: u32 & AugmentedConst; - /** - * Default commission due to collators, is `CollatorCommission` storage - * value in genesis - */ - defaultCollatorCommission: Perbill & AugmentedConst; - /** - * Default percent of inflation set aside for parachain bond account - */ - defaultParachainBondReservePercent: Percent & AugmentedConst; /** * Number of rounds that delegation less requests must wait before executable */ @@ -412,13 +410,11 @@ declare module "@polkadot/api-base/types/consts" { }; scheduler: { /** - * The maximum weight that may be scheduled per block for any - * dispatchables of less priority than `schedule::HARD_DEADLINE`. + * The maximum weight that may be scheduled per block for any dispatchables. */ - maximumWeight: u64 & AugmentedConst; + maximumWeight: SpWeightsWeightV2Weight & AugmentedConst; /** * The maximum number of scheduled calls in the queue for a single block. - * Not strictly enforced, but used for weight estimation. */ maxScheduledPerBlock: u32 & AugmentedConst; /** @@ -443,9 +439,9 @@ declare module "@polkadot/api-base/types/consts" { /** * The weight of runtime database operations the runtime can invoke. */ - dbWeight: FrameSupportWeightsRuntimeDbWeight & AugmentedConst; + dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst; /** - * The designated SS85 prefix of this chain. + * The designated SS58 prefix of this chain. * * This replaces the "ss58Format" property declared in the chain spec. * Reason is that the runtime should know about the prefix in order to diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts index 35289c30b8..37bcb93358 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts @@ -1,10 +1,16 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/errors"; + +import type { ApiTypes, AugmentedError } from "@polkadot/api-base/types"; + +export type __AugmentedError = AugmentedError; declare module "@polkadot/api-base/types/errors" { - export interface AugmentedErrors { + interface AugmentedErrors { assetManager: { AssetAlreadyExists: AugmentedError; AssetDoesNotExist: AugmentedError; @@ -318,18 +324,10 @@ declare module "@polkadot/api-base/types/errors" { * Identity may not veto a proposal twice */ AlreadyVetoed: AugmentedError; - /** - * Preimage already noted - */ - DuplicatePreimage: AugmentedError; /** * Proposal already made */ DuplicateProposal: AugmentedError; - /** - * Imminent - */ - Imminent: AugmentedError; /** * The instant referendum origin is currently disallowed. */ @@ -366,10 +364,6 @@ declare module "@polkadot/api-base/types/errors" { * The account is not currently delegating. */ NotDelegating: AugmentedError; - /** - * Not imminent - */ - NotImminent: AugmentedError; /** * Next external proposal not simple majority */ @@ -378,14 +372,6 @@ declare module "@polkadot/api-base/types/errors" { * The given account did not vote on the referendum. */ NotVoter: AugmentedError; - /** - * Invalid preimage - */ - PreimageInvalid: AugmentedError; - /** - * Preimage not found - */ - PreimageMissing: AugmentedError; /** * Proposal still blacklisted */ @@ -399,13 +385,9 @@ declare module "@polkadot/api-base/types/errors" { */ ReferendumInvalid: AugmentedError; /** - * Too early + * Maximum number of items reached. */ - TooEarly: AugmentedError; - /** - * Maximum number of proposals reached. - */ - TooManyProposals: AugmentedError; + TooMany: AugmentedError; /** * Value too low */ @@ -485,6 +467,10 @@ declare module "@polkadot/api-base/types/errors" { * Calculating total payment overflowed */ PaymentOverflow: AugmentedError; + /** + * EVM reentrancy + */ + Reentrancy: AugmentedError; /** * Undefined error. */ @@ -523,6 +509,10 @@ declare module "@polkadot/api-base/types/errors" { * The target is invalid. */ InvalidTarget: AugmentedError; + /** + * The provided judgement was for a different identity. + */ + JudgementForDifferentIdentity: AugmentedError; /** * Judgement given. */ @@ -650,6 +640,28 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + migrations: { + /** + * Preimage already exists in the new storage. + */ + PreimageAlreadyExists: AugmentedError; + /** + * Preimage is larger than the new max size. + */ + PreimageIsTooBig: AugmentedError; + /** + * Missing preimage in original democracy storage + */ + PreimageMissing: AugmentedError; + /** + * Provided upper bound is too low. + */ + WrongUpperBound: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; moonbeamOrbiters: { /** * The collator is already added in orbiters program. @@ -729,11 +741,14 @@ declare module "@polkadot/api-base/types/errors" { PendingDelegationRequestNotDueYet: AugmentedError; PendingDelegationRevoke: AugmentedError; RoundLengthMustBeAtLeastTotalSelectedCollators: AugmentedError; + TooLowCandidateAutoCompoundingDelegationCountToAutoCompound: AugmentedError; + TooLowCandidateAutoCompoundingDelegationCountToDelegate: AugmentedError; TooLowCandidateCountToLeaveCandidates: AugmentedError; TooLowCandidateCountWeightHintCancelLeaveCandidates: AugmentedError; TooLowCandidateCountWeightHintJoinCandidates: AugmentedError; TooLowCandidateDelegationCountToDelegate: AugmentedError; TooLowCandidateDelegationCountToLeaveCandidates: AugmentedError; + TooLowDelegationCountToAutoCompound: AugmentedError; TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; /** @@ -842,6 +857,36 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + preimage: { + /** + * Preimage has already been noted on-chain. + */ + AlreadyNoted: AugmentedError; + /** + * The user is not authorized to perform this action. + */ + NotAuthorized: AugmentedError; + /** + * The preimage cannot be removed since it has not yet been noted. + */ + NotNoted: AugmentedError; + /** + * The preimage request cannot be removed since no outstanding requests exist. + */ + NotRequested: AugmentedError; + /** + * A preimage may not be removed when there are outstanding requests. + */ + Requested: AugmentedError; + /** + * Preimage is too large to store on-chain. + */ + TooBig: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; proxy: { /** * Account is already a proxy. @@ -903,6 +948,10 @@ declare module "@polkadot/api-base/types/errors" { * Failed to schedule a call */ FailedToSchedule: AugmentedError; + /** + * Attempt to use a non-named function on a named task. + */ + Named: AugmentedError; /** * Cannot find the scheduled call. */ diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts index 8c3cad522d..94593164f4 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts @@ -1,7 +1,11 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/events"; + +import type { ApiTypes, AugmentedEvent } from "@polkadot/api-base/types"; import type { Bytes, Null, @@ -9,7 +13,6 @@ import type { Result, U256, U8aFixed, - Vec, bool, u128, u16, @@ -29,9 +32,8 @@ import type { import type { EthereumLog, EvmCoreErrorExitReason, - FrameSupportScheduleLookupError, + FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, - FrameSupportWeightsDispatchInfo, MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, MoonbeamRuntimeProxyType, MoonbeamRuntimeXcmConfigAssetType, @@ -43,6 +45,7 @@ import type { PalletXcmTransactorRemoteTransactInfoWithMaxWeight, SessionKeysPrimitivesVrfVrfCryptoPublic, SpRuntimeDispatchError, + SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, @@ -54,8 +57,10 @@ import type { XcmVersionedMultiLocation, } from "@polkadot/types/lookup"; +export type __AugmentedEvent = AugmentedEvent; + declare module "@polkadot/api-base/types/events" { - export interface AugmentedEvents { + interface AugmentedEvents { assetManager: { /** * Removed all information related to an assetId and destroyed asset @@ -439,7 +444,6 @@ declare module "@polkadot/api-base/types/events" { }; baseFee: { BaseFeeOverflow: AugmentedEvent; - IsActive: AugmentedEvent; NewBaseFeePerGas: AugmentedEvent; NewElasticity: AugmentedEvent; /** @@ -579,14 +583,6 @@ declare module "@polkadot/api-base/types/events" { [who: AccountId20, target: AccountId20], { who: AccountId20; target: AccountId20 } >; - /** - * A proposal has been enacted. - */ - Executed: AugmentedEvent< - ApiType, - [refIndex: u32, result: Result], - { refIndex: u32; result: Result } - >; /** * An external proposal has been tabled. */ @@ -599,46 +595,6 @@ declare module "@polkadot/api-base/types/events" { * A proposal has been approved by referendum. */ Passed: AugmentedEvent; - /** - * A proposal could not be executed because its preimage was invalid. - */ - PreimageInvalid: AugmentedEvent< - ApiType, - [proposalHash: H256, refIndex: u32], - { proposalHash: H256; refIndex: u32 } - >; - /** - * A proposal could not be executed because its preimage was missing. - */ - PreimageMissing: AugmentedEvent< - ApiType, - [proposalHash: H256, refIndex: u32], - { proposalHash: H256; refIndex: u32 } - >; - /** - * A proposal's preimage was noted, and the deposit taken. - */ - PreimageNoted: AugmentedEvent< - ApiType, - [proposalHash: H256, who: AccountId20, deposit: u128], - { proposalHash: H256; who: AccountId20; deposit: u128 } - >; - /** - * A registered preimage was removed and the deposit collected by the reaper. - */ - PreimageReaped: AugmentedEvent< - ApiType, - [proposalHash: H256, provider: AccountId20, deposit: u128, reaper: AccountId20], - { proposalHash: H256; provider: AccountId20; deposit: u128; reaper: AccountId20 } - >; - /** - * A proposal preimage was removed and used (the deposit was returned). - */ - PreimageUsed: AugmentedEvent< - ApiType, - [proposalHash: H256, provider: AccountId20, deposit: u128], - { proposalHash: H256; provider: AccountId20; deposit: u128 } - >; /** * A proposal got canceled. */ @@ -672,8 +628,8 @@ declare module "@polkadot/api-base/types/events" { */ Tabled: AugmentedEvent< ApiType, - [proposalIndex: u32, deposit: u128, depositors: Vec], - { proposalIndex: u32; deposit: u128; depositors: Vec } + [proposalIndex: u32, deposit: u128], + { proposalIndex: u32; deposit: u128 } >; /** * An account has cancelled a previous delegation operation. @@ -718,16 +674,16 @@ declare module "@polkadot/api-base/types/events" { */ OverweightEnqueued: AugmentedEvent< ApiType, - [messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64], - { messageId: U8aFixed; overweightIndex: u64; requiredWeight: u64 } + [messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight], + { messageId: U8aFixed; overweightIndex: u64; requiredWeight: SpWeightsWeightV2Weight } >; /** * Downward message from the overweight queue was executed. */ OverweightServiced: AugmentedEvent< ApiType, - [overweightIndex: u64, weightUsed: u64], - { overweightIndex: u64; weightUsed: u64 } + [overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight], + { overweightIndex: u64; weightUsed: SpWeightsWeightV2Weight } >; /** * Downward message is unsupported version of XCM. @@ -738,8 +694,16 @@ declare module "@polkadot/api-base/types/events" { */ WeightExhausted: AugmentedEvent< ApiType, - [messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64], - { messageId: U8aFixed; remainingWeight: u64; requiredWeight: u64 } + [ + messageId: U8aFixed, + remainingWeight: SpWeightsWeightV2Weight, + requiredWeight: SpWeightsWeightV2Weight + ], + { + messageId: U8aFixed; + remainingWeight: SpWeightsWeightV2Weight; + requiredWeight: SpWeightsWeightV2Weight; + } >; /** * Generic event @@ -1045,8 +1009,8 @@ declare module "@polkadot/api-base/types/events" { */ MigrationCompleted: AugmentedEvent< ApiType, - [migrationName: Bytes, consumedWeight: u64], - { migrationName: Bytes; consumedWeight: u64 } + [migrationName: Bytes, consumedWeight: SpWeightsWeightV2Weight], + { migrationName: Bytes; consumedWeight: SpWeightsWeightV2Weight } >; /** * Migration started @@ -1055,7 +1019,11 @@ declare module "@polkadot/api-base/types/events" { /** * Runtime upgrade completed */ - RuntimeUpgradeCompleted: AugmentedEvent; + RuntimeUpgradeCompleted: AugmentedEvent< + ApiType, + [weight: SpWeightsWeightV2Weight], + { weight: SpWeightsWeightV2Weight } + >; /** * Runtime upgrade started */ @@ -1117,6 +1085,14 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; parachainStaking: { + /** + * Auto-compounding reward percent was set for a delegation. + */ + AutoCompoundSet: AugmentedEvent< + ApiType, + [candidate: AccountId20, delegator: AccountId20, value: Percent], + { candidate: AccountId20; delegator: AccountId20; value: Percent } + >; /** * Set blocks per round */ @@ -1245,6 +1221,14 @@ declare module "@polkadot/api-base/types/events" { [old: Perbill, new_: Perbill], { old: Perbill; new_: Perbill } >; + /** + * Compounded a portion of rewards towards the delegation. + */ + Compounded: AugmentedEvent< + ApiType, + [candidate: AccountId20, delegator: AccountId20, amount: u128], + { candidate: AccountId20; delegator: AccountId20; amount: u128 } + >; /** * New delegation (increase of the existing one). */ @@ -1254,13 +1238,15 @@ declare module "@polkadot/api-base/types/events" { delegator: AccountId20, lockedAmount: u128, candidate: AccountId20, - delegatorPosition: PalletParachainStakingDelegatorAdded + delegatorPosition: PalletParachainStakingDelegatorAdded, + autoCompound: Percent ], { delegator: AccountId20; lockedAmount: u128; candidate: AccountId20; delegatorPosition: PalletParachainStakingDelegatorAdded; + autoCompound: Percent; } >; DelegationDecreased: AugmentedEvent< @@ -1446,8 +1432,8 @@ declare module "@polkadot/api-base/types/events" { */ DownwardMessagesProcessed: AugmentedEvent< ApiType, - [weightUsed: u64, dmqHead: H256], - { weightUsed: u64; dmqHead: H256 } + [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], + { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 } >; /** * Some downward messages have been received and will be processed. @@ -1479,6 +1465,12 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; polkadotXcm: { + /** + * Some assets have been claimed from an asset trap + * + * [ hash, origin, assets ] + */ + AssetsClaimed: AugmentedEvent; /** * Some assets have been placed in an asset trap. * @@ -1545,7 +1537,10 @@ declare module "@polkadot/api-base/types/events" { * * [ id, pallet index, call index, actual weight, max budgeted weight ] */ - NotifyOverweight: AugmentedEvent; + NotifyOverweight: AugmentedEvent< + ApiType, + [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight] + >; /** * A given location which had a version change subscription was dropped * owing to an error migrating the location to our new XCM format. @@ -1605,6 +1600,24 @@ declare module "@polkadot/api-base/types/events" { */ [key: string]: AugmentedEvent; }; + preimage: { + /** + * A preimage has ben cleared. + */ + Cleared: AugmentedEvent; + /** + * A preimage has been noted. + */ + Noted: AugmentedEvent; + /** + * A preimage has been requested. + */ + Requested: AugmentedEvent; + /** + * Generic event + */ + [key: string]: AugmentedEvent; + }; proxy: { /** * An announcement was placed to make a call in the future. @@ -1614,25 +1627,6 @@ declare module "@polkadot/api-base/types/events" { [real: AccountId20, proxy: AccountId20, callHash: H256], { real: AccountId20; proxy: AccountId20; callHash: H256 } >; - /** - * Anonymous account has been created by new proxy with given - * disambiguation index and proxy type. - */ - AnonymousCreated: AugmentedEvent< - ApiType, - [ - anonymous: AccountId20, - who: AccountId20, - proxyType: MoonbeamRuntimeProxyType, - disambiguationIndex: u16 - ], - { - anonymous: AccountId20; - who: AccountId20; - proxyType: MoonbeamRuntimeProxyType; - disambiguationIndex: u16; - } - >; /** * A proxy was added. */ @@ -1677,6 +1671,25 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; + /** + * A pure account has been created by new proxy with given disambiguation + * index and proxy type. + */ + PureCreated: AugmentedEvent< + ApiType, + [ + pure: AccountId20, + who: AccountId20, + proxyType: MoonbeamRuntimeProxyType, + disambiguationIndex: u16 + ], + { + pure: AccountId20; + who: AccountId20; + proxyType: MoonbeamRuntimeProxyType; + disambiguationIndex: u16; + } + >; /** * Generic event */ @@ -1745,10 +1758,10 @@ declare module "@polkadot/api-base/types/events" { /** * The call for the provided hash was not found so the task has been aborted. */ - CallLookupFailed: AugmentedEvent< + CallUnavailable: AugmentedEvent< ApiType, - [task: ITuple<[u32, u32]>, id: Option, error: FrameSupportScheduleLookupError], - { task: ITuple<[u32, u32]>; id: Option; error: FrameSupportScheduleLookupError } + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } >; /** * Canceled some task. @@ -1759,13 +1772,33 @@ declare module "@polkadot/api-base/types/events" { */ Dispatched: AugmentedEvent< ApiType, - [task: ITuple<[u32, u32]>, id: Option, result: Result], + [ + task: ITuple<[u32, u32]>, + id: Option, + result: Result + ], { task: ITuple<[u32, u32]>; - id: Option; + id: Option; result: Result; } >; + /** + * The given task was unable to be renewed since the agenda is full at that block. + */ + PeriodicFailed: AugmentedEvent< + ApiType, + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } + >; + /** + * The given task can never be executed since it is overweight. + */ + PermanentlyOverweight: AugmentedEvent< + ApiType, + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } + >; /** * Scheduled some task. */ @@ -1785,16 +1818,16 @@ declare module "@polkadot/api-base/types/events" { */ ExtrinsicFailed: AugmentedEvent< ApiType, - [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], - { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportWeightsDispatchInfo } + [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], + { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportDispatchDispatchInfo } >; /** * An extrinsic completed successfully. */ ExtrinsicSuccess: AugmentedEvent< ApiType, - [dispatchInfo: FrameSupportWeightsDispatchInfo], - { dispatchInfo: FrameSupportWeightsDispatchInfo } + [dispatchInfo: FrameSupportDispatchDispatchInfo], + { dispatchInfo: FrameSupportDispatchDispatchInfo } >; /** * An account was reaped. @@ -2063,32 +2096,32 @@ declare module "@polkadot/api-base/types/events" { */ Fail: AugmentedEvent< ApiType, - [messageHash: Option, error: XcmV2TraitsError, weight: u64], - { messageHash: Option; error: XcmV2TraitsError; weight: u64 } + [messageHash: Option, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight], + { messageHash: Option; error: XcmV2TraitsError; weight: SpWeightsWeightV2Weight } >; /** * An XCM exceeded the individual message weight budget. */ OverweightEnqueued: AugmentedEvent< ApiType, - [sender: u32, sentAt: u32, index: u64, required: u64], - { sender: u32; sentAt: u32; index: u64; required: u64 } + [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], + { sender: u32; sentAt: u32; index: u64; required: SpWeightsWeightV2Weight } >; /** * An XCM from the overweight queue was executed with the given actual weight used. */ OverweightServiced: AugmentedEvent< ApiType, - [index: u64, used: u64], - { index: u64; used: u64 } + [index: u64, used: SpWeightsWeightV2Weight], + { index: u64; used: SpWeightsWeightV2Weight } >; /** * Some XCM was executed ok. */ Success: AugmentedEvent< ApiType, - [messageHash: Option, weight: u64], - { messageHash: Option; weight: u64 } + [messageHash: Option, weight: SpWeightsWeightV2Weight], + { messageHash: Option; weight: SpWeightsWeightV2Weight } >; /** * An upward message was sent to the relay chain. diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts index be2fb8a1da..fcc901f0d8 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts @@ -1,7 +1,11 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/storage"; + +import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from "@polkadot/api-base/types"; import type { Data } from "@polkadot/types"; import type { BTreeMap, @@ -38,7 +42,8 @@ import type { EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, - FrameSupportWeightsPerDispatchClassU64, + FrameSupportDispatchPerDispatchClassWeight, + FrameSupportPreimagesBounded, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, @@ -57,14 +62,13 @@ import type { PalletBalancesReserveData, PalletCollectiveVotes, PalletCrowdloanRewardsRewardInfo, - PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, - PalletDemocracyReleases, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMoonbeamOrbitersCollatorPoolInfo, + PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingCandidateMetadata, PalletParachainStakingCollatorSnapshot, @@ -76,12 +80,13 @@ import type { PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetOrderedSet, + PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRandomnessRandomnessResult, PalletRandomnessRequestState, PalletRandomnessRequestType, - PalletSchedulerScheduledV3, + PalletSchedulerScheduled, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletXcmQueryStatus, @@ -93,13 +98,17 @@ import type { PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, + SpWeightsWeightV2Weight, XcmV1MultiLocation, XcmVersionedMultiLocation, } from "@polkadot/types/lookup"; import type { Observable } from "@polkadot/types/types"; +export type __AugmentedQuery = AugmentedQuery unknown>; +export type __QueryableStorageEntry = QueryableStorageEntry; + declare module "@polkadot/api-base/types/storage" { - export interface AugmentedQueries { + interface AugmentedQueries { assetManager: { /** * Mapping from an asset id to asset type. This is mostly used when @@ -354,8 +363,6 @@ declare module "@polkadot/api-base/types/storage" { QueryableStorageEntry; elasticity: AugmentedQuery Observable, []> & QueryableStorageEntry; - isActive: AugmentedQuery Observable, []> & - QueryableStorageEntry; /** * Generic query */ @@ -510,31 +517,23 @@ declare module "@polkadot/api-base/types/storage" { */ nextExternal: AugmentedQuery< ApiType, - () => Observable>>, + () => Observable< + Option> + >, [] > & QueryableStorageEntry; - /** - * Map of hashes to the proposal preimage, along with who registered it - * and their deposit. The block number is the block at which it was deposited. - */ - preimages: AugmentedQuery< - ApiType, - (arg: H256 | string | Uint8Array) => Observable>, - [H256] - > & - QueryableStorageEntry; /** * The number of (public) proposals that have been made so far. */ publicPropCount: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * The public proposals. Unsorted. The second item is the proposal's hash. + * The public proposals. Unsorted. The second item is the proposal. */ publicProps: AugmentedQuery< ApiType, - () => Observable>>, + () => Observable>>, [] > & QueryableStorageEntry; @@ -554,17 +553,6 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** - * Storage version of the pallet. - * - * New networks start with last version. - */ - storageVersion: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; /** * All votes for a particular voter. We store the balance for the number * of votes that we have recorded. The second item is the total amount of @@ -924,6 +912,17 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; + /** + * Stores auto-compounding configuration per collator. + */ + autoCompoundingDelegations: AugmentedQuery< + ApiType, + ( + arg: AccountId20 | string | Uint8Array + ) => Observable>, + [AccountId20] + > & + QueryableStorageEntry; /** * Points for each collator per round */ @@ -1223,13 +1222,21 @@ declare module "@polkadot/api-base/types/storage" { * The weight we reserve at the beginning of the block for processing DMP * messages. This overrides the amount set in the Config trait. */ - reservedDmpWeightOverride: AugmentedQuery Observable>, []> & + reservedDmpWeightOverride: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & QueryableStorageEntry; /** * The weight we reserve at the beginning of the block for processing XCMP * messages. This overrides the amount set in the Config trait. */ - reservedXcmpWeightOverride: AugmentedQuery Observable>, []> & + reservedXcmpWeightOverride: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & QueryableStorageEntry; /** * An option which indicates if the relay-chain restricts signalling a @@ -1365,6 +1372,29 @@ declare module "@polkadot/api-base/types/storage" { */ [key: string]: QueryableStorageEntry; }; + preimage: { + preimageFor: AugmentedQuery< + ApiType, + ( + arg: ITuple<[H256, u32]> | [H256 | string | Uint8Array, u32 | AnyNumber | Uint8Array] + ) => Observable>, + [ITuple<[H256, u32]>] + > & + QueryableStorageEntry]>; + /** + * The request status of a given hash. + */ + statusFor: AugmentedQuery< + ApiType, + (arg: H256 | string | Uint8Array) => Observable>, + [H256] + > & + QueryableStorageEntry; + /** + * Generic query + */ + [key: string]: QueryableStorageEntry; + }; proxy: { /** * The announcements made by the proxy (key). @@ -1472,19 +1502,24 @@ declare module "@polkadot/api-base/types/storage" { */ agenda: AugmentedQuery< ApiType, - (arg: u32 | AnyNumber | Uint8Array) => Observable>>, + (arg: u32 | AnyNumber | Uint8Array) => Observable>>, [u32] > & QueryableStorageEntry; + incompleteSince: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** - * Lookup from identity to the block number and index of the task. + * Lookup from a name to the block number and index of the task. + * + * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed + * to form the v4 identities. */ lookup: AugmentedQuery< ApiType, - (arg: Bytes | string | Uint8Array) => Observable>>, - [Bytes] + (arg: U8aFixed | string | Uint8Array) => Observable>>, + [U8aFixed] > & - QueryableStorageEntry; + QueryableStorageEntry; /** * Generic query */ @@ -1519,7 +1554,7 @@ declare module "@polkadot/api-base/types/storage" { */ blockWeight: AugmentedQuery< ApiType, - () => Observable, + () => Observable, [] > & QueryableStorageEntry; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts b/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts index 88cf2da274..adf692ae9c 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/rpc-core/types/jsonrpc"; + import type { AugmentedRpc } from "@polkadot/rpc-core/types"; import type { Metadata, StorageKey } from "@polkadot/types"; import type { @@ -31,7 +35,7 @@ import type { ContractCallRequest, ContractExecResult, ContractInstantiateResult, - InstantiateRequest, + InstantiateRequestV1, } from "@polkadot/types/interfaces/contracts"; import type { BlockStats } from "@polkadot/types/interfaces/dev"; import type { CreatedBlock } from "@polkadot/types/interfaces/engine"; @@ -59,7 +63,7 @@ import type { } from "@polkadot/types/interfaces/grandpa"; import type { MmrLeafBatchProof, MmrLeafProof } from "@polkadot/types/interfaces/mmr"; import type { StorageKind } from "@polkadot/types/interfaces/offchain"; -import type { FeeDetails, RuntimeDispatchInfo } from "@polkadot/types/interfaces/payment"; +import type { FeeDetails, RuntimeDispatchInfoV1 } from "@polkadot/types/interfaces/payment"; import type { RpcMethods } from "@polkadot/types/interfaces/rpc"; import type { AccountId, @@ -93,8 +97,10 @@ import type { } from "@polkadot/types/interfaces/system"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; +export type __AugmentedRpc = AugmentedRpc<() => unknown>; + declare module "@polkadot/rpc-core/types/jsonrpc" { - export interface RpcInterface { + interface RpcInterface { author: { /** * Returns true if the keystore has private keys for the given public key @@ -139,11 +145,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { /** * Submit and subscribe to watch an extrinsic until unsubscribed */ - submitAndWatchExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable>; + submitAndWatchExtrinsic: AugmentedRpc< + (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable + >; /** * Submit a fully formatted extrinsic for block inclusion */ - submitExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable>; + submitExtrinsic: AugmentedRpc< + (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable + >; }; babe: { /** @@ -262,7 +272,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; contracts: { /** - * Executes a call to a contract + * @deprecated Use the runtime interface `api.call.contractsApi.call` + * instead Executes a call to a contract */ call: AugmentedRpc< ( @@ -282,7 +293,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Returns the value under a specified storage key in a contract + * @deprecated Use the runtime interface + * `api.call.contractsApi.getStorage` instead Returns the value under a + * specified storage key in a contract */ getStorage: AugmentedRpc< ( @@ -292,29 +305,23 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * Instantiate a new contract + * @deprecated Use the runtime interface + * `api.call.contractsApi.instantiate` instead Instantiate a new contract */ instantiate: AugmentedRpc< ( request: - | InstantiateRequest - | { - origin?: any; - value?: any; - gasLimit?: any; - storageDepositLimit?: any; - code?: any; - data?: any; - salt?: any; - } + | InstantiateRequestV1 + | { origin?: any; value?: any; gasLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array ) => Observable >; /** - * Returns the projected time a given contract will be able to sustain - * paying its rent + * @deprecated Not available in newer versions of the contracts interfaces + * Returns the projected time a given contract will be able to sustain + * paying its rent */ rentProjection: AugmentedRpc< ( @@ -323,7 +330,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * Upload new code without instantiating a contract from it + * @deprecated Use the runtime interface + * `api.call.contractsApi.uploadCode` instead Upload new code without + * instantiating a contract from it */ uploadCode: AugmentedRpc< ( @@ -429,7 +438,7 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ( blockCount: U256 | AnyNumber | Uint8Array, newestBlock: BlockNumber | AnyNumber | Uint8Array, - rewardPercentiles: Option> | null | object | string | Uint8Array + rewardPercentiles: Option> | null | Uint8Array | Vec | f64[] ) => Observable >; /** @@ -782,7 +791,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; payment: { /** - * Query the detailed fee of a given encoded extrinsic + * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` + * instead Query the detailed fee of a given encoded extrinsic */ queryFeeDetails: AugmentedRpc< ( @@ -791,13 +801,14 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Retrieves the fee information for an encoded extrinsic + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead + * Retrieves the fee information for an encoded extrinsic */ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array - ) => Observable + ) => Observable >; }; rpc: { @@ -876,7 +887,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Retrieves the keys with a certain prefix + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Retrieves + * the keys with a certain prefix */ getKeys: AugmentedRpc< ( @@ -900,8 +912,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { */ getMetadata: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; /** - * Returns the keys with prefix, leave empty to get all the keys - * (deprecated: Use getKeysPaged) + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Returns + * the keys with prefix, leave empty to get all the keys (deprecated: + * Use getKeysPaged) */ getPairs: AugmentedRpc< ( @@ -989,9 +1002,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { traceBlock: AugmentedRpc< ( block: Hash | string | Uint8Array, - targets: Option | null | object | string | Uint8Array, - storageKeys: Option | null | object | string | Uint8Array, - methods: Option | null | object | string | Uint8Array + targets: Option | null | Uint8Array | Text | string, + storageKeys: Option | null | Uint8Array | Text | string, + methods: Option | null | Uint8Array | Text | string ) => Observable >; /** diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts new file mode 100644 index 0000000000..2f9c177d43 --- /dev/null +++ b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts @@ -0,0 +1,537 @@ +// Auto-generated via `yarn polkadot-types-from-chain`, do not edit +/* eslint-disable */ + +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/calls"; + +import type { ApiTypes, AugmentedCall, DecoratedCallBase } from "@polkadot/api-base/types"; +import type { + Bytes, + Null, + Option, + Result, + U256, + Vec, + bool, + u256, + u32, + u64, +} from "@polkadot/types-codec"; +import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; +import type { BlockHash } from "@polkadot/types/interfaces/chain"; +import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + BlockV2, + EthReceiptV3, + EthTransaction, + EthTransactionStatus, + TransactionV2, +} from "@polkadot/types/interfaces/eth"; +import type { EvmAccount, EvmCallInfo, EvmCreateInfo } from "@polkadot/types/interfaces/evm"; +import type { Extrinsic } from "@polkadot/types/interfaces/extrinsics"; +import type { OpaqueMetadata } from "@polkadot/types/interfaces/metadata"; +import type { FeeDetails, RuntimeDispatchInfo } from "@polkadot/types/interfaces/payment"; +import type { + AccountId, + Block, + H160, + H256, + Header, + Index, + KeyTypeId, + Permill, +} from "@polkadot/types/interfaces/runtime"; +import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; +import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; +import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { IExtrinsic, Observable } from "@polkadot/types/types"; + +export type __AugmentedCall = AugmentedCall; +export type __DecoratedCallBase = DecoratedCallBase; + +declare module "@polkadot/api-base/types/calls" { + interface AugmentedCalls { + /** + * 0xbc9d89904f5b923f/1 + */ + accountNonceApi: { + /** + * The API to query account nonce (aka transaction index) + */ + accountNonce: AugmentedCall< + ApiType, + (accountId: AccountId | string | Uint8Array) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x40fe3ad401f8959a/6 + */ + blockBuilder: { + /** + * Apply the given extrinsic. + */ + applyExtrinsic: AugmentedCall< + ApiType, + ( + extrinsic: Extrinsic | IExtrinsic | string | Uint8Array + ) => Observable + >; + /** + * Check that the inherents are valid. + */ + checkInherents: AugmentedCall< + ApiType, + ( + block: Block | { header?: any; extrinsics?: any } | string | Uint8Array, + data: InherentData | { data?: any } | string | Uint8Array + ) => Observable + >; + /** + * Finish the current block. + */ + finalizeBlock: AugmentedCall Observable
>; + /** + * Generate inherent extrinsics. + */ + inherentExtrinsics: AugmentedCall< + ApiType, + ( + inherent: InherentData | { data?: any } | string | Uint8Array + ) => Observable> + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xea93e3f16f3d6962/2 + */ + collectCollationInfo: { + /** + * Collect information about a collation. + */ + collectCollationInfo: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xe65b00e46cedd0aa/2 + */ + convertTransactionRuntimeApi: { + /** + * Converts an Ethereum-style transaction to Extrinsic + */ + convertTransaction: AugmentedCall< + ApiType, + ( + transaction: + | TransactionV2 + | { Legacy: any } + | { EIP2930: any } + | { EIP1559: any } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xdf6acb689907609b/4 + */ + core: { + /** + * Execute the given block. + */ + executeBlock: AugmentedCall< + ApiType, + ( + block: Block | { header?: any; extrinsics?: any } | string | Uint8Array + ) => Observable + >; + /** + * Initialize a block with the given header. + */ + initializeBlock: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Returns the version of the runtime. + */ + version: AugmentedCall Observable>; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xbd78255d4feeea1f/4 + */ + debugRuntimeApi: { + /** + * Trace all block extrinsics + */ + traceBlock: AugmentedCall< + ApiType, + ( + extrinsics: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[], + knownTransactions: Vec | (H256 | string | Uint8Array)[] + ) => Observable, DispatchError>> + >; + /** + * Trace transaction extrinsics + */ + traceTransaction: AugmentedCall< + ApiType, + ( + extrinsics: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[], + transaction: + | EthTransaction + | { + hash?: any; + nonce?: any; + blockHash?: any; + blockNumber?: any; + transactionIndex?: any; + from?: any; + to?: any; + value?: any; + gasPrice?: any; + maxFeePerGas?: any; + maxPriorityFeePerGas?: any; + gas?: any; + input?: any; + creates?: any; + raw?: any; + publicKey?: any; + chainId?: any; + standardV?: any; + v?: any; + r?: any; + s?: any; + accessList?: any; + transactionType?: any; + } + | string + | Uint8Array + ) => Observable, DispatchError>> + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x582211f65bb14b89/4 + */ + ethereumRuntimeRPCApi: { + /** + * Returns pallet_evm::Accounts by address. + */ + accountBasic: AugmentedCall< + ApiType, + (address: H160 | string | Uint8Array) => Observable + >; + /** + * For a given account address, returns pallet_evm::AccountCodes. + */ + accountCodeAt: AugmentedCall< + ApiType, + (address: H160 | string | Uint8Array) => Observable + >; + /** + * Returns the converted FindAuthor::find_author authority id. + */ + author: AugmentedCall Observable>; + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + */ + call: AugmentedCall< + ApiType, + ( + from: H160 | string | Uint8Array, + to: H160 | string | Uint8Array, + data: Bytes | string | Uint8Array, + value: U256 | AnyNumber | Uint8Array, + gasLimit: U256 | AnyNumber | Uint8Array, + maxFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, + estimate: bool | boolean | Uint8Array, + accessList: + | Option]>>> + | null + | Uint8Array + | Vec]>> + | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] + ) => Observable> + >; + /** + * Returns runtime defined pallet_evm::ChainId. + */ + chainId: AugmentedCall Observable>; + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + */ + create: AugmentedCall< + ApiType, + ( + from: H160 | string | Uint8Array, + data: Bytes | string | Uint8Array, + value: U256 | AnyNumber | Uint8Array, + gasLimit: U256 | AnyNumber | Uint8Array, + maxFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, + estimate: bool | boolean | Uint8Array, + accessList: + | Option]>>> + | null + | Uint8Array + | Vec]>> + | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] + ) => Observable> + >; + /** + * Return all the current data for a block in a single runtime call. + */ + currentAll: AugmentedCall< + ApiType, + () => Observable< + ITuple<[Option, Option>, Option>]> + > + >; + /** + * Return the current block. + */ + currentBlock: AugmentedCall Observable>; + /** + * Return the current receipt. + */ + currentReceipts: AugmentedCall Observable>>>; + /** + * Return the current transaction status. + */ + currentTransactionStatuses: AugmentedCall< + ApiType, + () => Observable>> + >; + /** + * Return the elasticity multiplier. + */ + elasticity: AugmentedCall Observable>>; + /** + * Receives a `Vec` and filters all the ethereum transactions. + */ + extrinsicFilter: AugmentedCall< + ApiType, + ( + xts: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[] + ) => Observable> + >; + /** + * Returns FixedGasPrice::min_gas_price + */ + gasPrice: AugmentedCall Observable>; + /** + * For a given account address and index, returns pallet_evm::AccountStorages. + */ + storageAt: AugmentedCall< + ApiType, + ( + address: H160 | string | Uint8Array, + index: u256 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x37e397fc7c91f5e4/1 + */ + metadata: { + /** + * Returns the metadata of a runtime + */ + metadata: AugmentedCall Observable>; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x2aa62120049dd2d2/1 + */ + nimbusApi: { + /** + * The runtime api used to predict whether a Nimbus author will be + * eligible in the given slot + */ + canAuthor: AugmentedCall< + ApiType, + ( + author: AccountId | string | Uint8Array, + relayParent: u32 | AnyNumber | Uint8Array, + parentHeader: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xf78b278be53f454c/2 + */ + offchainWorkerApi: { + /** + * Starts the off-chain task for given block header. + */ + offchainWorker: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xab3c0572291feb8b/1 + */ + sessionKeys: { + /** + * Decode the given public session keys. + */ + decodeSessionKeys: AugmentedCall< + ApiType, + ( + encoded: Bytes | string | Uint8Array + ) => Observable>>> + >; + /** + * Generate a set of session keys with optionally using the given seed. + */ + generateSessionKeys: AugmentedCall< + ApiType, + (seed: Option | null | Uint8Array | Bytes | string) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xd2bc9897eed08f15/3 + */ + taggedTransactionQueue: { + /** + * Validate the transaction. + */ + validateTransaction: AugmentedCall< + ApiType, + ( + source: TransactionSource | "InBlock" | "Local" | "External" | number | Uint8Array, + tx: Extrinsic | IExtrinsic | string | Uint8Array, + blockHash: BlockHash | string | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x37c8bb1350a9a2a8/2 + */ + transactionPaymentApi: { + /** + * The transaction fee details + */ + queryFeeDetails: AugmentedCall< + ApiType, + ( + uxt: Extrinsic | IExtrinsic | string | Uint8Array, + len: u32 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * The transaction info + */ + queryInfo: AugmentedCall< + ApiType, + ( + uxt: Extrinsic | IExtrinsic | string | Uint8Array, + len: u32 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + } // AugmentedCalls +} // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts index 04020efb08..54f59d3a86 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts @@ -1,7 +1,16 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/submittable"; + +import type { + ApiTypes, + AugmentedSubmittable, + SubmittableExtrinsic, + SubmittableExtrinsicFunction, +} from "@polkadot/api-base/types"; import type { Data } from "@polkadot/types"; import type { Bytes, @@ -31,7 +40,7 @@ import type { import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, - FrameSupportScheduleMaybeHashed, + FrameSupportPreimagesBounded, MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, MoonbeamRuntimeOriginCaller, MoonbeamRuntimeProxyType, @@ -48,6 +57,7 @@ import type { PalletXcmTransactorCurrencyPayment, PalletXcmTransactorTransactWeights, SpRuntimeMultiSignature, + SpWeightsWeightV2Weight, XcmV0OriginKind, XcmV1MultiLocation, XcmV2WeightLimit, @@ -57,8 +67,13 @@ import type { XcmVersionedXcm, } from "@polkadot/types/lookup"; +export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; +export type __SubmittableExtrinsic = SubmittableExtrinsic; +export type __SubmittableExtrinsicFunction = + SubmittableExtrinsicFunction; + declare module "@polkadot/api-base/types/submittable" { - export interface AugmentedSubmittables { + interface AugmentedSubmittables { assetManager: { /** * Change the xcm type mapping for a given assetId We also change this if @@ -1030,10 +1045,6 @@ declare module "@polkadot/api-base/types/submittable" { (elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Permill] >; - setIsActive: AugmentedSubmittable< - (isActive: bool | boolean | Uint8Array) => SubmittableExtrinsic, - [bool] - >; /** * Generic tx */ @@ -1083,6 +1094,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -1218,7 +1284,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -1331,7 +1397,7 @@ declare module "@polkadot/api-base/types/submittable" { | Vec, u128]>> | [ U8aFixed | string | Uint8Array, - Option | null | object | string | Uint8Array, + Option | null | Uint8Array | AccountId20 | string, u128 | AnyNumber | Uint8Array ][] ) => SubmittableExtrinsic, @@ -1370,7 +1436,7 @@ declare module "@polkadot/api-base/types/submittable" { blacklist: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, - maybeRefIndex: Option | null | object | string | Uint8Array + maybeRefIndex: Option | null | Uint8Array | u32 | AnyNumber ) => SubmittableExtrinsic, [H256, Option] >; @@ -1387,20 +1453,6 @@ declare module "@polkadot/api-base/types/submittable" { (propIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] >; - /** - * Cancel a proposal queued for enactment. - * - * The dispatch origin of this call must be _Root_. - * - * - `which`: The index of the referendum to cancel. - * - * Weight: `O(D)` where `D` is the items in the dispatch queue. Weighted - * as `D = 10`. - */ - cancelQueued: AugmentedSubmittable< - (which: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [u32] - >; /** * Remove a referendum. * @@ -1478,17 +1530,6 @@ declare module "@polkadot/api-base/types/submittable" { (refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Enact a proposal from a referendum. For now we just make the weight be - * the maximum. - */ - enactProposal: AugmentedSubmittable< - ( - proposalHash: H256 | string | Uint8Array, - index: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H256, u32] - >; /** * Schedule a referendum to be tabled once it is legal to schedule an * external referendum. @@ -1496,13 +1537,18 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin of this call must be `ExternalOrigin`. * * - `proposal_hash`: The preimage hash of the proposal. - * - * Weight: `O(V)` with V number of vetoers in the blacklist of proposal. - * Decoding vec of length V. Charged as maximum */ externalPropose: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule a negative-turnout-bias referendum to be tabled next once it @@ -1518,8 +1564,16 @@ declare module "@polkadot/api-base/types/submittable" { * Weight: `O(1)` */ externalProposeDefault: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule a majority-carries referendum to be tabled next once it is @@ -1535,8 +1589,16 @@ declare module "@polkadot/api-base/types/submittable" { * Weight: `O(1)` */ externalProposeMajority: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule the currently externally-proposed majority-carries referendum @@ -1548,8 +1610,8 @@ declare module "@polkadot/api-base/types/submittable" { * * - `proposal_hash`: The hash of the current external proposal. * - `voting_period`: The period that is allowed for voting on this - * proposal. Must be always greater than zero. For `FastTrackOrigin` - * must be equal or greater than `FastTrackVotingPeriod`. + * proposal. Increased to Must be always greater than zero. For + * `FastTrackOrigin` must be equal or greater than `FastTrackVotingPeriod`. * - `delay`: The number of block after voting has ended in approval and * this should be enacted. This doesn't have a minimum amount. * @@ -1565,57 +1627,6 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, u32, u32] >; - /** - * Register the preimage for an upcoming proposal. This requires the - * proposal to be in the dispatch queue. No deposit is needed. When this - * call is successful, i.e. the preimage has not been uploaded before and - * matches some imminent proposal, no fee is paid. - * - * The dispatch origin of this call must be _Signed_. - * - * - `encoded_proposal`: The preimage of a proposal. - * - * Emits `PreimageNoted`. - * - * Weight: `O(E)` with E size of `encoded_proposal` (protected by a - * required deposit). - */ - noteImminentPreimage: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Same as `note_imminent_preimage` but origin is `OperationalPreimageOrigin`. - */ - noteImminentPreimageOperational: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Register the preimage for an upcoming proposal. This doesn't require - * the proposal to be in the dispatch queue but does require a deposit, - * returned once enacted. - * - * The dispatch origin of this call must be _Signed_. - * - * - `encoded_proposal`: The preimage of a proposal. - * - * Emits `PreimageNoted`. - * - * Weight: `O(E)` with E size of `encoded_proposal` (protected by a - * required deposit). - */ - notePreimage: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Same as `note_preimage` but origin is `OperationalPreimageOrigin`. - */ - notePreimageOperational: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; /** * Propose a sensitive action to be taken. * @@ -1626,39 +1637,19 @@ declare module "@polkadot/api-base/types/submittable" { * - `value`: The amount of deposit (must be at least `MinimumDeposit`). * * Emits `Proposed`. - * - * Weight: `O(p)` */ propose: AugmentedSubmittable< ( - proposalHash: H256 | string | Uint8Array, + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array, value: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [H256, Compact] - >; - /** - * Remove an expired proposal preimage and collect the deposit. - * - * The dispatch origin of this call must be _Signed_. - * - * - `proposal_hash`: The preimage hash of a proposal. - * - `proposal_length_upper_bound`: an upper bound on length of the - * proposal. Extrinsic is weighted according to this value with no refund. - * - * This will only work after `VotingPeriod` blocks from the time that the - * preimage was noted, if it's the same account doing it. If it's a - * different account, then it'll only work an additional `EnactmentPeriod` later. - * - * Emits `PreimageReaped`. - * - * Weight: `O(D)` where D is length of proposal. - */ - reapPreimage: AugmentedSubmittable< - ( - proposalHash: H256 | string | Uint8Array, - proposalLenUpperBound: Compact | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H256, Compact] + [FrameSupportPreimagesBounded, Compact] >; /** * Remove a vote for a referendum. @@ -1725,18 +1716,10 @@ declare module "@polkadot/api-base/types/submittable" { * have funds to cover the deposit, equal to the original deposit. * * - `proposal`: The index of the proposal to second. - * - `seconds_upper_bound`: an upper bound on the current number of seconds - * on this proposal. Extrinsic is weighted according to this value with - * no refund. - * - * Weight: `O(S)` where S is the number of seconds a proposal already has. */ second: AugmentedSubmittable< - ( - proposal: Compact | AnyNumber | Uint8Array, - secondsUpperBound: Compact | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [Compact, Compact] + (proposal: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [Compact] >; /** * Undelegate the voting power of the sending account. @@ -1789,8 +1772,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `ref_index`: The index of the referendum to vote for. * - `vote`: The vote configuration. - * - * Weight: `O(R)` where R is the number of referendums the voter has voted on. */ vote: AugmentedSubmittable< ( @@ -1872,8 +1853,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -1901,8 +1882,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -1920,8 +1901,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -2085,6 +2066,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `target`: the account whose identity the judgement is upon. This must * be an account with a registered identity. * - `judgement`: the judgement of the registrar of index `reg_index` about `target`. + * - `identity`: The hash of the [`IdentityInfo`] for that the judgement is provided. * * Emits `JudgementGiven` if successful. * @@ -2112,9 +2094,10 @@ declare module "@polkadot/api-base/types/submittable" { | { LowQuality: any } | { Erroneous: any } | string - | Uint8Array + | Uint8Array, + identity: H256 | string | Uint8Array ) => SubmittableExtrinsic, - [Compact, AccountId20, PalletIdentityJudgement] + [Compact, AccountId20, PalletIdentityJudgement, H256] >; /** * Remove the sender as a sub-account. @@ -3012,6 +2995,19 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + migrations: { + migrateDemocracyPreimage: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + proposalLenUpperBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; moonbeamOrbiters: { /** * Add a collator to orbiters program. @@ -3114,6 +3110,22 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, u32, u32] >; + /** + * If caller is not a delegator and not a collator, then join the set of + * delegators If caller is a delegator, then makes delegation to change + * their delegation state Sets the auto-compound config for the delegation + */ + delegateWithAutoCompound: AugmentedSubmittable< + ( + candidate: AccountId20 | string | Uint8Array, + amount: u128 | AnyNumber | Uint8Array, + autoCompound: Percent | AnyNumber | Uint8Array, + candidateDelegationCount: u32 | AnyNumber | Uint8Array, + candidateAutoCompoundingDelegationCount: u32 | AnyNumber | Uint8Array, + delegationCount: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, u128, Percent, u32, u32, u32] + >; /** * Bond more for delegators wrt a specific collator candidate. */ @@ -3232,6 +3244,18 @@ declare module "@polkadot/api-base/types/submittable" { (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; + /** + * Sets the auto-compounding reward percentage for a delegation. + */ + setAutoCompound: AugmentedSubmittable< + ( + candidate: AccountId20 | string | Uint8Array, + value: Percent | AnyNumber | Uint8Array, + candidateAutoCompoundingDelegationCountHint: u32 | AnyNumber | Uint8Array, + delegationCountHint: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, Percent, u32, u32] + >; /** * Set blocks per round * @@ -3399,7 +3423,7 @@ declare module "@polkadot/api-base/types/submittable" { */ forceDefaultXcmVersion: AugmentedSubmittable< ( - maybeXcmVersion: Option | null | object | string | Uint8Array + maybeXcmVersion: Option | null | Uint8Array | u32 | AnyNumber ) => SubmittableExtrinsic, [Option] >; @@ -3597,6 +3621,55 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + preimage: { + /** + * Register a preimage on-chain. + * + * If the preimage was previously requested, no fees or deposits are taken + * for providing the preimage. Otherwise, a deposit is taken proportional + * to the size of the preimage. + */ + notePreimage: AugmentedSubmittable< + (bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic, + [Bytes] + >; + /** + * Request a preimage be uploaded to the chain without paying any fees or deposits. + * + * If the preimage requests has already been provided on-chain, we + * unreserve any deposit a user may have paid, and take the control of the + * preimage out of their hands. + */ + requestPreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Clear an unrequested preimage from the runtime storage. + * + * If `len` is provided, then it will be a much cheaper operation. + * + * - `hash`: The hash of the preimage to be removed from the store. + * - `len`: The length of the preimage of `hash`. + */ + unnotePreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Clear a previously made request for a preimage. + * + * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`. + */ + unrequestPreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; proxy: { /** * Register a proxy account for the sender that is able to make calls on its behalf. @@ -3609,12 +3682,6 @@ declare module "@polkadot/api-base/types/submittable" { * - `proxy_type`: The permissions allowed for this proxy account. * - `delay`: The announcement period required of the initial proxy. Will * generally be zero. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ addProxy: AugmentedSubmittable< ( @@ -3653,15 +3720,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ announce: AugmentedSubmittable< ( @@ -3690,16 +3748,8 @@ declare module "@polkadot/api-base/types/submittable" { * transaction, from the same sender, with the same parameters. * * Fails if there are insufficient funds to pay for deposit. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # - * - * TODO: Might be over counting 1 read */ - anonymous: AugmentedSubmittable< + createPure: AugmentedSubmittable< ( proxyType: | MoonbeamRuntimeProxyType @@ -3719,30 +3769,24 @@ declare module "@polkadot/api-base/types/submittable" { [MoonbeamRuntimeProxyType, u32, u16] >; /** - * Removes a previously spawned anonymous proxy. + * Removes a previously spawned pure proxy. * * WARNING: **All access to this account will be lost.** Any funds held in * it will be inaccessible. * * Requires a `Signed` origin, and the sender account must have been - * created by a call to `anonymous` with corresponding parameters. + * created by a call to `pure` with corresponding parameters. * - * - `spawner`: The account that originally called `anonymous` to create this account. - * - `index`: The disambiguation index originally passed to `anonymous`. Probably `0`. - * - `proxy_type`: The proxy type originally passed to `anonymous`. - * - `height`: The height of the chain when the call to `anonymous` was processed. - * - `ext_index`: The extrinsic index in which the call to `anonymous` was processed. + * - `spawner`: The account that originally called `pure` to create this account. + * - `index`: The disambiguation index originally passed to `pure`. Probably `0`. + * - `proxy_type`: The proxy type originally passed to `pure`. + * - `height`: The height of the chain when the call to `pure` was processed. + * - `ext_index`: The extrinsic index in which the call to `pure` was processed. * * Fails with `NoPermission` in case the caller is not a previously - * created anonymous account whose `anonymous` call has corresponding parameters. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # + * created pure account whose `pure` call has corresponding parameters. */ - killAnonymous: AugmentedSubmittable< + killPure: AugmentedSubmittable< ( spawner: AccountId20 | string | Uint8Array, proxyType: @@ -3777,17 +3821,24 @@ declare module "@polkadot/api-base/types/submittable" { * - `force_proxy_type`: Specify the exact proxy type to be used and checked * for this call. * - `call`: The call to be made by the `real` account. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ proxy: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, - forceProxyType: Option | null | object | string | Uint8Array, + forceProxyType: + | Option + | null + | Uint8Array + | MoonbeamRuntimeProxyType + | "Any" + | "NonTransfer" + | "Governance" + | "Staking" + | "CancelProxy" + | "Balances" + | "AuthorMapping" + | "IdentityJudgement" + | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, [AccountId20, Option, Call] @@ -3806,21 +3857,25 @@ declare module "@polkadot/api-base/types/submittable" { * - `force_proxy_type`: Specify the exact proxy type to be used and checked * for this call. * - `call`: The call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ proxyAnnounced: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, - forceProxyType: Option | null | object | string | Uint8Array, + forceProxyType: + | Option + | null + | Uint8Array + | MoonbeamRuntimeProxyType + | "Any" + | "NonTransfer" + | "Governance" + | "Staking" + | "CancelProxy" + | "Balances" + | "AuthorMapping" + | "IdentityJudgement" + | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, [AccountId20, AccountId20, Option, Call] @@ -3838,15 +3893,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ rejectAnnouncement: AugmentedSubmittable< ( @@ -3867,15 +3913,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ removeAnnouncement: AugmentedSubmittable< ( @@ -3889,15 +3926,9 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_. * - * WARNING: This may be called on accounts created by `anonymous`, however - * if done, then the unreserved fees will be inaccessible. **All access to + * WARNING: This may be called on accounts created by `pure`, however if + * done, then the unreserved fees will be inaccessible. **All access to * this account will be lost.** - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -3909,12 +3940,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ removeProxy: AugmentedSubmittable< ( @@ -3942,7 +3967,7 @@ declare module "@polkadot/api-base/types/submittable" { }; randomness: { /** - * Populates the `RandomnessResults` that are due this block with the raw values + * Populates `RandomnessResults` due this epoch with BABE epoch randomness */ setBabeRandomnessResults: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -3965,8 +3990,8 @@ declare module "@polkadot/api-base/types/submittable" { * Cancel a named scheduled task. */ cancelNamed: AugmentedSubmittable< - (id: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] + (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, + [U8aFixed] >; /** * Anonymously schedule a task. @@ -3974,16 +3999,16 @@ declare module "@polkadot/api-base/types/submittable" { schedule: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [u32, Option>, u8, Call] >; /** * Anonymously schedule a task after a delay. @@ -3997,34 +4022,34 @@ declare module "@polkadot/api-base/types/submittable" { scheduleAfter: AugmentedSubmittable< ( after: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [u32, Option>, u8, Call] >; /** * Schedule a named task. */ scheduleNamed: AugmentedSubmittable< ( - id: Bytes | string | Uint8Array, + id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [Bytes, u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [U8aFixed, u32, Option>, u8, Call] >; /** * Schedule a named task after a delay. @@ -4037,18 +4062,18 @@ declare module "@polkadot/api-base/types/submittable" { */ scheduleNamedAfter: AugmentedSubmittable< ( - id: Bytes | string | Uint8Array, + id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [Bytes, u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [U8aFixed, u32, Option>, u8, Call] >; /** * Generic tx @@ -4205,6 +4230,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -4340,7 +4420,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -4557,6 +4637,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -4692,7 +4827,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -4940,7 +5075,7 @@ declare module "@polkadot/api-base/types/submittable" { location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, transactExtraWeight: u64 | AnyNumber | Uint8Array, maxWeight: u64 | AnyNumber | Uint8Array, - transactExtraWeightSigned: Option | null | object | string | Uint8Array + transactExtraWeightSigned: Option | null | Uint8Array | u64 | AnyNumber ) => SubmittableExtrinsic, [XcmVersionedMultiLocation, u64, u64, Option] >; @@ -5054,8 +5189,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer native currencies. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * It's a no-op if any error on local XCM execution or message sending. @@ -5074,15 +5209,20 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, XcmVersionedMultiLocation, u64] + [MoonbeamRuntimeXcmConfigCurrencyId, u128, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer `MultiAsset`. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * It's a no-op if any error on local XCM execution or message sending. @@ -5094,15 +5234,20 @@ declare module "@polkadot/api-base/types/submittable" { ( asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64] + [XcmVersionedMultiAsset, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer several `MultiAsset` specifying the item to be used as fee * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee_item` is index of the MultiAssets that we want to use for payment @@ -5117,15 +5262,20 @@ declare module "@polkadot/api-base/types/submittable" { assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, u64] + [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer `MultiAsset` specifying the fee and amount as separate. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee` is the multiasset to be spent to pay for execution in destination @@ -5145,15 +5295,25 @@ declare module "@polkadot/api-base/types/submittable" { asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64] + [ + XcmVersionedMultiAsset, + XcmVersionedMultiAsset, + XcmVersionedMultiLocation, + XcmV2WeightLimit + ] >; /** * Transfer several currencies specifying the item to be used as fee * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee_item` is index of the currencies tuple that we want to use for payment @@ -5180,20 +5340,25 @@ declare module "@polkadot/api-base/types/submittable" { ][], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, [ Vec>, u32, XcmVersionedMultiLocation, - u64 + XcmV2WeightLimit ] >; /** * Transfer native currencies specifying the fee and amount as separate. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee` is the amount to be spent to pay for execution in destination @@ -5219,9 +5384,20 @@ declare module "@polkadot/api-base/types/submittable" { amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedMultiLocation, u64] + [ + MoonbeamRuntimeXcmConfigCurrencyId, + u128, + u128, + XcmVersionedMultiLocation, + XcmV2WeightLimit + ] >; /** * Generic tx diff --git a/typescript-api/src/moonbeam/interfaces/augment-api.ts b/typescript-api/src/moonbeam/interfaces/augment-api.ts index c6d20e4e43..2791bc4416 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api.ts @@ -7,3 +7,4 @@ import "./augment-api-events"; import "./augment-api-query"; import "./augment-api-tx"; import "./augment-api-rpc"; +import "./augment-api-runtime"; diff --git a/typescript-api/src/moonbeam/interfaces/augment-types.ts b/typescript-api/src/moonbeam/interfaces/augment-types.ts index 4f94b06ada..a76f2204b6 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-types.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-types.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/types/registry"; + import type { Data, StorageKey } from "@polkadot/types"; import type { BitVec, @@ -68,12 +72,16 @@ import type { BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, + BabeGenesisConfiguration, + BabeGenesisConfigurationV1, BabeWeight, + Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, + OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, @@ -100,6 +108,7 @@ import type { WithdrawReasons, } from "@polkadot/types/interfaces/balances"; import type { + BeefyAuthoritySet, BeefyCommitment, BeefyId, BeefyNextAuthoritySet, @@ -107,8 +116,22 @@ import type { BeefyPayloadId, BeefySignedCommitment, MmrRootHash, + ValidatorSet, ValidatorSetId, } from "@polkadot/types/interfaces/beefy"; +import type { + BenchmarkBatch, + BenchmarkConfig, + BenchmarkList, + BenchmarkMetadata, + BenchmarkParameter, + BenchmarkResult, +} from "@polkadot/types/interfaces/benchmark"; +import type { + CheckInherentsResult, + InherentData, + InherentIdentifier, +} from "@polkadot/types/interfaces/blockbuilder"; import type { BridgeMessageId, BridgedBlockHash, @@ -164,10 +187,12 @@ import type { ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, + ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, + ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, @@ -205,6 +230,7 @@ import type { ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, + ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, @@ -236,6 +262,7 @@ import type { ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, + ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, @@ -252,6 +279,8 @@ import type { TrieIndex, } from "@polkadot/types/interfaces/crowdloan"; import type { + CollationInfo, + CollationInfoV1, ConfigData, MessageId, OverweightIndex, @@ -316,6 +345,8 @@ import type { EthHeader, EthLog, EthReceipt, + EthReceiptV0, + EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, @@ -342,6 +373,8 @@ import type { } from "@polkadot/types/interfaces/eth"; import type { EvmAccount, + EvmCallInfo, + EvmCreateInfo, EvmLog, EvmVicinity, ExitError, @@ -492,6 +525,7 @@ import type { ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, + OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, @@ -542,7 +576,17 @@ import type { StorageMetadataV13, StorageMetadataV9, } from "@polkadot/types/interfaces/metadata"; -import type { MmrLeafBatchProof, MmrLeafProof } from "@polkadot/types/interfaces/mmr"; +import type { + MmrBatchProof, + MmrEncodableOpaqueLeaf, + MmrError, + MmrLeafBatchProof, + MmrLeafIndex, + MmrLeafProof, + MmrNodeIndex, + MmrProof, +} from "@polkadot/types/interfaces/mmr"; +import type { NpApiError } from "@polkadot/types/interfaces/nompools"; import type { StorageKind } from "@polkadot/types/interfaces/offchain"; import type { DeferredOffenceOf, @@ -569,6 +613,7 @@ import type { BufferedSessionChange, CandidateCommitments, CandidateDescriptor, + CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, @@ -579,6 +624,7 @@ import type { CoreAssignment, CoreIndex, CoreOccupied, + CoreState, DisputeLocation, DisputeResult, DisputeState, @@ -590,6 +636,7 @@ import type { GlobalValidationData, GlobalValidationSchedule, GroupIndex, + GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, @@ -611,6 +658,9 @@ import type { MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, + OccupiedCore, + OccupiedCoreAssumption, + OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, @@ -627,6 +677,7 @@ import type { ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, + PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, @@ -636,7 +687,9 @@ import type { Remark, ReplacementTimes, Retriable, + ScheduledCore, Scheduling, + ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, @@ -673,6 +726,8 @@ import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, + RuntimeDispatchInfoV1, + RuntimeDispatchInfoV2, } from "@polkadot/types/interfaces/payment"; import type { Approvals } from "@polkadot/types/interfaces/poll"; import type { @@ -687,6 +742,7 @@ import type { AccountId, AccountId20, AccountId32, + AccountId33, AccountIdOf, AccountIndex, Address, @@ -764,16 +820,22 @@ import type { SignedBlockWithJustification, SignedBlockWithJustifications, Slot, + SlotDuration, StorageData, + StorageInfo, StorageProof, TransactionInfo, + TransactionLongevity, TransactionPriority, TransactionStorageProof, + TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, + WeightV1, + WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { Si0Field, @@ -946,6 +1008,8 @@ import type { RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, + RuntimeVersionPre3, + RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, @@ -960,6 +1024,7 @@ import type { AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, + ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, @@ -970,13 +1035,17 @@ import type { DispatchClass, DispatchError, DispatchErrorModule, + DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, + DispatchErrorPre6, + DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, + DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, @@ -1027,6 +1096,11 @@ import type { TreasuryProposal, } from "@polkadot/types/interfaces/treasury"; import type { Multiplier } from "@polkadot/types/interfaces/txpayment"; +import type { + TransactionSource, + TransactionValidity, + ValidTransaction, +} from "@polkadot/types/interfaces/txqueue"; import type { ClassDetails, ClassId, @@ -1125,7 +1199,7 @@ import type { } from "@polkadot/types/interfaces/xcm"; declare module "@polkadot/types/types/registry" { - export interface InterfaceTypes { + interface InterfaceTypes { AbridgedCandidateReceipt: AbridgedCandidateReceipt; AbridgedHostConfiguration: AbridgedHostConfiguration; AbridgedHrmpChannel: AbridgedHrmpChannel; @@ -1133,6 +1207,7 @@ declare module "@polkadot/types/types/registry" { AccountId: AccountId; AccountId20: AccountId20; AccountId32: AccountId32; + AccountId33: AccountId33; AccountIdOf: AccountIdOf; AccountIndex: AccountIndex; AccountInfo: AccountInfo; @@ -1157,6 +1232,7 @@ declare module "@polkadot/types/types/registry" { AnySignature: AnySignature; ApiId: ApiId; ApplyExtrinsicResult: ApplyExtrinsicResult; + ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6; ApprovalFlag: ApprovalFlag; Approvals: Approvals; ArithmeticError: ArithmeticError; @@ -1192,6 +1268,8 @@ declare module "@polkadot/types/types/registry" { BabeBlockWeight: BabeBlockWeight; BabeEpochConfiguration: BabeEpochConfiguration; BabeEquivocationProof: BabeEquivocationProof; + BabeGenesisConfiguration: BabeGenesisConfiguration; + BabeGenesisConfigurationV1: BabeGenesisConfigurationV1; BabeWeight: BabeWeight; BackedCandidate: BackedCandidate; Balance: Balance; @@ -1199,6 +1277,7 @@ declare module "@polkadot/types/types/registry" { BalanceLockTo212: BalanceLockTo212; BalanceOf: BalanceOf; BalanceStatus: BalanceStatus; + BeefyAuthoritySet: BeefyAuthoritySet; BeefyCommitment: BeefyCommitment; BeefyId: BeefyId; BeefyKey: BeefyKey; @@ -1206,6 +1285,12 @@ declare module "@polkadot/types/types/registry" { BeefyPayload: BeefyPayload; BeefyPayloadId: BeefyPayloadId; BeefySignedCommitment: BeefySignedCommitment; + BenchmarkBatch: BenchmarkBatch; + BenchmarkConfig: BenchmarkConfig; + BenchmarkList: BenchmarkList; + BenchmarkMetadata: BenchmarkMetadata; + BenchmarkParameter: BenchmarkParameter; + BenchmarkResult: BenchmarkResult; Bid: Bid; Bidder: Bidder; BidKind: BidKind; @@ -1249,6 +1334,7 @@ declare module "@polkadot/types/types/registry" { CallOrigin: CallOrigin; CandidateCommitments: CandidateCommitments; CandidateDescriptor: CandidateDescriptor; + CandidateEvent: CandidateEvent; CandidateHash: CandidateHash; CandidateInfo: CandidateInfo; CandidatePendingAvailability: CandidatePendingAvailability; @@ -1258,6 +1344,7 @@ declare module "@polkadot/types/types/registry" { ChainType: ChainType; ChangesTrieConfiguration: ChangesTrieConfiguration; ChangesTrieSignal: ChangesTrieSignal; + CheckInherentsResult: CheckInherentsResult; ClassDetails: ClassDetails; ClassId: ClassId; ClassMetadata: ClassMetadata; @@ -1267,6 +1354,8 @@ declare module "@polkadot/types/types/registry" { CodeUploadRequest: CodeUploadRequest; CodeUploadResult: CodeUploadResult; CodeUploadResultValue: CodeUploadResultValue; + CollationInfo: CollationInfo; + CollationInfoV1: CollationInfoV1; CollatorId: CollatorId; CollatorSignature: CollatorSignature; CollectiveOrigin: CollectiveOrigin; @@ -1293,6 +1382,7 @@ declare module "@polkadot/types/types/registry" { ContractContractSpecV1: ContractContractSpecV1; ContractContractSpecV2: ContractContractSpecV2; ContractContractSpecV3: ContractContractSpecV3; + ContractContractSpecV4: ContractContractSpecV4; ContractCryptoHasher: ContractCryptoHasher; ContractDiscriminant: ContractDiscriminant; ContractDisplayName: ContractDisplayName; @@ -1311,10 +1401,12 @@ declare module "@polkadot/types/types/registry" { ContractExecResultTo255: ContractExecResultTo255; ContractExecResultTo260: ContractExecResultTo260; ContractExecResultTo267: ContractExecResultTo267; + ContractExecResultU64: ContractExecResultU64; ContractInfo: ContractInfo; ContractInstantiateResult: ContractInstantiateResult; ContractInstantiateResultTo267: ContractInstantiateResultTo267; ContractInstantiateResultTo299: ContractInstantiateResultTo299; + ContractInstantiateResultU64: ContractInstantiateResultU64; ContractLayoutArray: ContractLayoutArray; ContractLayoutCell: ContractLayoutCell; ContractLayoutEnum: ContractLayoutEnum; @@ -1336,6 +1428,7 @@ declare module "@polkadot/types/types/registry" { ContractMetadataV1: ContractMetadataV1; ContractMetadataV2: ContractMetadataV2; ContractMetadataV3: ContractMetadataV3; + ContractMetadataV4: ContractMetadataV4; ContractProject: ContractProject; ContractProjectContract: ContractProjectContract; ContractProjectInfo: ContractProjectInfo; @@ -1350,6 +1443,7 @@ declare module "@polkadot/types/types/registry" { CoreAssignment: CoreAssignment; CoreIndex: CoreIndex; CoreOccupied: CoreOccupied; + CoreState: CoreState; CrateVersion: CrateVersion; CreatedBlock: CreatedBlock; Data: Data; @@ -1369,14 +1463,18 @@ declare module "@polkadot/types/types/registry" { DispatchClass: DispatchClass; DispatchError: DispatchError; DispatchErrorModule: DispatchErrorModule; + DispatchErrorModulePre6: DispatchErrorModulePre6; DispatchErrorModuleU8: DispatchErrorModuleU8; DispatchErrorModuleU8a: DispatchErrorModuleU8a; + DispatchErrorPre6: DispatchErrorPre6; + DispatchErrorPre6First: DispatchErrorPre6First; DispatchErrorTo198: DispatchErrorTo198; DispatchFeePayment: DispatchFeePayment; DispatchInfo: DispatchInfo; DispatchInfoTo190: DispatchInfoTo190; DispatchInfoTo244: DispatchInfoTo244; DispatchOutcome: DispatchOutcome; + DispatchOutcomePre6: DispatchOutcomePre6; DispatchResult: DispatchResult; DispatchResultOf: DispatchResultOf; DispatchResultTo198: DispatchResultTo198; @@ -1400,6 +1498,7 @@ declare module "@polkadot/types/types/registry" { ElectionStatus: ElectionStatus; EncodedFinalityProofs: EncodedFinalityProofs; EncodedJustification: EncodedJustification; + Epoch: Epoch; EpochAuthorship: EpochAuthorship; Era: Era; EraIndex: EraIndex; @@ -1434,6 +1533,8 @@ declare module "@polkadot/types/types/registry" { EthHeader: EthHeader; EthLog: EthLog; EthReceipt: EthReceipt; + EthReceiptV0: EthReceiptV0; + EthReceiptV3: EthReceiptV3; EthRichBlock: EthRichBlock; EthRichHeader: EthRichHeader; EthStorageProof: EthStorageProof; @@ -1461,6 +1562,8 @@ declare module "@polkadot/types/types/registry" { EventMetadataV9: EventMetadataV9; EventRecord: EventRecord; EvmAccount: EvmAccount; + EvmCallInfo: EvmCallInfo; + EvmCreateInfo: EvmCreateInfo; EvmLog: EvmLog; EvmVicinity: EvmVicinity; ExecReturnValue: ExecReturnValue; @@ -1537,6 +1640,7 @@ declare module "@polkadot/types/types/registry" { GrandpaPrevote: GrandpaPrevote; GrandpaSignedPrecommit: GrandpaSignedPrecommit; GroupIndex: GroupIndex; + GroupRotationInfo: GroupRotationInfo; H1024: H1024; H128: H128; H160: H160; @@ -1593,6 +1697,8 @@ declare module "@polkadot/types/types/registry" { Index: Index; IndicesLookupSource: IndicesLookupSource; IndividualExposure: IndividualExposure; + InherentData: InherentData; + InherentIdentifier: InherentIdentifier; InitializationData: InitializationData; InstanceDetails: InstanceDetails; InstanceId: InstanceId; @@ -1663,8 +1769,14 @@ declare module "@polkadot/types/types/registry" { MetadataV14: MetadataV14; MetadataV9: MetadataV9; MigrationStatusResult: MigrationStatusResult; + MmrBatchProof: MmrBatchProof; + MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf; + MmrError: MmrError; MmrLeafBatchProof: MmrLeafBatchProof; + MmrLeafIndex: MmrLeafIndex; MmrLeafProof: MmrLeafProof; + MmrNodeIndex: MmrNodeIndex; + MmrProof: MmrProof; MmrRootHash: MmrRootHash; ModuleConstantMetadataV10: ModuleConstantMetadataV10; ModuleConstantMetadataV11: ModuleConstantMetadataV11; @@ -1714,12 +1826,18 @@ declare module "@polkadot/types/types/registry" { NominatorIndex: NominatorIndex; NominatorIndexCompact: NominatorIndexCompact; NotConnectedPeer: NotConnectedPeer; + NpApiError: NpApiError; Null: Null; + OccupiedCore: OccupiedCore; + OccupiedCoreAssumption: OccupiedCoreAssumption; OffchainAccuracy: OffchainAccuracy; OffchainAccuracyCompact: OffchainAccuracyCompact; OffenceDetails: OffenceDetails; Offender: Offender; + OldV1SessionInfo: OldV1SessionInfo; OpaqueCall: OpaqueCall; + OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof; + OpaqueMetadata: OpaqueMetadata; OpaqueMultiaddr: OpaqueMultiaddr; OpaqueNetworkState: OpaqueNetworkState; OpaquePeerId: OpaquePeerId; @@ -1820,6 +1938,7 @@ declare module "@polkadot/types/types/registry" { ProxyDefinition: ProxyDefinition; ProxyState: ProxyState; ProxyType: ProxyType; + PvfCheckStatement: PvfCheckStatement; QueryId: QueryId; QueryStatus: QueryStatus; QueueConfigData: QueueConfigData; @@ -1887,11 +2006,16 @@ declare module "@polkadot/types/types/registry" { RpcMethods: RpcMethods; RuntimeDbWeight: RuntimeDbWeight; RuntimeDispatchInfo: RuntimeDispatchInfo; + RuntimeDispatchInfoV1: RuntimeDispatchInfoV1; + RuntimeDispatchInfoV2: RuntimeDispatchInfoV2; RuntimeVersion: RuntimeVersion; RuntimeVersionApi: RuntimeVersionApi; RuntimeVersionPartial: RuntimeVersionPartial; + RuntimeVersionPre3: RuntimeVersionPre3; + RuntimeVersionPre4: RuntimeVersionPre4; Schedule: Schedule; Scheduled: Scheduled; + ScheduledCore: ScheduledCore; ScheduledTo254: ScheduledTo254; SchedulePeriod: SchedulePeriod; SchedulePriority: SchedulePriority; @@ -1899,6 +2023,7 @@ declare module "@polkadot/types/types/registry" { ScheduleTo258: ScheduleTo258; ScheduleTo264: ScheduleTo264; Scheduling: Scheduling; + ScrapedOnChainVotes: ScrapedOnChainVotes; Seal: Seal; SealV0: SealV0; SeatHolder: SeatHolder; @@ -1987,6 +2112,7 @@ declare module "@polkadot/types/types/registry" { SlashingSpansTo204: SlashingSpansTo204; SlashJournalEntry: SlashJournalEntry; Slot: Slot; + SlotDuration: SlotDuration; SlotNumber: SlotNumber; SlotRange: SlotRange; SlotRange10: SlotRange10; @@ -2035,6 +2161,7 @@ declare module "@polkadot/types/types/registry" { StorageHasherV13: StorageHasherV13; StorageHasherV14: StorageHasherV14; StorageHasherV9: StorageHasherV9; + StorageInfo: StorageInfo; StorageKey: StorageKey; StorageKind: StorageKind; StorageMetadataV10: StorageMetadataV10; @@ -2064,11 +2191,15 @@ declare module "@polkadot/types/types/registry" { TraceError: TraceError; TransactionalError: TransactionalError; TransactionInfo: TransactionInfo; + TransactionLongevity: TransactionLongevity; TransactionPriority: TransactionPriority; + TransactionSource: TransactionSource; TransactionStorageProof: TransactionStorageProof; + TransactionTag: TransactionTag; TransactionV0: TransactionV0; TransactionV1: TransactionV1; TransactionV2: TransactionV2; + TransactionValidity: TransactionValidity; TransactionValidityError: TransactionValidityError; TransientValidationData: TransientValidationData; TreasuryProposal: TreasuryProposal; @@ -2115,10 +2246,12 @@ declare module "@polkadot/types/types/registry" { ValidatorPrefsTo196: ValidatorPrefsTo196; ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked; ValidatorPrefsWithCommission: ValidatorPrefsWithCommission; + ValidatorSet: ValidatorSet; ValidatorSetId: ValidatorSetId; ValidatorSignature: ValidatorSignature; ValidDisputeStatementKind: ValidDisputeStatementKind; ValidityAttestation: ValidityAttestation; + ValidTransaction: ValidTransaction; VecInboundHrmpMessage: VecInboundHrmpMessage; VersionedMultiAsset: VersionedMultiAsset; VersionedMultiAssets: VersionedMultiAssets; @@ -2149,6 +2282,8 @@ declare module "@polkadot/types/types/registry" { WeightMultiplier: WeightMultiplier; WeightPerClass: WeightPerClass; WeightToFeeCoefficient: WeightToFeeCoefficient; + WeightV1: WeightV1; + WeightV2: WeightV2; WildFungibility: WildFungibility; WildFungibilityV0: WildFungibilityV0; WildFungibilityV1: WildFungibilityV1; diff --git a/typescript-api/src/moonbeam/interfaces/lookup.ts b/typescript-api/src/moonbeam/interfaces/lookup.ts index c34d26091e..53e6a771d2 100644 --- a/typescript-api/src/moonbeam/interfaces/lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/lookup.ts @@ -24,21 +24,28 @@ export default { feeFrozen: "u128", }, /** - * Lookup7: frame_support::weights::PerDispatchClass + * Lookup7: frame_support::dispatch::PerDispatchClass */ - FrameSupportWeightsPerDispatchClassU64: { - normal: "u64", - operational: "u64", - mandatory: "u64", + FrameSupportDispatchPerDispatchClassWeight: { + normal: "SpWeightsWeightV2Weight", + operational: "SpWeightsWeightV2Weight", + mandatory: "SpWeightsWeightV2Weight", }, /** - * Lookup12: sp_runtime::generic::digest::Digest + * Lookup8: sp_weights::weight_v2::Weight + */ + SpWeightsWeightV2Weight: { + refTime: "Compact", + proofSize: "Compact", + }, + /** + * Lookup14: sp_runtime::generic::digest::Digest */ SpRuntimeDigest: { logs: "Vec", }, /** - * Lookup14: sp_runtime::generic::digest::DigestItem + * Lookup16: sp_runtime::generic::digest::DigestItem */ SpRuntimeDigestDigestItem: { _enum: { @@ -54,7 +61,8 @@ export default { }, }, /** - * Lookup17: frame_system::EventRecord + * Lookup19: frame_system::EventRecord */ FrameSystemEventRecord: { phase: "FrameSystemPhase", @@ -62,16 +70,16 @@ export default { topics: "Vec", }, /** - * Lookup19: frame_system::pallet::Event + * Lookup21: frame_system::pallet::Event */ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { - dispatchInfo: "FrameSupportWeightsDispatchInfo", + dispatchInfo: "FrameSupportDispatchDispatchInfo", }, ExtrinsicFailed: { dispatchError: "SpRuntimeDispatchError", - dispatchInfo: "FrameSupportWeightsDispatchInfo", + dispatchInfo: "FrameSupportDispatchDispatchInfo", }, CodeUpdated: "Null", NewAccount: { @@ -90,27 +98,27 @@ export default { }, }, /** - * Lookup20: frame_support::weights::DispatchInfo + * Lookup22: frame_support::dispatch::DispatchInfo */ - FrameSupportWeightsDispatchInfo: { - weight: "u64", - class: "FrameSupportWeightsDispatchClass", - paysFee: "FrameSupportWeightsPays", + FrameSupportDispatchDispatchInfo: { + weight: "SpWeightsWeightV2Weight", + class: "FrameSupportDispatchDispatchClass", + paysFee: "FrameSupportDispatchPays", }, /** - * Lookup21: frame_support::weights::DispatchClass + * Lookup23: frame_support::dispatch::DispatchClass */ - FrameSupportWeightsDispatchClass: { + FrameSupportDispatchDispatchClass: { _enum: ["Normal", "Operational", "Mandatory"], }, /** - * Lookup22: frame_support::weights::Pays + * Lookup24: frame_support::dispatch::Pays */ - FrameSupportWeightsPays: { + FrameSupportDispatchPays: { _enum: ["Yes", "No"], }, /** - * Lookup23: sp_runtime::DispatchError + * Lookup25: sp_runtime::DispatchError */ SpRuntimeDispatchError: { _enum: { @@ -124,17 +132,20 @@ export default { Token: "SpRuntimeTokenError", Arithmetic: "SpRuntimeArithmeticError", Transactional: "SpRuntimeTransactionalError", + Exhausted: "Null", + Corruption: "Null", + Unavailable: "Null", }, }, /** - * Lookup24: sp_runtime::ModuleError + * Lookup26: sp_runtime::ModuleError */ SpRuntimeModuleError: { index: "u8", error: "[u8;4]", }, /** - * Lookup25: sp_runtime::TokenError + * Lookup27: sp_runtime::TokenError */ SpRuntimeTokenError: { _enum: [ @@ -148,19 +159,19 @@ export default { ], }, /** - * Lookup26: sp_runtime::ArithmeticError + * Lookup28: sp_runtime::ArithmeticError */ SpRuntimeArithmeticError: { _enum: ["Underflow", "Overflow", "DivisionByZero"], }, /** - * Lookup27: sp_runtime::TransactionalError + * Lookup29: sp_runtime::TransactionalError */ SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"], }, /** - * Lookup28: cumulus_pallet_parachain_system::pallet::Event + * Lookup30: cumulus_pallet_parachain_system::pallet::Event */ CumulusPalletParachainSystemEvent: { _enum: { @@ -176,13 +187,13 @@ export default { count: "u32", }, DownwardMessagesProcessed: { - weightUsed: "u64", + weightUsed: "SpWeightsWeightV2Weight", dmqHead: "H256", }, }, }, /** - * Lookup29: pallet_balances::pallet::Event + * Lookup31: pallet_balances::pallet::Event */ PalletBalancesEvent: { _enum: { @@ -233,13 +244,13 @@ export default { }, }, /** - * Lookup30: frame_support::traits::tokens::misc::BalanceStatus + * Lookup32: frame_support::traits::tokens::misc::BalanceStatus */ FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"], }, /** - * Lookup31: pallet_transaction_payment::pallet::Event + * Lookup33: pallet_transaction_payment::pallet::Event */ PalletTransactionPaymentEvent: { _enum: { @@ -251,7 +262,7 @@ export default { }, }, /** - * Lookup32: pallet_parachain_staking::pallet::Event + * Lookup34: pallet_parachain_staking::pallet::Event */ PalletParachainStakingEvent: { _enum: { @@ -366,6 +377,7 @@ export default { lockedAmount: "u128", candidate: "AccountId20", delegatorPosition: "PalletParachainStakingDelegatorAdded", + autoCompound: "Percent", }, DelegatorLeftCandidate: { delegator: "AccountId20", @@ -434,10 +446,20 @@ export default { newPerRoundInflationIdeal: "Perbill", newPerRoundInflationMax: "Perbill", }, + AutoCompoundSet: { + candidate: "AccountId20", + delegator: "AccountId20", + value: "Percent", + }, + Compounded: { + candidate: "AccountId20", + delegator: "AccountId20", + amount: "u128", + }, }, }, /** - * Lookup34: + * Lookup36: * pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { @@ -445,7 +467,7 @@ export default { action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup35: pallet_parachain_staking::delegation_requests::DelegationAction + * Lookup37: pallet_parachain_staking::delegation_requests::DelegationAction */ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { @@ -454,7 +476,7 @@ export default { }, }, /** - * Lookup36: pallet_parachain_staking::types::DelegatorAdded + * Lookup38: pallet_parachain_staking::types::DelegatorAdded */ PalletParachainStakingDelegatorAdded: { _enum: { @@ -465,7 +487,7 @@ export default { }, }, /** - * Lookup39: pallet_author_slot_filter::pallet::Event + * Lookup41: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { @@ -473,7 +495,7 @@ export default { }, }, /** - * Lookup41: pallet_author_mapping::pallet::Event + * Lookup43: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { @@ -501,19 +523,19 @@ export default { }, }, /** - * Lookup42: nimbus_primitives::nimbus_crypto::Public + * Lookup44: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "SpCoreSr25519Public", /** - * Lookup43: sp_core::sr25519::Public + * Lookup45: sp_core::sr25519::Public */ SpCoreSr25519Public: "[u8;32]", /** - * Lookup44: session_keys_primitives::vrf::vrf_crypto::Public + * Lookup46: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "SpCoreSr25519Public", /** - * Lookup45: pallet_moonbeam_orbiters::pallet::Event + * Lookup47: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { @@ -544,7 +566,7 @@ export default { }, }, /** - * Lookup47: pallet_utility::pallet::Event + * Lookup49: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { @@ -564,15 +586,15 @@ export default { }, }, /** - * Lookup50: pallet_proxy::pallet::Event + * Lookup52: pallet_proxy::pallet::Event */ PalletProxyEvent: { _enum: { ProxyExecuted: { result: "Result", }, - AnonymousCreated: { - anonymous: "AccountId20", + PureCreated: { + pure: "AccountId20", who: "AccountId20", proxyType: "MoonbeamRuntimeProxyType", disambiguationIndex: "u16", @@ -597,7 +619,7 @@ export default { }, }, /** - * Lookup51: moonbeam_runtime::ProxyType + * Lookup53: moonbeam_runtime::ProxyType */ MoonbeamRuntimeProxyType: { _enum: [ @@ -612,7 +634,7 @@ export default { ], }, /** - * Lookup53: pallet_maintenance_mode::pallet::Event + * Lookup55: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { @@ -627,7 +649,7 @@ export default { }, }, /** - * Lookup54: pallet_identity::pallet::Event + * Lookup56: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { @@ -675,25 +697,25 @@ export default { }, }, /** - * Lookup55: pallet_migrations::pallet::Event + * Lookup57: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", RuntimeUpgradeCompleted: { - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, MigrationStarted: { migrationName: "Bytes", }, MigrationCompleted: { migrationName: "Bytes", - consumedWeight: "u64", + consumedWeight: "SpWeightsWeightV2Weight", }, }, }, /** - * Lookup56: pallet_evm::pallet::Event + * Lookup58: pallet_evm::pallet::Event */ PalletEvmEvent: { _enum: { @@ -715,7 +737,7 @@ export default { }, }, /** - * Lookup57: ethereum::log::Log + * Lookup59: ethereum::log::Log */ EthereumLog: { address: "H160", @@ -723,7 +745,7 @@ export default { data: "Bytes", }, /** - * Lookup60: pallet_ethereum::pallet::Event + * Lookup62: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { @@ -736,7 +758,7 @@ export default { }, }, /** - * Lookup61: evm_core::error::ExitReason + * Lookup63: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { @@ -747,13 +769,13 @@ export default { }, }, /** - * Lookup62: evm_core::error::ExitSucceed + * Lookup64: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, /** - * Lookup63: evm_core::error::ExitError + * Lookup65: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { @@ -776,13 +798,13 @@ export default { }, }, /** - * Lookup67: evm_core::error::ExitRevert + * Lookup69: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, /** - * Lookup68: evm_core::error::ExitFatal + * Lookup70: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { @@ -793,7 +815,7 @@ export default { }, }, /** - * Lookup69: pallet_base_fee::pallet::Event + * Lookup71: pallet_base_fee::pallet::Event */ PalletBaseFeeEvent: { _enum: { @@ -801,16 +823,13 @@ export default { fee: "U256", }, BaseFeeOverflow: "Null", - IsActive: { - isActive: "bool", - }, NewElasticity: { elasticity: "Permill", }, }, }, /** - * Lookup73: pallet_scheduler::pallet::Event + * Lookup75: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { @@ -824,24 +843,25 @@ export default { }, Dispatched: { task: "(u32,u32)", - id: "Option", + id: "Option<[u8;32]>", result: "Result", }, - CallLookupFailed: { + CallUnavailable: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PeriodicFailed: { task: "(u32,u32)", - id: "Option", - error: "FrameSupportScheduleLookupError", + id: "Option<[u8;32]>", + }, + PermanentlyOverweight: { + task: "(u32,u32)", + id: "Option<[u8;32]>", }, }, }, /** - * Lookup76: frame_support::traits::schedule::LookupError - */ - FrameSupportScheduleLookupError: { - _enum: ["Unknown", "BadFormat"], - }, - /** - * Lookup77: pallet_democracy::pallet::Event + * Lookup78: pallet_democracy::pallet::Event */ PalletDemocracyEvent: { _enum: { @@ -852,7 +872,6 @@ export default { Tabled: { proposalIndex: "u32", deposit: "u128", - depositors: "Vec", }, ExternalTabled: "Null", Started: { @@ -868,10 +887,6 @@ export default { Cancelled: { refIndex: "u32", }, - Executed: { - refIndex: "u32", - result: "Result", - }, Delegated: { who: "AccountId20", target: "AccountId20", @@ -884,30 +899,6 @@ export default { proposalHash: "H256", until: "u32", }, - PreimageNoted: { - proposalHash: "H256", - who: "AccountId20", - deposit: "u128", - }, - PreimageUsed: { - proposalHash: "H256", - provider: "AccountId20", - deposit: "u128", - }, - PreimageInvalid: { - proposalHash: "H256", - refIndex: "u32", - }, - PreimageMissing: { - proposalHash: "H256", - refIndex: "u32", - }, - PreimageReaped: { - proposalHash: "H256", - provider: "AccountId20", - deposit: "u128", - reaper: "AccountId20", - }, Blacklisted: { proposalHash: "H256", }, @@ -947,7 +938,32 @@ export default { }, }, /** - * Lookup82: pallet_collective::pallet::Event + * Lookup82: pallet_preimage::pallet::Event + */ + PalletPreimageEvent: { + _enum: { + Noted: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Requested: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Cleared: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + }, + }, + /** + * Lookup83: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { @@ -986,7 +1002,7 @@ export default { }, }, /** - * Lookup85: pallet_treasury::pallet::Event + * Lookup86: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { @@ -1022,7 +1038,7 @@ export default { }, }, /** - * Lookup86: pallet_crowdloan_rewards::pallet::Event + * Lookup87: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { @@ -1035,18 +1051,18 @@ export default { }, }, /** - * Lookup87: cumulus_pallet_xcmp_queue::pallet::Event + * Lookup88: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { Success: { messageHash: "Option", - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, Fail: { messageHash: "Option", error: "XcmV2TraitsError", - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, BadVersion: { messageHash: "Option", @@ -1064,16 +1080,16 @@ export default { sender: "u32", sentAt: "u32", index: "u64", - required: "u64", + required: "SpWeightsWeightV2Weight", }, OverweightServiced: { index: "u64", - used: "u64", + used: "SpWeightsWeightV2Weight", }, }, }, /** - * Lookup89: xcm::v2::traits::Error + * Lookup90: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { @@ -1106,7 +1122,7 @@ export default { }, }, /** - * Lookup91: cumulus_pallet_xcm::pallet::Event + * Lookup92: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { @@ -1116,7 +1132,7 @@ export default { }, }, /** - * Lookup93: xcm::v2::traits::Outcome + * Lookup94: xcm::v2::traits::Outcome */ XcmV2TraitsOutcome: { _enum: { @@ -1126,7 +1142,7 @@ export default { }, }, /** - * Lookup94: cumulus_pallet_dmp_queue::pallet::Event + * Lookup95: cumulus_pallet_dmp_queue::pallet::Event */ CumulusPalletDmpQueueEvent: { _enum: { @@ -1142,22 +1158,22 @@ export default { }, WeightExhausted: { messageId: "[u8;32]", - remainingWeight: "u64", - requiredWeight: "u64", + remainingWeight: "SpWeightsWeightV2Weight", + requiredWeight: "SpWeightsWeightV2Weight", }, OverweightEnqueued: { messageId: "[u8;32]", overweightIndex: "u64", - requiredWeight: "u64", + requiredWeight: "SpWeightsWeightV2Weight", }, OverweightServiced: { overweightIndex: "u64", - weightUsed: "u64", + weightUsed: "SpWeightsWeightV2Weight", }, }, }, /** - * Lookup95: pallet_xcm::pallet::Event + * Lookup96: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { @@ -1166,7 +1182,7 @@ export default { UnexpectedResponse: "(XcmV1MultiLocation,u64)", ResponseReady: "(u64,XcmV2Response)", Notified: "(u64,u8,u8)", - NotifyOverweight: "(u64,u8,u8,u64,u64)", + NotifyOverweight: "(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)", NotifyDispatchError: "(u64,u8,u8)", NotifyDecodeFailed: "(u64,u8,u8)", InvalidResponder: "(XcmV1MultiLocation,u64,Option)", @@ -1177,17 +1193,18 @@ export default { SupportedVersionChanged: "(XcmV1MultiLocation,u32)", NotifyTargetSendFail: "(XcmV1MultiLocation,u64,XcmV2TraitsError)", NotifyTargetMigrationFail: "(XcmVersionedMultiLocation,u64)", + AssetsClaimed: "(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)", }, }, /** - * Lookup96: xcm::v1::multilocation::MultiLocation + * Lookup97: xcm::v1::multilocation::MultiLocation */ XcmV1MultiLocation: { parents: "u8", interior: "XcmV1MultilocationJunctions", }, /** - * Lookup97: xcm::v1::multilocation::Junctions + * Lookup98: xcm::v1::multilocation::Junctions */ XcmV1MultilocationJunctions: { _enum: { @@ -1203,7 +1220,7 @@ export default { }, }, /** - * Lookup98: xcm::v1::junction::Junction + * Lookup99: xcm::v1::junction::Junction */ XcmV1Junction: { _enum: { @@ -1231,7 +1248,7 @@ export default { }, }, /** - * Lookup100: xcm::v0::junction::NetworkId + * Lookup101: xcm::v0::junction::NetworkId */ XcmV0JunctionNetworkId: { _enum: { @@ -1279,11 +1296,11 @@ export default { }, }, /** - * Lookup106: xcm::v2::Xcm + * Lookup106: xcm::v2::Xcm */ XcmV2Xcm: "Vec", /** - * Lookup108: xcm::v2::Instruction + * Lookup108: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { @@ -1894,15 +1911,15 @@ export default { * Lookup149: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { - baseBlock: "u64", - maxBlock: "u64", - perClass: "FrameSupportWeightsPerDispatchClassWeightsPerClass", + baseBlock: "SpWeightsWeightV2Weight", + maxBlock: "SpWeightsWeightV2Weight", + perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, /** * Lookup150: - * frame_support::weights::PerDispatchClass + * frame_support::dispatch::PerDispatchClass */ - FrameSupportWeightsPerDispatchClassWeightsPerClass: { + FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", @@ -1911,34 +1928,34 @@ export default { * Lookup151: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { - baseExtrinsic: "u64", - maxExtrinsic: "Option", - maxTotal: "Option", - reserved: "Option", + baseExtrinsic: "SpWeightsWeightV2Weight", + maxExtrinsic: "Option", + maxTotal: "Option", + reserved: "Option", }, /** - * Lookup152: frame_system::limits::BlockLength + * Lookup153: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { - max: "FrameSupportWeightsPerDispatchClassU32", + max: "FrameSupportDispatchPerDispatchClassU32", }, /** - * Lookup153: frame_support::weights::PerDispatchClass + * Lookup154: frame_support::dispatch::PerDispatchClass */ - FrameSupportWeightsPerDispatchClassU32: { + FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, /** - * Lookup154: frame_support::weights::RuntimeDbWeight + * Lookup155: sp_weights::RuntimeDbWeight */ - FrameSupportWeightsRuntimeDbWeight: { + SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, /** - * Lookup155: sp_version::RuntimeVersion + * Lookup156: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", @@ -1951,7 +1968,7 @@ export default { stateVersion: "u8", }, /** - * Lookup159: frame_system::pallet::Error + * Lookup160: frame_system::pallet::Error */ FrameSystemError: { _enum: [ @@ -1964,7 +1981,7 @@ export default { ], }, /** - * Lookup160: polkadot_primitives::v2::PersistedValidationData + * Lookup161: polkadot_primitives::v2::PersistedValidationData */ PolkadotPrimitivesV2PersistedValidationData: { parentHead: "Bytes", @@ -1973,19 +1990,19 @@ export default { maxPovSize: "u32", }, /** - * Lookup163: polkadot_primitives::v2::UpgradeRestriction + * Lookup164: polkadot_primitives::v2::UpgradeRestriction */ PolkadotPrimitivesV2UpgradeRestriction: { _enum: ["Present"], }, /** - * Lookup164: sp_trie::storage_proof::StorageProof + * Lookup165: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, /** - * Lookup166: + * Lookup167: * cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { @@ -1995,7 +2012,7 @@ export default { egressChannels: "Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>", }, /** - * Lookup169: polkadot_primitives::v2::AbridgedHrmpChannel + * Lookup170: polkadot_primitives::v2::AbridgedHrmpChannel */ PolkadotPrimitivesV2AbridgedHrmpChannel: { maxCapacity: "u32", @@ -2006,7 +2023,7 @@ export default { mqcHead: "Option", }, /** - * Lookup170: polkadot_primitives::v2::AbridgedHostConfiguration + * Lookup171: polkadot_primitives::v2::AbridgedHostConfiguration */ PolkadotPrimitivesV2AbridgedHostConfiguration: { maxCodeSize: "u32", @@ -2020,7 +2037,7 @@ export default { validationUpgradeDelay: "u32", }, /** - * Lookup176: + * Lookup177: * polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { @@ -2028,7 +2045,7 @@ export default { data: "Bytes", }, /** - * Lookup177: cumulus_pallet_parachain_system::pallet::Call + * Lookup178: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { @@ -2047,7 +2064,7 @@ export default { }, }, /** - * Lookup178: cumulus_primitives_parachain_inherent::ParachainInherentData + * Lookup179: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV2PersistedValidationData", @@ -2056,21 +2073,21 @@ export default { horizontalMessages: "BTreeMap>", }, /** - * Lookup180: polkadot_core_primitives::InboundDownwardMessage + * Lookup181: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, /** - * Lookup183: polkadot_core_primitives::InboundHrmpMessage + * Lookup184: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, /** - * Lookup186: cumulus_pallet_parachain_system::pallet::Error + * Lookup187: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ @@ -2085,7 +2102,7 @@ export default { ], }, /** - * Lookup188: pallet_timestamp::pallet::Call + * Lookup189: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { @@ -2095,7 +2112,7 @@ export default { }, }, /** - * Lookup190: pallet_balances::BalanceLock + * Lookup191: pallet_balances::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", @@ -2103,26 +2120,26 @@ export default { reasons: "PalletBalancesReasons", }, /** - * Lookup191: pallet_balances::Reasons + * Lookup192: pallet_balances::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, /** - * Lookup194: pallet_balances::ReserveData + * Lookup195: pallet_balances::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, /** - * Lookup196: pallet_balances::Releases + * Lookup197: pallet_balances::Releases */ PalletBalancesReleases: { _enum: ["V1_0_0", "V2_0_0"], }, /** - * Lookup197: pallet_balances::pallet::Call + * Lookup198: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { @@ -2155,7 +2172,7 @@ export default { }, }, /** - * Lookup198: pallet_balances::pallet::Error + * Lookup199: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ @@ -2170,13 +2187,13 @@ export default { ], }, /** - * Lookup200: pallet_transaction_payment::Releases + * Lookup201: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, /** - * Lookup201: + * Lookup202: * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingParachainBondConfig: { @@ -2184,7 +2201,7 @@ export default { percent: "Percent", }, /** - * Lookup202: pallet_parachain_staking::types::RoundInfo + * Lookup203: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", @@ -2192,7 +2209,7 @@ export default { length: "u32", }, /** - * Lookup203: pallet_parachain_staking::types::Delegator + * Lookup204: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", @@ -2202,20 +2219,20 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup204: + * Lookup205: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", /** - * Lookup205: pallet_parachain_staking::types::Bond + * Lookup206: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, /** - * Lookup207: pallet_parachain_staking::types::DelegatorStatus + * Lookup208: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { @@ -2224,7 +2241,7 @@ export default { }, }, /** - * Lookup208: pallet_parachain_staking::types::CandidateMetadata + * Lookup209: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", @@ -2239,20 +2256,20 @@ export default { status: "PalletParachainStakingCollatorStatus", }, /** - * Lookup209: pallet_parachain_staking::types::CapacityStatus + * Lookup210: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, /** - * Lookup211: pallet_parachain_staking::types::CandidateBondLessRequest + * Lookup212: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, /** - * Lookup212: pallet_parachain_staking::types::CollatorStatus + * Lookup213: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { @@ -2262,7 +2279,7 @@ export default { }, }, /** - * Lookup214: + * Lookup215: * pallet_parachain_staking::delegation_requests::ScheduledRequest */ @@ -2272,7 +2289,15 @@ export default { action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup215: + * Lookup217: + * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingAutoCompoundAutoCompoundConfig: { + delegator: "AccountId20", + value: "Percent", + }, + /** + * Lookup218: * pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { @@ -2280,16 +2305,25 @@ export default { total: "u128", }, /** - * Lookup217: + * Lookup221: * pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", - delegations: "Vec", + delegations: "Vec", total: "u128", }, /** - * Lookup218: pallet_parachain_staking::types::DelayedPayout + * Lookup223: + * pallet_parachain_staking::types::BondWithAutoCompound + */ + PalletParachainStakingBondWithAutoCompound: { + owner: "AccountId20", + amount: "u128", + autoCompound: "Percent", + }, + /** + * Lookup224: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", @@ -2297,7 +2331,7 @@ export default { collatorCommission: "Perbill", }, /** - * Lookup219: pallet_parachain_staking::inflation::InflationInfo + * Lookup225: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { @@ -2317,7 +2351,7 @@ export default { }, }, /** - * Lookup222: pallet_parachain_staking::pallet::Call + * Lookup228: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { @@ -2397,6 +2431,14 @@ export default { candidateDelegationCount: "u32", delegationCount: "u32", }, + delegate_with_auto_compound: { + candidate: "AccountId20", + amount: "u128", + autoCompound: "Percent", + candidateDelegationCount: "u32", + candidateAutoCompoundingDelegationCount: "u32", + delegationCount: "u32", + }, schedule_leave_delegators: "Null", execute_leave_delegators: { delegator: "AccountId20", @@ -2421,13 +2463,19 @@ export default { cancel_delegation_request: { candidate: "AccountId20", }, + set_auto_compound: { + candidate: "AccountId20", + value: "Percent", + candidateAutoCompoundingDelegationCountHint: "u32", + delegationCountHint: "u32", + }, hotfix_remove_delegation_requests_exited_candidates: { candidates: "Vec", }, }, }, /** - * Lookup223: pallet_parachain_staking::pallet::Error + * Lookup229: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ @@ -2473,22 +2521,25 @@ export default { "PendingDelegationRequestNotDueYet", "CannotDelegateLessThanOrEqualToLowestBottomWhenFull", "PendingDelegationRevoke", + "TooLowDelegationCountToAutoCompound", + "TooLowCandidateAutoCompoundingDelegationCountToAutoCompound", + "TooLowCandidateAutoCompoundingDelegationCountToDelegate", ], }, /** - * Lookup224: pallet_author_inherent::pallet::Call + * Lookup230: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, /** - * Lookup225: pallet_author_inherent::pallet::Error + * Lookup231: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, /** - * Lookup226: pallet_author_slot_filter::pallet::Call + * Lookup232: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { @@ -2501,7 +2552,7 @@ export default { }, }, /** - * Lookup227: pallet_author_mapping::pallet::RegistrationInfo + * Lookup233: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { @@ -2512,7 +2563,7 @@ export default { keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, /** - * Lookup228: pallet_author_mapping::pallet::Call + * Lookup234: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { @@ -2536,7 +2587,7 @@ export default { }, }, /** - * Lookup229: pallet_author_mapping::pallet::Error + * Lookup235: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ @@ -2551,7 +2602,7 @@ export default { ], }, /** - * Lookup230: + * Lookup236: * pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { @@ -2560,7 +2611,7 @@ export default { nextOrbiter: "u32", }, /** - * Lookup232: + * Lookup238: * pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { @@ -2568,7 +2619,7 @@ export default { removed: "bool", }, /** - * Lookup233: pallet_moonbeam_orbiters::pallet::Call + * Lookup239: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { @@ -2594,7 +2645,7 @@ export default { }, }, /** - * Lookup234: pallet_moonbeam_orbiters::pallet::Error + * Lookup240: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ @@ -2610,7 +2661,7 @@ export default { ], }, /** - * Lookup235: pallet_utility::pallet::Call + * Lookup241: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { @@ -2634,7 +2685,7 @@ export default { }, }, /** - * Lookup238: pallet_proxy::pallet::Call + * Lookup244: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { @@ -2654,12 +2705,12 @@ export default { delay: "u32", }, remove_proxies: "Null", - anonymous: { + create_pure: { proxyType: "MoonbeamRuntimeProxyType", delay: "u32", index: "u16", }, - kill_anonymous: { + kill_pure: { spawner: "AccountId20", proxyType: "MoonbeamRuntimeProxyType", index: "u16", @@ -2687,13 +2738,13 @@ export default { }, }, /** - * Lookup240: pallet_maintenance_mode::pallet::Call + * Lookup246: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, /** - * Lookup241: pallet_identity::pallet::Call + * Lookup247: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { @@ -2733,6 +2784,7 @@ export default { regIndex: "Compact", target: "AccountId20", judgement: "PalletIdentityJudgement", + identity: "H256", }, kill_identity: { target: "AccountId20", @@ -2752,7 +2804,7 @@ export default { }, }, /** - * Lookup242: pallet_identity::types::IdentityInfo + * Lookup248: pallet_identity::types::IdentityInfo */ PalletIdentityIdentityInfo: { additional: "Vec<(Data,Data)>", @@ -2766,7 +2818,7 @@ export default { twitter: "Data", }, /** - * Lookup278: pallet_identity::types::BitFlags + * Lookup284: pallet_identity::types::BitFlags */ PalletIdentityBitFlags: { _bitLength: 64, @@ -2780,7 +2832,7 @@ export default { Twitter: 128, }, /** - * Lookup279: pallet_identity::types::IdentityField + * Lookup285: pallet_identity::types::IdentityField */ PalletIdentityIdentityField: { _enum: [ @@ -2916,7 +2968,7 @@ export default { ], }, /** - * Lookup280: pallet_identity::types::Judgement + * Lookup286: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { @@ -2930,7 +2982,18 @@ export default { }, }, /** - * Lookup281: pallet_evm::pallet::Call + * Lookup287: pallet_migrations::pallet::Call + */ + PalletMigrationsCall: { + _enum: { + migrate_democracy_preimage: { + proposalHash: "H256", + proposalLenUpperBound: "Compact", + }, + }, + }, + /** + * Lookup288: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { @@ -2973,7 +3036,7 @@ export default { }, }, /** - * Lookup285: pallet_ethereum::pallet::Call + * Lookup292: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { @@ -2983,7 +3046,7 @@ export default { }, }, /** - * Lookup286: ethereum::transaction::TransactionV2 + * Lookup293: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { @@ -2993,7 +3056,7 @@ export default { }, }, /** - * Lookup287: ethereum::transaction::LegacyTransaction + * Lookup294: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", @@ -3005,7 +3068,7 @@ export default { signature: "EthereumTransactionTransactionSignature", }, /** - * Lookup288: ethereum::transaction::TransactionAction + * Lookup295: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { @@ -3014,7 +3077,7 @@ export default { }, }, /** - * Lookup289: ethereum::transaction::TransactionSignature + * Lookup296: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", @@ -3022,7 +3085,7 @@ export default { s: "H256", }, /** - * Lookup291: ethereum::transaction::EIP2930Transaction + * Lookup298: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", @@ -3038,14 +3101,14 @@ export default { s: "H256", }, /** - * Lookup293: ethereum::transaction::AccessListItem + * Lookup300: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, /** - * Lookup294: ethereum::transaction::EIP1559Transaction + * Lookup301: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", @@ -3062,23 +3125,20 @@ export default { s: "H256", }, /** - * Lookup295: pallet_base_fee::pallet::Call + * Lookup302: pallet_base_fee::pallet::Call */ PalletBaseFeeCall: { _enum: { set_base_fee_per_gas: { fee: "U256", }, - set_is_active: { - isActive: "bool", - }, set_elasticity: { elasticity: "Permill", }, }, }, /** - * Lookup296: pallet_scheduler::pallet::Call + * Lookup303: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { @@ -3086,60 +3146,48 @@ export default { when: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, cancel: { when: "u32", index: "u32", }, schedule_named: { - id: "Bytes", + id: "[u8;32]", when: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, cancel_named: { - id: "Bytes", + id: "[u8;32]", }, schedule_after: { after: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, schedule_named_after: { - id: "Bytes", + id: "[u8;32]", after: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, }, }, /** - * Lookup298: - * frame_support::traits::schedule::MaybeHashed - */ - FrameSupportScheduleMaybeHashed: { - _enum: { - Value: "Call", - Hash: "H256", - }, - }, - /** - * Lookup299: pallet_democracy::pallet::Call + * Lookup305: pallet_democracy::pallet::Call */ PalletDemocracyCall: { _enum: { propose: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", value: "Compact", }, second: { proposal: "Compact", - secondsUpperBound: "Compact", }, vote: { refIndex: "Compact", @@ -3149,13 +3197,13 @@ export default { refIndex: "u32", }, external_propose: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, external_propose_majority: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, external_propose_default: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, fast_track: { proposalHash: "H256", @@ -3168,9 +3216,6 @@ export default { cancel_referendum: { refIndex: "Compact", }, - cancel_queued: { - which: "u32", - }, delegate: { to: "AccountId20", conviction: "PalletDemocracyConviction", @@ -3178,22 +3223,6 @@ export default { }, undelegate: "Null", clear_public_proposals: "Null", - note_preimage: { - encodedProposal: "Bytes", - }, - note_preimage_operational: { - encodedProposal: "Bytes", - }, - note_imminent_preimage: { - encodedProposal: "Bytes", - }, - note_imminent_preimage_operational: { - encodedProposal: "Bytes", - }, - reap_preimage: { - proposalHash: "H256", - proposalLenUpperBound: "Compact", - }, unlock: { target: "AccountId20", }, @@ -3204,10 +3233,6 @@ export default { target: "AccountId20", index: "u32", }, - enact_proposal: { - proposalHash: "H256", - index: "u32", - }, blacklist: { proposalHash: "H256", maybeRefIndex: "Option", @@ -3218,13 +3243,62 @@ export default { }, }, /** - * Lookup300: pallet_democracy::conviction::Conviction + * Lookup306: frame_support::traits::preimages::Bounded + */ + FrameSupportPreimagesBounded: { + _enum: { + Legacy: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Inline: "Bytes", + Lookup: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + len: "u32", + }, + }, + }, + /** + * Lookup308: pallet_democracy::conviction::Conviction */ PalletDemocracyConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, /** - * Lookup302: pallet_collective::pallet::Call + * Lookup310: pallet_preimage::pallet::Call + */ + PalletPreimageCall: { + _enum: { + note_preimage: { + bytes: "Bytes", + }, + unnote_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + request_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + unrequest_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + }, + }, + /** + * Lookup311: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { @@ -3247,7 +3321,7 @@ export default { index: "Compact", approve: "bool", }, - close: { + close_old_weight: { proposalHash: "H256", index: "Compact", proposalWeightBound: "Compact", @@ -3256,10 +3330,16 @@ export default { disapprove_proposal: { proposalHash: "H256", }, + close: { + proposalHash: "H256", + index: "Compact", + proposalWeightBound: "SpWeightsWeightV2Weight", + lengthBound: "Compact", + }, }, }, /** - * Lookup305: pallet_treasury::pallet::Call + * Lookup316: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { @@ -3283,7 +3363,7 @@ export default { }, }, /** - * Lookup306: pallet_crowdloan_rewards::pallet::Call + * Lookup317: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { @@ -3310,7 +3390,7 @@ export default { }, }, /** - * Lookup307: sp_runtime::MultiSignature + * Lookup318: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { @@ -3320,19 +3400,19 @@ export default { }, }, /** - * Lookup308: sp_core::ed25519::Signature + * Lookup319: sp_core::ed25519::Signature */ SpCoreEd25519Signature: "[u8;64]", /** - * Lookup310: sp_core::sr25519::Signature + * Lookup321: sp_core::sr25519::Signature */ SpCoreSr25519Signature: "[u8;64]", /** - * Lookup311: sp_core::ecdsa::Signature + * Lookup322: sp_core::ecdsa::Signature */ SpCoreEcdsaSignature: "[u8;65]", /** - * Lookup317: cumulus_pallet_dmp_queue::pallet::Call + * Lookup328: cumulus_pallet_dmp_queue::pallet::Call */ CumulusPalletDmpQueueCall: { _enum: { @@ -3343,7 +3423,7 @@ export default { }, }, /** - * Lookup318: pallet_xcm::pallet::Call + * Lookup329: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { @@ -3397,7 +3477,7 @@ export default { }, }, /** - * Lookup319: xcm::VersionedXcm + * Lookup330: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { @@ -3407,7 +3487,7 @@ export default { }, }, /** - * Lookup320: xcm::v0::Xcm + * Lookup331: xcm::v0::Xcm */ XcmV0Xcm: { _enum: { @@ -3461,7 +3541,7 @@ export default { }, }, /** - * Lookup322: xcm::v0::order::Order + * Lookup333: xcm::v0::order::Order */ XcmV0Order: { _enum: { @@ -3504,7 +3584,7 @@ export default { }, }, /** - * Lookup324: xcm::v0::Response + * Lookup335: xcm::v0::Response */ XcmV0Response: { _enum: { @@ -3512,7 +3592,7 @@ export default { }, }, /** - * Lookup325: xcm::v1::Xcm + * Lookup336: xcm::v1::Xcm */ XcmV1Xcm: { _enum: { @@ -3571,7 +3651,7 @@ export default { }, }, /** - * Lookup327: xcm::v1::order::Order + * Lookup338: xcm::v1::order::Order */ XcmV1Order: { _enum: { @@ -3616,7 +3696,7 @@ export default { }, }, /** - * Lookup329: xcm::v1::Response + * Lookup340: xcm::v1::Response */ XcmV1Response: { _enum: { @@ -3625,7 +3705,7 @@ export default { }, }, /** - * Lookup343: pallet_assets::pallet::Call + * Lookup354: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { @@ -3753,7 +3833,7 @@ export default { }, }, /** - * Lookup344: pallet_assets::types::DestroyWitness + * Lookup355: pallet_assets::types::DestroyWitness */ PalletAssetsDestroyWitness: { accounts: "Compact", @@ -3761,7 +3841,7 @@ export default { approvals: "Compact", }, /** - * Lookup345: pallet_asset_manager::pallet::Call + * Lookup356: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { @@ -3807,7 +3887,7 @@ export default { }, }, /** - * Lookup346: orml_xtokens::module::Call + * Lookup357: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { @@ -3815,42 +3895,42 @@ export default { currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", amount: "u128", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiasset: { asset: "XcmVersionedMultiAsset", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_with_fee: { currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", amount: "u128", fee: "u128", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiasset_with_fee: { asset: "XcmVersionedMultiAsset", fee: "XcmVersionedMultiAsset", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multicurrencies: { currencies: "Vec<(MoonbeamRuntimeXcmConfigCurrencyId,u128)>", feeItem: "u32", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiassets: { assets: "XcmVersionedMultiAssets", feeItem: "u32", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, }, }, /** - * Lookup347: moonbeam_runtime::xcm_config::CurrencyId + * Lookup358: moonbeam_runtime::xcm_config::CurrencyId */ MoonbeamRuntimeXcmConfigCurrencyId: { _enum: { @@ -3860,7 +3940,7 @@ export default { }, }, /** - * Lookup348: xcm::VersionedMultiAsset + * Lookup359: xcm::VersionedMultiAsset */ XcmVersionedMultiAsset: { _enum: { @@ -3869,7 +3949,7 @@ export default { }, }, /** - * Lookup351: pallet_xcm_transactor::pallet::Call + * Lookup362: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { @@ -3920,13 +4000,13 @@ export default { }, }, /** - * Lookup352: moonbeam_runtime::xcm_config::Transactors + * Lookup363: moonbeam_runtime::xcm_config::Transactors */ MoonbeamRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, /** - * Lookup353: + * Lookup364: * pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { @@ -3934,7 +4014,7 @@ export default { feeAmount: "Option", }, /** - * Lookup354: + * Lookup365: * pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { @@ -3944,20 +4024,20 @@ export default { }, }, /** - * Lookup356: pallet_xcm_transactor::pallet::TransactWeights + * Lookup367: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "u64", overallWeight: "Option", }, /** - * Lookup358: pallet_randomness::pallet::Call + * Lookup369: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, /** - * Lookup359: moonbeam_runtime::OriginCaller + * Lookup370: moonbeam_runtime::OriginCaller */ MoonbeamRuntimeOriginCaller: { _enum: { @@ -4068,7 +4148,7 @@ export default { }, }, /** - * Lookup360: + * Lookup371: * frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { @@ -4079,7 +4159,7 @@ export default { }, }, /** - * Lookup361: pallet_ethereum::RawOrigin + * Lookup372: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { @@ -4087,7 +4167,7 @@ export default { }, }, /** - * Lookup362: pallet_collective::RawOrigin + * Lookup373: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { @@ -4097,7 +4177,7 @@ export default { }, }, /** - * Lookup365: cumulus_pallet_xcm::pallet::Origin + * Lookup376: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { @@ -4106,7 +4186,7 @@ export default { }, }, /** - * Lookup366: pallet_xcm::pallet::Origin + * Lookup377: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { @@ -4115,17 +4195,17 @@ export default { }, }, /** - * Lookup367: sp_core::Void + * Lookup378: sp_core::Void */ SpCoreVoid: "Null", /** - * Lookup368: pallet_utility::pallet::Error + * Lookup379: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, /** - * Lookup371: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { @@ -4134,7 +4214,7 @@ export default { delay: "u32", }, /** - * Lookup375: pallet_proxy::Announcement */ PalletProxyAnnouncement: { @@ -4143,7 +4223,7 @@ export default { height: "u32", }, /** - * Lookup377: pallet_proxy::pallet::Error + * Lookup388: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ @@ -4158,13 +4238,13 @@ export default { ], }, /** - * Lookup378: pallet_maintenance_mode::pallet::Error + * Lookup389: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup379: pallet_identity::types::Registration */ PalletIdentityRegistration: { @@ -4173,7 +4253,7 @@ export default { info: "PalletIdentityIdentityInfo", }, /** - * Lookup387: pallet_identity::types::RegistrarInfo + * Lookup398: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", @@ -4181,7 +4261,7 @@ export default { fields: "PalletIdentityBitFlags", }, /** - * Lookup389: pallet_identity::pallet::Error + * Lookup400: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ @@ -4201,10 +4281,17 @@ export default { "AlreadyClaimed", "NotSub", "NotOwned", + "JudgementForDifferentIdentity", ], }, /** - * Lookup391: pallet_evm::pallet::Error + * Lookup401: pallet_migrations::pallet::Error + */ + PalletMigrationsError: { + _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + }, + /** + * Lookup403: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ @@ -4217,10 +4304,11 @@ export default { "GasLimitTooLow", "GasLimitTooHigh", "Undefined", + "Reentrancy", ], }, /** - * Lookup394: fp_rpc::TransactionStatus + * Lookup406: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", @@ -4232,11 +4320,11 @@ export default { logsBloom: "EthbloomBloom", }, /** - * Lookup397: ethbloom::Bloom + * Lookup409: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", /** - * Lookup399: ethereum::receipt::ReceiptV3 + * Lookup411: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { @@ -4246,7 +4334,7 @@ export default { }, }, /** - * Lookup400: ethereum::receipt::EIP658ReceiptData + * Lookup412: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", @@ -4255,7 +4343,7 @@ export default { logs: "Vec", }, /** - * Lookup401: + * Lookup413: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -4264,7 +4352,7 @@ export default { ommers: "Vec", }, /** - * Lookup402: ethereum::header::Header + * Lookup414: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", @@ -4284,53 +4372,42 @@ export default { nonce: "EthereumTypesHashH64", }, /** - * Lookup403: ethereum_types::hash::H64 + * Lookup415: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", /** - * Lookup408: pallet_ethereum::pallet::Error + * Lookup420: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup411: - * pallet_scheduler::ScheduledV3, BlockNumber, moonbeam_runtime::OriginCaller, - * account::AccountId20> + * Lookup423: pallet_scheduler::Scheduled, + * BlockNumber, moonbeam_runtime::OriginCaller, account::AccountId20> */ - PalletSchedulerScheduledV3: { - maybeId: "Option", + PalletSchedulerScheduled: { + maybeId: "Option<[u8;32]>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "FrameSupportPreimagesBounded", maybePeriodic: "Option<(u32,u32)>", origin: "MoonbeamRuntimeOriginCaller", }, /** - * Lookup412: pallet_scheduler::pallet::Error + * Lookup425: pallet_scheduler::pallet::Error */ PalletSchedulerError: { - _enum: ["FailedToSchedule", "NotFound", "TargetBlockNumberInPast", "RescheduleNoChange"], - }, - /** - * Lookup416: pallet_democracy::PreimageStatus - */ - PalletDemocracyPreimageStatus: { - _enum: { - Missing: "u32", - Available: { - data: "Bytes", - provider: "AccountId20", - deposit: "u128", - since: "u32", - expiry: "Option", - }, - }, + _enum: [ + "FailedToSchedule", + "NotFound", + "TargetBlockNumberInPast", + "RescheduleNoChange", + "Named", + ], }, /** - * Lookup417: pallet_democracy::types::ReferendumInfo + * Lookup430: pallet_democracy::types::ReferendumInfo, Balance> */ PalletDemocracyReferendumInfo: { _enum: { @@ -4342,18 +4419,18 @@ export default { }, }, /** - * Lookup418: pallet_democracy::types::ReferendumStatus + * Lookup431: pallet_democracy::types::ReferendumStatus, Balance> */ PalletDemocracyReferendumStatus: { end: "u32", - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", threshold: "PalletDemocracyVoteThreshold", delay: "u32", tally: "PalletDemocracyTally", }, /** - * Lookup419: pallet_democracy::types::Tally + * Lookup432: pallet_democracy::types::Tally */ PalletDemocracyTally: { ayes: "u128", @@ -4361,7 +4438,8 @@ export default { turnout: "u128", }, /** - * Lookup420: pallet_democracy::vote::Voting + * Lookup433: pallet_democracy::vote::Voting */ PalletDemocracyVoteVoting: { _enum: { @@ -4380,24 +4458,18 @@ export default { }, }, /** - * Lookup423: pallet_democracy::types::Delegations + * Lookup437: pallet_democracy::types::Delegations */ PalletDemocracyDelegations: { votes: "u128", capital: "u128", }, /** - * Lookup424: pallet_democracy::vote::PriorLock + * Lookup438: pallet_democracy::vote::PriorLock */ PalletDemocracyVotePriorLock: "(u32,u128)", /** - * Lookup427: pallet_democracy::Releases - */ - PalletDemocracyReleases: { - _enum: ["V1"], - }, - /** - * Lookup428: pallet_democracy::pallet::Error + * Lookup441: pallet_democracy::pallet::Error */ PalletDemocracyError: { _enum: [ @@ -4410,13 +4482,7 @@ export default { "InvalidHash", "NoProposal", "AlreadyVetoed", - "DuplicatePreimage", - "NotImminent", - "TooEarly", - "Imminent", - "PreimageMissing", "ReferendumInvalid", - "PreimageInvalid", "NoneWaiting", "NotVoter", "NoPermission", @@ -4428,12 +4494,34 @@ export default { "Nonsense", "WrongUpperBound", "MaxVotesReached", - "TooManyProposals", + "TooMany", "VotingPeriodLow", ], }, /** - * Lookup430: pallet_collective::Votes + * Lookup442: pallet_preimage::RequestStatus + */ + PalletPreimageRequestStatus: { + _enum: { + Unrequested: { + deposit: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + deposit: "Option<(AccountId20,u128)>", + count: "u32", + len: "Option", + }, + }, + }, + /** + * Lookup447: pallet_preimage::pallet::Error + */ + PalletPreimageError: { + _enum: ["TooBig", "AlreadyNoted", "NotAuthorized", "NotNoted", "Requested", "NotRequested"], + }, + /** + * Lookup449: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", @@ -4443,7 +4531,7 @@ export default { end: "u32", }, /** - * Lookup431: pallet_collective::pallet::Error + * Lookup450: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ @@ -4460,7 +4548,7 @@ export default { ], }, /** - * Lookup435: pallet_treasury::Proposal + * Lookup454: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", @@ -4469,11 +4557,11 @@ export default { bond: "u128", }, /** - * Lookup438: frame_support::PalletId + * Lookup457: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", /** - * Lookup439: pallet_treasury::pallet::Error + * Lookup458: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ @@ -4485,7 +4573,7 @@ export default { ], }, /** - * Lookup440: pallet_crowdloan_rewards::pallet::RewardInfo + * Lookup459: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", @@ -4493,7 +4581,7 @@ export default { contributedRelayAddresses: "Vec<[u8;32]>", }, /** - * Lookup442: pallet_crowdloan_rewards::pallet::Error + * Lookup461: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ @@ -4515,7 +4603,7 @@ export default { ], }, /** - * Lookup444: cumulus_pallet_xcmp_queue::InboundChannelDetails + * Lookup463: cumulus_pallet_xcmp_queue::InboundChannelDetails */ CumulusPalletXcmpQueueInboundChannelDetails: { sender: "u32", @@ -4523,19 +4611,19 @@ export default { messageMetadata: "Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>", }, /** - * Lookup445: cumulus_pallet_xcmp_queue::InboundState + * Lookup464: cumulus_pallet_xcmp_queue::InboundState */ CumulusPalletXcmpQueueInboundState: { _enum: ["Ok", "Suspended"], }, /** - * Lookup448: polkadot_parachain::primitives::XcmpMessageFormat + * Lookup467: polkadot_parachain::primitives::XcmpMessageFormat */ PolkadotParachainPrimitivesXcmpMessageFormat: { _enum: ["ConcatenatedVersionedXcm", "ConcatenatedEncodedBlob", "Signals"], }, /** - * Lookup451: cumulus_pallet_xcmp_queue::OutboundChannelDetails + * Lookup470: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", @@ -4545,40 +4633,40 @@ export default { lastIndex: "u16", }, /** - * Lookup452: cumulus_pallet_xcmp_queue::OutboundState + * Lookup471: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, /** - * Lookup454: cumulus_pallet_xcmp_queue::QueueConfigData + * Lookup473: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", - thresholdWeight: "u64", - weightRestrictDecay: "u64", - xcmpMaxIndividualWeight: "u64", + thresholdWeight: "SpWeightsWeightV2Weight", + weightRestrictDecay: "SpWeightsWeightV2Weight", + xcmpMaxIndividualWeight: "SpWeightsWeightV2Weight", }, /** - * Lookup456: cumulus_pallet_xcmp_queue::pallet::Error + * Lookup475: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { _enum: ["FailedToSend", "BadXcmOrigin", "BadXcm", "BadOverweightIndex", "WeightOverLimit"], }, /** - * Lookup457: cumulus_pallet_xcm::pallet::Error + * Lookup476: cumulus_pallet_xcm::pallet::Error */ CumulusPalletXcmError: "Null", /** - * Lookup458: cumulus_pallet_dmp_queue::ConfigData + * Lookup477: cumulus_pallet_dmp_queue::ConfigData */ CumulusPalletDmpQueueConfigData: { - maxIndividual: "u64", + maxIndividual: "SpWeightsWeightV2Weight", }, /** - * Lookup459: cumulus_pallet_dmp_queue::PageIndexData + * Lookup478: cumulus_pallet_dmp_queue::PageIndexData */ CumulusPalletDmpQueuePageIndexData: { beginUsed: "u32", @@ -4586,13 +4674,13 @@ export default { overweightCount: "u64", }, /** - * Lookup462: cumulus_pallet_dmp_queue::pallet::Error + * Lookup481: cumulus_pallet_dmp_queue::pallet::Error */ CumulusPalletDmpQueueError: { _enum: ["Unknown", "OverLimit"], }, /** - * Lookup463: pallet_xcm::pallet::QueryStatus + * Lookup482: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { @@ -4612,7 +4700,7 @@ export default { }, }, /** - * Lookup466: xcm::VersionedResponse + * Lookup485: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { @@ -4622,7 +4710,7 @@ export default { }, }, /** - * Lookup472: pallet_xcm::pallet::VersionMigrationStage + * Lookup491: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { @@ -4633,7 +4721,7 @@ export default { }, }, /** - * Lookup473: pallet_xcm::pallet::Error + * Lookup493: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ @@ -4653,7 +4741,7 @@ export default { ], }, /** - * Lookup474: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { @@ -4671,7 +4759,7 @@ export default { isFrozen: "bool", }, /** - * Lookup476: pallet_assets::types::AssetAccount + * Lookup496: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", @@ -4680,7 +4768,7 @@ export default { extra: "Null", }, /** - * Lookup477: pallet_assets::types::ExistenceReason + * Lookup497: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { @@ -4691,15 +4779,15 @@ export default { }, }, /** - * Lookup479: pallet_assets::types::Approval + * Lookup499: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup480: pallet_assets::types::AssetMetadata> + * Lookup500: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { deposit: "u128", @@ -4709,7 +4797,7 @@ export default { isFrozen: "bool", }, /** - * Lookup482: pallet_assets::pallet::Error + * Lookup502: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ @@ -4731,14 +4819,14 @@ export default { ], }, /** - * Lookup483: pallet_asset_manager::pallet::AssetInfo + * Lookup503: pallet_asset_manager::pallet::AssetInfo */ PalletAssetManagerAssetInfo: { creator: "AccountId20", deposit: "u128", }, /** - * Lookup485: pallet_asset_manager::pallet::Error + * Lookup505: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ @@ -4753,7 +4841,7 @@ export default { ], }, /** - * Lookup486: orml_xtokens::module::Error + * Lookup506: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ @@ -4779,7 +4867,7 @@ export default { ], }, /** - * Lookup487: pallet_xcm_transactor::pallet::Error + * Lookup507: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ @@ -4809,14 +4897,14 @@ export default { ], }, /** - * Lookup489: pallet_randomness::types::RequestState + * Lookup509: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, /** - * Lookup490: pallet_randomness::types::Request> */ PalletRandomnessRequest: { @@ -4829,7 +4917,7 @@ export default { info: "PalletRandomnessRequestInfo", }, /** - * Lookup491: pallet_randomness::types::RequestInfo + * Lookup511: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { @@ -4838,7 +4926,7 @@ export default { }, }, /** - * Lookup492: pallet_randomness::types::RequestType + * Lookup512: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { @@ -4847,14 +4935,14 @@ export default { }, }, /** - * Lookup493: pallet_randomness::types::RandomnessResult + * Lookup513: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, /** - * Lookup494: pallet_randomness::pallet::Error + * Lookup514: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ @@ -4873,35 +4961,35 @@ export default { ], }, /** - * Lookup496: account::EthereumSignature + * Lookup516: account::EthereumSignature */ AccountEthereumSignature: "SpCoreEcdsaSignature", /** - * Lookup498: frame_system::extensions::check_spec_version::CheckSpecVersion + * Lookup518: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", /** - * Lookup499: frame_system::extensions::check_tx_version::CheckTxVersion + * Lookup519: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", /** - * Lookup500: frame_system::extensions::check_genesis::CheckGenesis + * Lookup520: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", /** - * Lookup503: frame_system::extensions::check_nonce::CheckNonce + * Lookup523: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", /** - * Lookup504: frame_system::extensions::check_weight::CheckWeight + * Lookup524: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", /** - * Lookup505: pallet_transaction_payment::ChargeTransactionPayment + * Lookup525: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", /** - * Lookup507: moonbeam_runtime::Runtime + * Lookup527: moonbeam_runtime::Runtime */ MoonbeamRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonbeam/interfaces/registry.ts b/typescript-api/src/moonbeam/interfaces/registry.ts index 2f4c40dc2d..bd54781b87 100644 --- a/typescript-api/src/moonbeam/interfaces/registry.ts +++ b/typescript-api/src/moonbeam/interfaces/registry.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/types/registry"; + import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, @@ -43,18 +47,16 @@ import type { EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, + FrameSupportDispatchDispatchClass, + FrameSupportDispatchDispatchInfo, + FrameSupportDispatchPays, + FrameSupportDispatchPerDispatchClassU32, + FrameSupportDispatchPerDispatchClassWeight, + FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, - FrameSupportScheduleLookupError, - FrameSupportScheduleMaybeHashed, + FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, - FrameSupportWeightsDispatchClass, - FrameSupportWeightsDispatchInfo, - FrameSupportWeightsPays, - FrameSupportWeightsPerDispatchClassU32, - FrameSupportWeightsPerDispatchClassU64, - FrameSupportWeightsPerDispatchClassWeightsPerClass, - FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, @@ -126,10 +128,8 @@ import type { PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, - PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, - PalletDemocracyReleases, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, @@ -154,13 +154,17 @@ import type { PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, + PalletMigrationsCall, + PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, + PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, + PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, @@ -181,6 +185,10 @@ import type { PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetOrderedSet, + PalletPreimageCall, + PalletPreimageError, + PalletPreimageEvent, + PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, @@ -197,7 +205,7 @@ import type { PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, - PalletSchedulerScheduledV3, + PalletSchedulerScheduled, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, @@ -246,6 +254,8 @@ import type { SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, + SpWeightsRuntimeDbWeight, + SpWeightsWeightV2Weight, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, @@ -285,7 +295,7 @@ import type { } from "@polkadot/types/lookup"; declare module "@polkadot/types/types/registry" { - export interface InterfaceTypes { + interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData; @@ -327,18 +337,16 @@ declare module "@polkadot/types/types/registry" { EvmCoreErrorExitRevert: EvmCoreErrorExitRevert; EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed; FpRpcTransactionStatus: FpRpcTransactionStatus; + FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass; + FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo; + FrameSupportDispatchPays: FrameSupportDispatchPays; + FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32; + FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight; + FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin; FrameSupportPalletId: FrameSupportPalletId; - FrameSupportScheduleLookupError: FrameSupportScheduleLookupError; - FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed; + FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; - FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass; - FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo; - FrameSupportWeightsPays: FrameSupportWeightsPays; - FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32; - FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64; - FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass; - FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemError: FrameSystemError; @@ -410,10 +418,8 @@ declare module "@polkadot/types/types/registry" { PalletDemocracyDelegations: PalletDemocracyDelegations; PalletDemocracyError: PalletDemocracyError; PalletDemocracyEvent: PalletDemocracyEvent; - PalletDemocracyPreimageStatus: PalletDemocracyPreimageStatus; PalletDemocracyReferendumInfo: PalletDemocracyReferendumInfo; PalletDemocracyReferendumStatus: PalletDemocracyReferendumStatus; - PalletDemocracyReleases: PalletDemocracyReleases; PalletDemocracyTally: PalletDemocracyTally; PalletDemocracyVoteAccountVote: PalletDemocracyVoteAccountVote; PalletDemocracyVotePriorLock: PalletDemocracyVotePriorLock; @@ -438,13 +444,17 @@ declare module "@polkadot/types/types/registry" { PalletMaintenanceModeCall: PalletMaintenanceModeCall; PalletMaintenanceModeError: PalletMaintenanceModeError; PalletMaintenanceModeEvent: PalletMaintenanceModeEvent; + PalletMigrationsCall: PalletMigrationsCall; + PalletMigrationsError: PalletMigrationsError; PalletMigrationsEvent: PalletMigrationsEvent; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; PalletMoonbeamOrbitersError: PalletMoonbeamOrbitersError; PalletMoonbeamOrbitersEvent: PalletMoonbeamOrbitersEvent; + PalletParachainStakingAutoCompoundAutoCompoundConfig: PalletParachainStakingAutoCompoundAutoCompoundConfig; PalletParachainStakingBond: PalletParachainStakingBond; + PalletParachainStakingBondWithAutoCompound: PalletParachainStakingBondWithAutoCompound; PalletParachainStakingCall: PalletParachainStakingCall; PalletParachainStakingCandidateBondLessRequest: PalletParachainStakingCandidateBondLessRequest; PalletParachainStakingCandidateMetadata: PalletParachainStakingCandidateMetadata; @@ -465,6 +475,10 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletPreimageCall: PalletPreimageCall; + PalletPreimageError: PalletPreimageError; + PalletPreimageEvent: PalletPreimageEvent; + PalletPreimageRequestStatus: PalletPreimageRequestStatus; PalletProxyAnnouncement: PalletProxyAnnouncement; PalletProxyCall: PalletProxyCall; PalletProxyError: PalletProxyError; @@ -481,7 +495,7 @@ declare module "@polkadot/types/types/registry" { PalletSchedulerCall: PalletSchedulerCall; PalletSchedulerError: PalletSchedulerError; PalletSchedulerEvent: PalletSchedulerEvent; - PalletSchedulerScheduledV3: PalletSchedulerScheduledV3; + PalletSchedulerScheduled: PalletSchedulerScheduled; PalletTimestampCall: PalletTimestampCall; PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment; PalletTransactionPaymentEvent: PalletTransactionPaymentEvent; @@ -530,6 +544,8 @@ declare module "@polkadot/types/types/registry" { SpRuntimeTransactionalError: SpRuntimeTransactionalError; SpTrieStorageProof: SpTrieStorageProof; SpVersionRuntimeVersion: SpVersionRuntimeVersion; + SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight; + SpWeightsWeightV2Weight: SpWeightsWeightV2Weight; XcmDoubleEncoded: XcmDoubleEncoded; XcmV0Junction: XcmV0Junction; XcmV0JunctionBodyId: XcmV0JunctionBodyId; diff --git a/typescript-api/src/moonbeam/interfaces/types-lookup.ts b/typescript-api/src/moonbeam/interfaces/types-lookup.ts index 7796e7d644..040051a189 100644 --- a/typescript-api/src/moonbeam/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/types-lookup.ts @@ -1,47 +1,51 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ -declare module "@polkadot/types/lookup" { - import type { Data } from "@polkadot/types"; - import type { - BTreeMap, - BTreeSet as BTreeSetType, - Bytes, - Compact, - Enum, - Null, - Option, - Result, - Set, - Struct, - Text, - U256, - U8aFixed, - Vec, - bool, - u128, - u16, - u32, - u64, - u8, - } from "@polkadot/types-codec"; - import type { ITuple } from "@polkadot/types-codec/types"; - import type { Vote } from "@polkadot/types/interfaces/elections"; - import type { - AccountId20, - Call, - H160, - H256, - Perbill, - Percent, - Permill, - } from "@polkadot/types/interfaces/runtime"; - import type { Event } from "@polkadot/types/interfaces/system"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/lookup"; + +import type { Data } from "@polkadot/types"; +import type { + BTreeMap, + BTreeSet, + Bytes, + Compact, + Enum, + Null, + Option, + Result, + Set, + Struct, + Text, + U256, + U8aFixed, + Vec, + bool, + u128, + u16, + u32, + u64, + u8, +} from "@polkadot/types-codec"; +import type { ITuple } from "@polkadot/types-codec/types"; +import type { Vote } from "@polkadot/types/interfaces/elections"; +import type { + AccountId20, + Call, + H160, + H256, + Perbill, + Percent, + Permill, +} from "@polkadot/types/interfaces/runtime"; +import type { Event } from "@polkadot/types/interfaces/system"; +declare module "@polkadot/types/lookup" { /** * @name FrameSystemAccountInfo (3) */ - export interface FrameSystemAccountInfo extends Struct { + interface FrameSystemAccountInfo extends Struct { readonly nonce: u32; readonly consumers: u32; readonly providers: u32; @@ -52,7 +56,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletBalancesAccountData (5) */ - export interface PalletBalancesAccountData extends Struct { + interface PalletBalancesAccountData extends Struct { readonly free: u128; readonly reserved: u128; readonly miscFrozen: u128; @@ -60,25 +64,33 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsPerDispatchClassU64 (7) + * @name FrameSupportDispatchPerDispatchClassWeight (7) */ - export interface FrameSupportWeightsPerDispatchClassU64 extends Struct { - readonly normal: u64; - readonly operational: u64; - readonly mandatory: u64; + interface FrameSupportDispatchPerDispatchClassWeight extends Struct { + readonly normal: SpWeightsWeightV2Weight; + readonly operational: SpWeightsWeightV2Weight; + readonly mandatory: SpWeightsWeightV2Weight; } /** - * @name SpRuntimeDigest (12) + * @name SpWeightsWeightV2Weight (8) */ - export interface SpRuntimeDigest extends Struct { + interface SpWeightsWeightV2Weight extends Struct { + readonly refTime: Compact; + readonly proofSize: Compact; + } + + /** + * @name SpRuntimeDigest (14) + */ + interface SpRuntimeDigest extends Struct { readonly logs: Vec; } /** - * @name SpRuntimeDigestDigestItem (14) + * @name SpRuntimeDigestDigestItem (16) */ - export interface SpRuntimeDigestDigestItem extends Enum { + interface SpRuntimeDigestDigestItem extends Enum { readonly isOther: boolean; readonly asOther: Bytes; readonly isConsensus: boolean; @@ -92,26 +104,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSystemEventRecord (17) + * @name FrameSystemEventRecord (19) */ - export interface FrameSystemEventRecord extends Struct { + interface FrameSystemEventRecord extends Struct { readonly phase: FrameSystemPhase; readonly event: Event; readonly topics: Vec; } /** - * @name FrameSystemEvent (19) + * @name FrameSystemEvent (21) */ - export interface FrameSystemEvent extends Enum { + interface FrameSystemEvent extends Enum { readonly isExtrinsicSuccess: boolean; readonly asExtrinsicSuccess: { - readonly dispatchInfo: FrameSupportWeightsDispatchInfo; + readonly dispatchInfo: FrameSupportDispatchDispatchInfo; } & Struct; readonly isExtrinsicFailed: boolean; readonly asExtrinsicFailed: { readonly dispatchError: SpRuntimeDispatchError; - readonly dispatchInfo: FrameSupportWeightsDispatchInfo; + readonly dispatchInfo: FrameSupportDispatchDispatchInfo; } & Struct; readonly isCodeUpdated: boolean; readonly isNewAccount: boolean; @@ -137,18 +149,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsDispatchInfo (20) + * @name FrameSupportDispatchDispatchInfo (22) */ - export interface FrameSupportWeightsDispatchInfo extends Struct { - readonly weight: u64; - readonly class: FrameSupportWeightsDispatchClass; - readonly paysFee: FrameSupportWeightsPays; + interface FrameSupportDispatchDispatchInfo extends Struct { + readonly weight: SpWeightsWeightV2Weight; + readonly class: FrameSupportDispatchDispatchClass; + readonly paysFee: FrameSupportDispatchPays; } /** - * @name FrameSupportWeightsDispatchClass (21) + * @name FrameSupportDispatchDispatchClass (23) */ - export interface FrameSupportWeightsDispatchClass extends Enum { + interface FrameSupportDispatchDispatchClass extends Enum { readonly isNormal: boolean; readonly isOperational: boolean; readonly isMandatory: boolean; @@ -156,18 +168,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsPays (22) + * @name FrameSupportDispatchPays (24) */ - export interface FrameSupportWeightsPays extends Enum { + interface FrameSupportDispatchPays extends Enum { readonly isYes: boolean; readonly isNo: boolean; readonly type: "Yes" | "No"; } /** - * @name SpRuntimeDispatchError (23) + * @name SpRuntimeDispatchError (25) */ - export interface SpRuntimeDispatchError extends Enum { + interface SpRuntimeDispatchError extends Enum { readonly isOther: boolean; readonly isCannotLookup: boolean; readonly isBadOrigin: boolean; @@ -182,6 +194,9 @@ declare module "@polkadot/types/lookup" { readonly asArithmetic: SpRuntimeArithmeticError; readonly isTransactional: boolean; readonly asTransactional: SpRuntimeTransactionalError; + readonly isExhausted: boolean; + readonly isCorruption: boolean; + readonly isUnavailable: boolean; readonly type: | "Other" | "CannotLookup" @@ -192,21 +207,24 @@ declare module "@polkadot/types/lookup" { | "TooManyConsumers" | "Token" | "Arithmetic" - | "Transactional"; + | "Transactional" + | "Exhausted" + | "Corruption" + | "Unavailable"; } /** - * @name SpRuntimeModuleError (24) + * @name SpRuntimeModuleError (26) */ - export interface SpRuntimeModuleError extends Struct { + interface SpRuntimeModuleError extends Struct { readonly index: u8; readonly error: U8aFixed; } /** - * @name SpRuntimeTokenError (25) + * @name SpRuntimeTokenError (27) */ - export interface SpRuntimeTokenError extends Enum { + interface SpRuntimeTokenError extends Enum { readonly isNoFunds: boolean; readonly isWouldDie: boolean; readonly isBelowMinimum: boolean; @@ -225,9 +243,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeArithmeticError (26) + * @name SpRuntimeArithmeticError (28) */ - export interface SpRuntimeArithmeticError extends Enum { + interface SpRuntimeArithmeticError extends Enum { readonly isUnderflow: boolean; readonly isOverflow: boolean; readonly isDivisionByZero: boolean; @@ -235,18 +253,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeTransactionalError (27) + * @name SpRuntimeTransactionalError (29) */ - export interface SpRuntimeTransactionalError extends Enum { + interface SpRuntimeTransactionalError extends Enum { readonly isLimitReached: boolean; readonly isNoLayer: boolean; readonly type: "LimitReached" | "NoLayer"; } /** - * @name CumulusPalletParachainSystemEvent (28) + * @name CumulusPalletParachainSystemEvent (30) */ - export interface CumulusPalletParachainSystemEvent extends Enum { + interface CumulusPalletParachainSystemEvent extends Enum { readonly isValidationFunctionStored: boolean; readonly isValidationFunctionApplied: boolean; readonly asValidationFunctionApplied: { @@ -263,7 +281,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isDownwardMessagesProcessed: boolean; readonly asDownwardMessagesProcessed: { - readonly weightUsed: u64; + readonly weightUsed: SpWeightsWeightV2Weight; readonly dmqHead: H256; } & Struct; readonly type: @@ -276,9 +294,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesEvent (29) + * @name PalletBalancesEvent (31) */ - export interface PalletBalancesEvent extends Enum { + interface PalletBalancesEvent extends Enum { readonly isEndowed: boolean; readonly asEndowed: { readonly account: AccountId20; @@ -347,18 +365,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportTokensMiscBalanceStatus (30) + * @name FrameSupportTokensMiscBalanceStatus (32) */ - export interface FrameSupportTokensMiscBalanceStatus extends Enum { + interface FrameSupportTokensMiscBalanceStatus extends Enum { readonly isFree: boolean; readonly isReserved: boolean; readonly type: "Free" | "Reserved"; } /** - * @name PalletTransactionPaymentEvent (31) + * @name PalletTransactionPaymentEvent (33) */ - export interface PalletTransactionPaymentEvent extends Enum { + interface PalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { readonly who: AccountId20; @@ -369,9 +387,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingEvent (32) + * @name PalletParachainStakingEvent (34) */ - export interface PalletParachainStakingEvent extends Enum { + interface PalletParachainStakingEvent extends Enum { readonly isNewRound: boolean; readonly asNewRound: { readonly startingBlock: u32; @@ -506,6 +524,7 @@ declare module "@polkadot/types/lookup" { readonly lockedAmount: u128; readonly candidate: AccountId20; readonly delegatorPosition: PalletParachainStakingDelegatorAdded; + readonly autoCompound: Percent; } & Struct; readonly isDelegatorLeftCandidate: boolean; readonly asDelegatorLeftCandidate: { @@ -569,6 +588,18 @@ declare module "@polkadot/types/lookup" { readonly newPerRoundInflationIdeal: Perbill; readonly newPerRoundInflationMax: Perbill; } & Struct; + readonly isAutoCompoundSet: boolean; + readonly asAutoCompoundSet: { + readonly candidate: AccountId20; + readonly delegator: AccountId20; + readonly value: Percent; + } & Struct; + readonly isCompounded: boolean; + readonly asCompounded: { + readonly candidate: AccountId20; + readonly delegator: AccountId20; + readonly amount: u128; + } & Struct; readonly type: | "NewRound" | "JoinedCollatorCandidates" @@ -602,22 +633,23 @@ declare module "@polkadot/types/lookup" { | "StakeExpectationsSet" | "TotalSelectedSet" | "CollatorCommissionSet" - | "BlocksPerRoundSet"; + | "BlocksPerRoundSet" + | "AutoCompoundSet" + | "Compounded"; } /** - * @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (34) + * @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (36) */ - export interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest - extends Struct { + interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest extends Struct { readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } /** - * @name PalletParachainStakingDelegationRequestsDelegationAction (35) + * @name PalletParachainStakingDelegationRequestsDelegationAction (37) */ - export interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { + interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { readonly isRevoke: boolean; readonly asRevoke: u128; readonly isDecrease: boolean; @@ -626,9 +658,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingDelegatorAdded (36) + * @name PalletParachainStakingDelegatorAdded (38) */ - export interface PalletParachainStakingDelegatorAdded extends Enum { + interface PalletParachainStakingDelegatorAdded extends Enum { readonly isAddedToTop: boolean; readonly asAddedToTop: { readonly newTotal: u128; @@ -638,18 +670,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorSlotFilterEvent (39) + * @name PalletAuthorSlotFilterEvent (41) */ - export interface PalletAuthorSlotFilterEvent extends Enum { + interface PalletAuthorSlotFilterEvent extends Enum { readonly isEligibleUpdated: boolean; readonly asEligibleUpdated: u32; readonly type: "EligibleUpdated"; } /** - * @name PalletAuthorMappingEvent (41) + * @name PalletAuthorMappingEvent (43) */ - export interface PalletAuthorMappingEvent extends Enum { + interface PalletAuthorMappingEvent extends Enum { readonly isKeysRegistered: boolean; readonly asKeysRegistered: { readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; @@ -672,24 +704,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name NimbusPrimitivesNimbusCryptoPublic (42) + * @name NimbusPrimitivesNimbusCryptoPublic (44) */ - export interface NimbusPrimitivesNimbusCryptoPublic extends SpCoreSr25519Public {} + interface NimbusPrimitivesNimbusCryptoPublic extends SpCoreSr25519Public {} /** - * @name SpCoreSr25519Public (43) + * @name SpCoreSr25519Public (45) */ - export interface SpCoreSr25519Public extends U8aFixed {} + interface SpCoreSr25519Public extends U8aFixed {} /** - * @name SessionKeysPrimitivesVrfVrfCryptoPublic (44) + * @name SessionKeysPrimitivesVrfVrfCryptoPublic (46) */ - export interface SessionKeysPrimitivesVrfVrfCryptoPublic extends SpCoreSr25519Public {} + interface SessionKeysPrimitivesVrfVrfCryptoPublic extends SpCoreSr25519Public {} /** - * @name PalletMoonbeamOrbitersEvent (45) + * @name PalletMoonbeamOrbitersEvent (47) */ - export interface PalletMoonbeamOrbitersEvent extends Enum { + interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { readonly collator: AccountId20; @@ -730,9 +762,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletUtilityEvent (47) + * @name PalletUtilityEvent (49) */ - export interface PalletUtilityEvent extends Enum { + interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { readonly index: u32; @@ -759,16 +791,16 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletProxyEvent (50) + * @name PalletProxyEvent (52) */ - export interface PalletProxyEvent extends Enum { + interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { readonly result: Result; } & Struct; - readonly isAnonymousCreated: boolean; - readonly asAnonymousCreated: { - readonly anonymous: AccountId20; + readonly isPureCreated: boolean; + readonly asPureCreated: { + readonly pure: AccountId20; readonly who: AccountId20; readonly proxyType: MoonbeamRuntimeProxyType; readonly disambiguationIndex: u16; @@ -793,18 +825,13 @@ declare module "@polkadot/types/lookup" { readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } & Struct; - readonly type: - | "ProxyExecuted" - | "AnonymousCreated" - | "Announced" - | "ProxyAdded" - | "ProxyRemoved"; + readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } /** - * @name MoonbeamRuntimeProxyType (51) + * @name MoonbeamRuntimeProxyType (53) */ - export interface MoonbeamRuntimeProxyType extends Enum { + interface MoonbeamRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -825,9 +852,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeEvent (53) + * @name PalletMaintenanceModeEvent (55) */ - export interface PalletMaintenanceModeEvent extends Enum { + interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; readonly isFailedToSuspendIdleXcmExecution: boolean; @@ -846,9 +873,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityEvent (54) + * @name PalletIdentityEvent (56) */ - export interface PalletIdentityEvent extends Enum { + interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { readonly who: AccountId20; @@ -914,13 +941,13 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMigrationsEvent (55) + * @name PalletMigrationsEvent (57) */ - export interface PalletMigrationsEvent extends Enum { + interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; readonly asRuntimeUpgradeCompleted: { - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isMigrationStarted: boolean; readonly asMigrationStarted: { @@ -929,7 +956,7 @@ declare module "@polkadot/types/lookup" { readonly isMigrationCompleted: boolean; readonly asMigrationCompleted: { readonly migrationName: Bytes; - readonly consumedWeight: u64; + readonly consumedWeight: SpWeightsWeightV2Weight; } & Struct; readonly type: | "RuntimeUpgradeStarted" @@ -939,9 +966,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEvmEvent (56) + * @name PalletEvmEvent (58) */ - export interface PalletEvmEvent extends Enum { + interface PalletEvmEvent extends Enum { readonly isLog: boolean; readonly asLog: { readonly log: EthereumLog; @@ -966,18 +993,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumLog (57) + * @name EthereumLog (59) */ - export interface EthereumLog extends Struct { + interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } /** - * @name PalletEthereumEvent (60) + * @name PalletEthereumEvent (62) */ - export interface PalletEthereumEvent extends Enum { + interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { readonly from: H160; @@ -989,9 +1016,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitReason (61) + * @name EvmCoreErrorExitReason (63) */ - export interface EvmCoreErrorExitReason extends Enum { + interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; readonly isError: boolean; @@ -1004,9 +1031,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitSucceed (62) + * @name EvmCoreErrorExitSucceed (64) */ - export interface EvmCoreErrorExitSucceed extends Enum { + interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; readonly isSuicided: boolean; @@ -1014,9 +1041,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitError (63) + * @name EvmCoreErrorExitError (65) */ - export interface EvmCoreErrorExitError extends Enum { + interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; readonly isInvalidJump: boolean; @@ -1053,17 +1080,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitRevert (67) + * @name EvmCoreErrorExitRevert (69) */ - export interface EvmCoreErrorExitRevert extends Enum { + interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } /** - * @name EvmCoreErrorExitFatal (68) + * @name EvmCoreErrorExitFatal (70) */ - export interface EvmCoreErrorExitFatal extends Enum { + interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; readonly isCallErrorAsFatal: boolean; @@ -1074,29 +1101,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBaseFeeEvent (69) + * @name PalletBaseFeeEvent (71) */ - export interface PalletBaseFeeEvent extends Enum { + interface PalletBaseFeeEvent extends Enum { readonly isNewBaseFeePerGas: boolean; readonly asNewBaseFeePerGas: { readonly fee: U256; } & Struct; readonly isBaseFeeOverflow: boolean; - readonly isIsActive: boolean; - readonly asIsActive: { - readonly isActive: bool; - } & Struct; readonly isNewElasticity: boolean; readonly asNewElasticity: { readonly elasticity: Permill; } & Struct; - readonly type: "NewBaseFeePerGas" | "BaseFeeOverflow" | "IsActive" | "NewElasticity"; + readonly type: "NewBaseFeePerGas" | "BaseFeeOverflow" | "NewElasticity"; } /** - * @name PalletSchedulerEvent (73) + * @name PalletSchedulerEvent (75) */ - export interface PalletSchedulerEvent extends Enum { + interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { readonly when: u32; @@ -1110,31 +1133,37 @@ declare module "@polkadot/types/lookup" { readonly isDispatched: boolean; readonly asDispatched: { readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly id: Option; readonly result: Result; } & Struct; - readonly isCallLookupFailed: boolean; - readonly asCallLookupFailed: { + readonly isCallUnavailable: boolean; + readonly asCallUnavailable: { readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly error: FrameSupportScheduleLookupError; + readonly id: Option; } & Struct; - readonly type: "Scheduled" | "Canceled" | "Dispatched" | "CallLookupFailed"; - } - - /** - * @name FrameSupportScheduleLookupError (76) - */ - export interface FrameSupportScheduleLookupError extends Enum { - readonly isUnknown: boolean; - readonly isBadFormat: boolean; - readonly type: "Unknown" | "BadFormat"; + readonly isPeriodicFailed: boolean; + readonly asPeriodicFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly isPermanentlyOverweight: boolean; + readonly asPermanentlyOverweight: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly type: + | "Scheduled" + | "Canceled" + | "Dispatched" + | "CallUnavailable" + | "PeriodicFailed" + | "PermanentlyOverweight"; } /** - * @name PalletDemocracyEvent (77) + * @name PalletDemocracyEvent (78) */ - export interface PalletDemocracyEvent extends Enum { + interface PalletDemocracyEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly proposalIndex: u32; @@ -1144,7 +1173,6 @@ declare module "@polkadot/types/lookup" { readonly asTabled: { readonly proposalIndex: u32; readonly deposit: u128; - readonly depositors: Vec; } & Struct; readonly isExternalTabled: boolean; readonly isStarted: boolean; @@ -1164,11 +1192,6 @@ declare module "@polkadot/types/lookup" { readonly asCancelled: { readonly refIndex: u32; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly refIndex: u32; - readonly result: Result; - } & Struct; readonly isDelegated: boolean; readonly asDelegated: { readonly who: AccountId20; @@ -1184,35 +1207,6 @@ declare module "@polkadot/types/lookup" { readonly proposalHash: H256; readonly until: u32; } & Struct; - readonly isPreimageNoted: boolean; - readonly asPreimageNoted: { - readonly proposalHash: H256; - readonly who: AccountId20; - readonly deposit: u128; - } & Struct; - readonly isPreimageUsed: boolean; - readonly asPreimageUsed: { - readonly proposalHash: H256; - readonly provider: AccountId20; - readonly deposit: u128; - } & Struct; - readonly isPreimageInvalid: boolean; - readonly asPreimageInvalid: { - readonly proposalHash: H256; - readonly refIndex: u32; - } & Struct; - readonly isPreimageMissing: boolean; - readonly asPreimageMissing: { - readonly proposalHash: H256; - readonly refIndex: u32; - } & Struct; - readonly isPreimageReaped: boolean; - readonly asPreimageReaped: { - readonly proposalHash: H256; - readonly provider: AccountId20; - readonly deposit: u128; - readonly reaper: AccountId20; - } & Struct; readonly isBlacklisted: boolean; readonly asBlacklisted: { readonly proposalHash: H256; @@ -1240,15 +1234,9 @@ declare module "@polkadot/types/lookup" { | "Passed" | "NotPassed" | "Cancelled" - | "Executed" | "Delegated" | "Undelegated" | "Vetoed" - | "PreimageNoted" - | "PreimageUsed" - | "PreimageInvalid" - | "PreimageMissing" - | "PreimageReaped" | "Blacklisted" | "Voted" | "Seconded" @@ -1258,7 +1246,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletDemocracyVoteThreshold (79) */ - export interface PalletDemocracyVoteThreshold extends Enum { + interface PalletDemocracyVoteThreshold extends Enum { readonly isSuperMajorityApprove: boolean; readonly isSuperMajorityAgainst: boolean; readonly isSimpleMajority: boolean; @@ -1268,7 +1256,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletDemocracyVoteAccountVote (80) */ - export interface PalletDemocracyVoteAccountVote extends Enum { + interface PalletDemocracyVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { readonly vote: Vote; @@ -1283,9 +1271,28 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveEvent (82) + * @name PalletPreimageEvent (82) */ - export interface PalletCollectiveEvent extends Enum { + interface PalletPreimageEvent extends Enum { + readonly isNoted: boolean; + readonly asNoted: { + readonly hash_: H256; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly hash_: H256; + } & Struct; + readonly isCleared: boolean; + readonly asCleared: { + readonly hash_: H256; + } & Struct; + readonly type: "Noted" | "Requested" | "Cleared"; + } + + /** + * @name PalletCollectiveEvent (83) + */ + interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly account: AccountId20; @@ -1336,9 +1343,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTreasuryEvent (85) + * @name PalletTreasuryEvent (86) */ - export interface PalletTreasuryEvent extends Enum { + interface PalletTreasuryEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly proposalIndex: u32; @@ -1388,9 +1395,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsEvent (86) + * @name PalletCrowdloanRewardsEvent (87) */ - export interface PalletCrowdloanRewardsEvent extends Enum { + interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; readonly isNativeIdentityAssociated: boolean; @@ -1415,19 +1422,19 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueEvent (87) + * @name CumulusPalletXcmpQueueEvent (88) */ - export interface CumulusPalletXcmpQueueEvent extends Enum { + interface CumulusPalletXcmpQueueEvent extends Enum { readonly isSuccess: boolean; readonly asSuccess: { readonly messageHash: Option; - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isFail: boolean; readonly asFail: { readonly messageHash: Option; readonly error: XcmV2TraitsError; - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isBadVersion: boolean; readonly asBadVersion: { @@ -1450,12 +1457,12 @@ declare module "@polkadot/types/lookup" { readonly sender: u32; readonly sentAt: u32; readonly index: u64; - readonly required: u64; + readonly required: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightServiced: boolean; readonly asOverweightServiced: { readonly index: u64; - readonly used: u64; + readonly used: SpWeightsWeightV2Weight; } & Struct; readonly type: | "Success" @@ -1469,9 +1476,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV2TraitsError (89) + * @name XcmV2TraitsError (90) */ - export interface XcmV2TraitsError extends Enum { + interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; readonly isUntrustedReserveLocation: boolean; @@ -1530,9 +1537,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmEvent (91) + * @name CumulusPalletXcmEvent (92) */ - export interface CumulusPalletXcmEvent extends Enum { + interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; readonly isUnsupportedVersion: boolean; @@ -1543,9 +1550,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV2TraitsOutcome (93) + * @name XcmV2TraitsOutcome (94) */ - export interface XcmV2TraitsOutcome extends Enum { + interface XcmV2TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: u64; readonly isIncomplete: boolean; @@ -1556,9 +1563,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletDmpQueueEvent (94) + * @name CumulusPalletDmpQueueEvent (95) */ - export interface CumulusPalletDmpQueueEvent extends Enum { + interface CumulusPalletDmpQueueEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: { readonly messageId: U8aFixed; @@ -1575,19 +1582,19 @@ declare module "@polkadot/types/lookup" { readonly isWeightExhausted: boolean; readonly asWeightExhausted: { readonly messageId: U8aFixed; - readonly remainingWeight: u64; - readonly requiredWeight: u64; + readonly remainingWeight: SpWeightsWeightV2Weight; + readonly requiredWeight: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightEnqueued: boolean; readonly asOverweightEnqueued: { readonly messageId: U8aFixed; readonly overweightIndex: u64; - readonly requiredWeight: u64; + readonly requiredWeight: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightServiced: boolean; readonly asOverweightServiced: { readonly overweightIndex: u64; - readonly weightUsed: u64; + readonly weightUsed: SpWeightsWeightV2Weight; } & Struct; readonly type: | "InvalidFormat" @@ -1599,9 +1606,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmEvent (95) + * @name PalletXcmEvent (96) */ - export interface PalletXcmEvent extends Enum { + interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: XcmV2TraitsOutcome; readonly isSent: boolean; @@ -1613,7 +1620,9 @@ declare module "@polkadot/types/lookup" { readonly isNotified: boolean; readonly asNotified: ITuple<[u64, u8, u8]>; readonly isNotifyOverweight: boolean; - readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>; + readonly asNotifyOverweight: ITuple< + [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight] + >; readonly isNotifyDispatchError: boolean; readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>; readonly isNotifyDecodeFailed: boolean; @@ -1634,6 +1643,8 @@ declare module "@polkadot/types/lookup" { readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>; readonly isNotifyTargetMigrationFail: boolean; readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>; + readonly isAssetsClaimed: boolean; + readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>; readonly type: | "Attempted" | "Sent" @@ -1650,21 +1661,22 @@ declare module "@polkadot/types/lookup" { | "VersionChangeNotified" | "SupportedVersionChanged" | "NotifyTargetSendFail" - | "NotifyTargetMigrationFail"; + | "NotifyTargetMigrationFail" + | "AssetsClaimed"; } /** - * @name XcmV1MultiLocation (96) + * @name XcmV1MultiLocation (97) */ - export interface XcmV1MultiLocation extends Struct { + interface XcmV1MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV1MultilocationJunctions; } /** - * @name XcmV1MultilocationJunctions (97) + * @name XcmV1MultilocationJunctions (98) */ - export interface XcmV1MultilocationJunctions extends Enum { + interface XcmV1MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; readonly asX1: XcmV1Junction; @@ -1711,9 +1723,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Junction (98) + * @name XcmV1Junction (99) */ - export interface XcmV1Junction extends Enum { + interface XcmV1Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; readonly isAccountId32: boolean; @@ -1756,9 +1768,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0JunctionNetworkId (100) + * @name XcmV0JunctionNetworkId (101) */ - export interface XcmV0JunctionNetworkId extends Enum { + interface XcmV0JunctionNetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; readonly asNamed: Bytes; @@ -1770,7 +1782,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0JunctionBodyId (104) */ - export interface XcmV0JunctionBodyId extends Enum { + interface XcmV0JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; readonly asNamed: Bytes; @@ -1793,7 +1805,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0JunctionBodyPart (105) */ - export interface XcmV0JunctionBodyPart extends Enum { + interface XcmV0JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; readonly asMembers: { @@ -1820,12 +1832,12 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2Xcm (106) */ - export interface XcmV2Xcm extends Vec {} + interface XcmV2Xcm extends Vec {} /** * @name XcmV2Instruction (108) */ - export interface XcmV2Instruction extends Enum { + interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV1MultiassetMultiAssets; readonly isReserveAssetDeposited: boolean; @@ -1975,12 +1987,12 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetMultiAssets (109) */ - export interface XcmV1MultiassetMultiAssets extends Vec {} + interface XcmV1MultiassetMultiAssets extends Vec {} /** * @name XcmV1MultiAsset (111) */ - export interface XcmV1MultiAsset extends Struct { + interface XcmV1MultiAsset extends Struct { readonly id: XcmV1MultiassetAssetId; readonly fun: XcmV1MultiassetFungibility; } @@ -1988,7 +2000,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetAssetId (112) */ - export interface XcmV1MultiassetAssetId extends Enum { + interface XcmV1MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV1MultiLocation; readonly isAbstract: boolean; @@ -1999,7 +2011,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetFungibility (113) */ - export interface XcmV1MultiassetFungibility extends Enum { + interface XcmV1MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; readonly isNonFungible: boolean; @@ -2010,7 +2022,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetAssetInstance (114) */ - export interface XcmV1MultiassetAssetInstance extends Enum { + interface XcmV1MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; readonly asIndex: Compact; @@ -2030,7 +2042,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2Response (116) */ - export interface XcmV2Response extends Enum { + interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; readonly asAssets: XcmV1MultiassetMultiAssets; @@ -2044,7 +2056,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0OriginKind (119) */ - export interface XcmV0OriginKind extends Enum { + interface XcmV0OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; readonly isSuperuser: boolean; @@ -2055,14 +2067,14 @@ declare module "@polkadot/types/lookup" { /** * @name XcmDoubleEncoded (120) */ - export interface XcmDoubleEncoded extends Struct { + interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } /** * @name XcmV1MultiassetMultiAssetFilter (121) */ - export interface XcmV1MultiassetMultiAssetFilter extends Enum { + interface XcmV1MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV1MultiassetMultiAssets; readonly isWild: boolean; @@ -2073,7 +2085,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetWildMultiAsset (122) */ - export interface XcmV1MultiassetWildMultiAsset extends Enum { + interface XcmV1MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; readonly asAllOf: { @@ -2086,7 +2098,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetWildFungibility (123) */ - export interface XcmV1MultiassetWildFungibility extends Enum { + interface XcmV1MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; @@ -2095,7 +2107,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2WeightLimit (124) */ - export interface XcmV2WeightLimit extends Enum { + interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; readonly asLimited: Compact; @@ -2105,7 +2117,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmVersionedMultiAssets (126) */ - export interface XcmVersionedMultiAssets extends Enum { + interface XcmVersionedMultiAssets extends Enum { readonly isV0: boolean; readonly asV0: Vec; readonly isV1: boolean; @@ -2116,7 +2128,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0MultiAsset (128) */ - export interface XcmV0MultiAsset extends Enum { + interface XcmV0MultiAsset extends Enum { readonly isNone: boolean; readonly isAll: boolean; readonly isAllFungible: boolean; @@ -2175,7 +2187,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0MultiLocation (129) */ - export interface XcmV0MultiLocation extends Enum { + interface XcmV0MultiLocation extends Enum { readonly isNull: boolean; readonly isX1: boolean; readonly asX1: XcmV0Junction; @@ -2224,7 +2236,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0Junction (130) */ - export interface XcmV0Junction extends Enum { + interface XcmV0Junction extends Enum { readonly isParent: boolean; readonly isParachain: boolean; readonly asParachain: Compact; @@ -2271,7 +2283,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmVersionedMultiLocation (131) */ - export interface XcmVersionedMultiLocation extends Enum { + interface XcmVersionedMultiLocation extends Enum { readonly isV0: boolean; readonly asV0: XcmV0MultiLocation; readonly isV1: boolean; @@ -2282,7 +2294,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletAssetsEvent (132) */ - export interface PalletAssetsEvent extends Enum { + interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { readonly assetId: u128; @@ -2408,7 +2420,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletAssetManagerEvent (133) */ - export interface PalletAssetManagerEvent extends Enum { + interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { readonly assetId: u128; @@ -2463,7 +2475,7 @@ declare module "@polkadot/types/lookup" { /** * @name MoonbeamRuntimeXcmConfigAssetType (134) */ - export interface MoonbeamRuntimeXcmConfigAssetType extends Enum { + interface MoonbeamRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: XcmV1MultiLocation; readonly type: "Xcm"; @@ -2472,7 +2484,7 @@ declare module "@polkadot/types/lookup" { /** * @name MoonbeamRuntimeAssetConfigAssetRegistrarMetadata (135) */ - export interface MoonbeamRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + interface MoonbeamRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; readonly decimals: u8; @@ -2482,7 +2494,7 @@ declare module "@polkadot/types/lookup" { /** * @name OrmlXtokensModuleEvent (136) */ - export interface OrmlXtokensModuleEvent extends Enum { + interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredMultiAssets: boolean; readonly asTransferredMultiAssets: { readonly sender: AccountId20; @@ -2496,7 +2508,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletXcmTransactorEvent (137) */ - export interface PalletXcmTransactorEvent extends Enum { + interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { readonly accountId: AccountId20; @@ -2563,7 +2575,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (138) */ - export interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { + interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: u64; readonly maxWeight: u64; readonly transactExtraWeightSigned: Option; @@ -2572,7 +2584,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletRandomnessEvent (141) */ - export interface PalletRandomnessEvent extends Enum { + interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { readonly id: u64; @@ -2619,7 +2631,7 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemPhase (142) */ - export interface FrameSystemPhase extends Enum { + interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; readonly isFinalization: boolean; @@ -2630,7 +2642,7 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemLastRuntimeUpgradeInfo (144) */ - export interface FrameSystemLastRuntimeUpgradeInfo extends Struct { + interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } @@ -2638,7 +2650,7 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemCall (145) */ - export interface FrameSystemCall extends Enum { + interface FrameSystemCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { readonly ratio: Perbill; @@ -2691,16 +2703,16 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemLimitsBlockWeights (149) */ - export interface FrameSystemLimitsBlockWeights extends Struct { - readonly baseBlock: u64; - readonly maxBlock: u64; - readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass; + interface FrameSystemLimitsBlockWeights extends Struct { + readonly baseBlock: SpWeightsWeightV2Weight; + readonly maxBlock: SpWeightsWeightV2Weight; + readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } /** - * @name FrameSupportWeightsPerDispatchClassWeightsPerClass (150) + * @name FrameSupportDispatchPerDispatchClassWeightsPerClass (150) */ - export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct { + interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; @@ -2709,41 +2721,41 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemLimitsWeightsPerClass (151) */ - export interface FrameSystemLimitsWeightsPerClass extends Struct { - readonly baseExtrinsic: u64; - readonly maxExtrinsic: Option; - readonly maxTotal: Option; - readonly reserved: Option; + interface FrameSystemLimitsWeightsPerClass extends Struct { + readonly baseExtrinsic: SpWeightsWeightV2Weight; + readonly maxExtrinsic: Option; + readonly maxTotal: Option; + readonly reserved: Option; } /** - * @name FrameSystemLimitsBlockLength (152) + * @name FrameSystemLimitsBlockLength (153) */ - export interface FrameSystemLimitsBlockLength extends Struct { - readonly max: FrameSupportWeightsPerDispatchClassU32; + interface FrameSystemLimitsBlockLength extends Struct { + readonly max: FrameSupportDispatchPerDispatchClassU32; } /** - * @name FrameSupportWeightsPerDispatchClassU32 (153) + * @name FrameSupportDispatchPerDispatchClassU32 (154) */ - export interface FrameSupportWeightsPerDispatchClassU32 extends Struct { + interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } /** - * @name FrameSupportWeightsRuntimeDbWeight (154) + * @name SpWeightsRuntimeDbWeight (155) */ - export interface FrameSupportWeightsRuntimeDbWeight extends Struct { + interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } /** - * @name SpVersionRuntimeVersion (155) + * @name SpVersionRuntimeVersion (156) */ - export interface SpVersionRuntimeVersion extends Struct { + interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; readonly authoringVersion: u32; @@ -2755,9 +2767,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSystemError (159) + * @name FrameSystemError (160) */ - export interface FrameSystemError extends Enum { + interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; readonly isFailedToExtractRuntimeVersion: boolean; @@ -2774,9 +2786,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2PersistedValidationData (160) + * @name PolkadotPrimitivesV2PersistedValidationData (161) */ - export interface PolkadotPrimitivesV2PersistedValidationData extends Struct { + interface PolkadotPrimitivesV2PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; readonly relayParentStorageRoot: H256; @@ -2784,25 +2796,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2UpgradeRestriction (163) + * @name PolkadotPrimitivesV2UpgradeRestriction (164) */ - export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum { + interface PolkadotPrimitivesV2UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } /** - * @name SpTrieStorageProof (164) + * @name SpTrieStorageProof (165) */ - export interface SpTrieStorageProof extends Struct { - readonly trieNodes: BTreeSetType; + interface SpTrieStorageProof extends Struct { + readonly trieNodes: BTreeSet; } /** - * @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (166) + * @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (167) */ - export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot - extends Struct { + interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueSize: ITuple<[u32, u32]>; readonly ingressChannels: Vec>; @@ -2810,9 +2821,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2AbridgedHrmpChannel (169) + * @name PolkadotPrimitivesV2AbridgedHrmpChannel (170) */ - export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct { + interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; readonly maxMessageSize: u32; @@ -2822,9 +2833,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2AbridgedHostConfiguration (170) + * @name PolkadotPrimitivesV2AbridgedHostConfiguration (171) */ - export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct { + interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; readonly maxUpwardQueueCount: u32; @@ -2837,17 +2848,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotCorePrimitivesOutboundHrmpMessage (176) + * @name PolkadotCorePrimitivesOutboundHrmpMessage (177) */ - export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { + interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } /** - * @name CumulusPalletParachainSystemCall (177) + * @name CumulusPalletParachainSystemCall (178) */ - export interface CumulusPalletParachainSystemCall extends Enum { + interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { readonly data: CumulusPrimitivesParachainInherentParachainInherentData; @@ -2872,9 +2883,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPrimitivesParachainInherentParachainInherentData (178) + * @name CumulusPrimitivesParachainInherentParachainInherentData (179) */ - export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { + interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV2PersistedValidationData; readonly relayChainState: SpTrieStorageProof; readonly downwardMessages: Vec; @@ -2882,25 +2893,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotCorePrimitivesInboundDownwardMessage (180) + * @name PolkadotCorePrimitivesInboundDownwardMessage (181) */ - export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { + interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } /** - * @name PolkadotCorePrimitivesInboundHrmpMessage (183) + * @name PolkadotCorePrimitivesInboundHrmpMessage (184) */ - export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { + interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } /** - * @name CumulusPalletParachainSystemError (186) + * @name CumulusPalletParachainSystemError (187) */ - export interface CumulusPalletParachainSystemError extends Enum { + interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; readonly isTooBig: boolean; @@ -2921,9 +2932,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTimestampCall (188) + * @name PalletTimestampCall (189) */ - export interface PalletTimestampCall extends Enum { + interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { readonly now: Compact; @@ -2932,18 +2943,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesBalanceLock (190) + * @name PalletBalancesBalanceLock (191) */ - export interface PalletBalancesBalanceLock extends Struct { + interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } /** - * @name PalletBalancesReasons (191) + * @name PalletBalancesReasons (192) */ - export interface PalletBalancesReasons extends Enum { + interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; readonly isAll: boolean; @@ -2951,26 +2962,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesReserveData (194) + * @name PalletBalancesReserveData (195) */ - export interface PalletBalancesReserveData extends Struct { + interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } /** - * @name PalletBalancesReleases (196) + * @name PalletBalancesReleases (197) */ - export interface PalletBalancesReleases extends Enum { + interface PalletBalancesReleases extends Enum { readonly isV100: boolean; readonly isV200: boolean; readonly type: "V100" | "V200"; } /** - * @name PalletBalancesCall (197) + * @name PalletBalancesCall (198) */ - export interface PalletBalancesCall extends Enum { + interface PalletBalancesCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { readonly dest: AccountId20; @@ -3013,9 +3024,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesError (198) + * @name PalletBalancesError (199) */ - export interface PalletBalancesError extends Enum { + interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; readonly isInsufficientBalance: boolean; @@ -3036,35 +3047,35 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTransactionPaymentReleases (200) + * @name PalletTransactionPaymentReleases (201) */ - export interface PalletTransactionPaymentReleases extends Enum { + interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } /** - * @name PalletParachainStakingParachainBondConfig (201) + * @name PalletParachainStakingParachainBondConfig (202) */ - export interface PalletParachainStakingParachainBondConfig extends Struct { + interface PalletParachainStakingParachainBondConfig extends Struct { readonly account: AccountId20; readonly percent: Percent; } /** - * @name PalletParachainStakingRoundInfo (202) + * @name PalletParachainStakingRoundInfo (203) */ - export interface PalletParachainStakingRoundInfo extends Struct { + interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; readonly length: u32; } /** - * @name PalletParachainStakingDelegator (203) + * @name PalletParachainStakingDelegator (204) */ - export interface PalletParachainStakingDelegator extends Struct { + interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; readonly total: u128; @@ -3073,22 +3084,22 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingSetOrderedSet (204) + * @name PalletParachainStakingSetOrderedSet (205) */ - export interface PalletParachainStakingSetOrderedSet extends Vec {} + interface PalletParachainStakingSetOrderedSet extends Vec {} /** - * @name PalletParachainStakingBond (205) + * @name PalletParachainStakingBond (206) */ - export interface PalletParachainStakingBond extends Struct { + interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } /** - * @name PalletParachainStakingDelegatorStatus (207) + * @name PalletParachainStakingDelegatorStatus (208) */ - export interface PalletParachainStakingDelegatorStatus extends Enum { + interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; readonly asLeaving: u32; @@ -3096,9 +3107,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCandidateMetadata (208) + * @name PalletParachainStakingCandidateMetadata (209) */ - export interface PalletParachainStakingCandidateMetadata extends Struct { + interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; readonly totalCounted: u128; @@ -3112,9 +3123,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCapacityStatus (209) + * @name PalletParachainStakingCapacityStatus (210) */ - export interface PalletParachainStakingCapacityStatus extends Enum { + interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; readonly isPartial: boolean; @@ -3122,17 +3133,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCandidateBondLessRequest (211) + * @name PalletParachainStakingCandidateBondLessRequest (212) */ - export interface PalletParachainStakingCandidateBondLessRequest extends Struct { + interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } /** - * @name PalletParachainStakingCollatorStatus (212) + * @name PalletParachainStakingCollatorStatus (213) */ - export interface PalletParachainStakingCollatorStatus extends Enum { + interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; readonly isLeaving: boolean; @@ -3141,44 +3152,61 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingDelegationRequestsScheduledRequest (214) + * @name PalletParachainStakingDelegationRequestsScheduledRequest (215) */ - export interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { + interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } /** - * @name PalletParachainStakingDelegations (215) + * @name PalletParachainStakingAutoCompoundAutoCompoundConfig (217) + */ + interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { + readonly delegator: AccountId20; + readonly value: Percent; + } + + /** + * @name PalletParachainStakingDelegations (218) */ - export interface PalletParachainStakingDelegations extends Struct { + interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } /** - * @name PalletParachainStakingCollatorSnapshot (217) + * @name PalletParachainStakingCollatorSnapshot (221) */ - export interface PalletParachainStakingCollatorSnapshot extends Struct { + interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; - readonly delegations: Vec; + readonly delegations: Vec; readonly total: u128; } /** - * @name PalletParachainStakingDelayedPayout (218) + * @name PalletParachainStakingBondWithAutoCompound (223) + */ + interface PalletParachainStakingBondWithAutoCompound extends Struct { + readonly owner: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + } + + /** + * @name PalletParachainStakingDelayedPayout (224) */ - export interface PalletParachainStakingDelayedPayout extends Struct { + interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } /** - * @name PalletParachainStakingInflationInflationInfo (219) + * @name PalletParachainStakingInflationInflationInfo (225) */ - export interface PalletParachainStakingInflationInflationInfo extends Struct { + interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; readonly ideal: u128; @@ -3197,9 +3225,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCall (222) + * @name PalletParachainStakingCall (228) */ - export interface PalletParachainStakingCall extends Enum { + interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { readonly expectations: { @@ -3276,6 +3304,15 @@ declare module "@polkadot/types/lookup" { readonly candidateDelegationCount: u32; readonly delegationCount: u32; } & Struct; + readonly isDelegateWithAutoCompound: boolean; + readonly asDelegateWithAutoCompound: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + readonly candidateDelegationCount: u32; + readonly candidateAutoCompoundingDelegationCount: u32; + readonly delegationCount: u32; + } & Struct; readonly isScheduleLeaveDelegators: boolean; readonly isExecuteLeaveDelegators: boolean; readonly asExecuteLeaveDelegators: { @@ -3306,6 +3343,13 @@ declare module "@polkadot/types/lookup" { readonly asCancelDelegationRequest: { readonly candidate: AccountId20; } & Struct; + readonly isSetAutoCompound: boolean; + readonly asSetAutoCompound: { + readonly candidate: AccountId20; + readonly value: Percent; + readonly candidateAutoCompoundingDelegationCountHint: u32; + readonly delegationCountHint: u32; + } & Struct; readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; readonly asHotfixRemoveDelegationRequestsExitedCandidates: { readonly candidates: Vec; @@ -3329,6 +3373,7 @@ declare module "@polkadot/types/lookup" { | "ExecuteCandidateBondLess" | "CancelCandidateBondLess" | "Delegate" + | "DelegateWithAutoCompound" | "ScheduleLeaveDelegators" | "ExecuteLeaveDelegators" | "CancelLeaveDelegators" @@ -3337,13 +3382,14 @@ declare module "@polkadot/types/lookup" { | "ScheduleDelegatorBondLess" | "ExecuteDelegationRequest" | "CancelDelegationRequest" + | "SetAutoCompound" | "HotfixRemoveDelegationRequestsExitedCandidates"; } /** - * @name PalletParachainStakingError (223) + * @name PalletParachainStakingError (229) */ - export interface PalletParachainStakingError extends Enum { + interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; readonly isDelegatorDNEInDelegatorSet: boolean; @@ -3386,6 +3432,9 @@ declare module "@polkadot/types/lookup" { readonly isPendingDelegationRequestNotDueYet: boolean; readonly isCannotDelegateLessThanOrEqualToLowestBottomWhenFull: boolean; readonly isPendingDelegationRevoke: boolean; + readonly isTooLowDelegationCountToAutoCompound: boolean; + readonly isTooLowCandidateAutoCompoundingDelegationCountToAutoCompound: boolean; + readonly isTooLowCandidateAutoCompoundingDelegationCountToDelegate: boolean; readonly type: | "DelegatorDNE" | "DelegatorDNEinTopNorBottom" @@ -3428,21 +3477,24 @@ declare module "@polkadot/types/lookup" { | "PendingDelegationRequestAlreadyExists" | "PendingDelegationRequestNotDueYet" | "CannotDelegateLessThanOrEqualToLowestBottomWhenFull" - | "PendingDelegationRevoke"; + | "PendingDelegationRevoke" + | "TooLowDelegationCountToAutoCompound" + | "TooLowCandidateAutoCompoundingDelegationCountToAutoCompound" + | "TooLowCandidateAutoCompoundingDelegationCountToDelegate"; } /** - * @name PalletAuthorInherentCall (224) + * @name PalletAuthorInherentCall (230) */ - export interface PalletAuthorInherentCall extends Enum { + interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } /** - * @name PalletAuthorInherentError (225) + * @name PalletAuthorInherentError (231) */ - export interface PalletAuthorInherentError extends Enum { + interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; readonly isCannotBeAuthor: boolean; @@ -3450,9 +3502,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorSlotFilterCall (226) + * @name PalletAuthorSlotFilterCall (232) */ - export interface PalletAuthorSlotFilterCall extends Enum { + interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { readonly new_: u32; @@ -3461,18 +3513,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorMappingRegistrationInfo (227) + * @name PalletAuthorMappingRegistrationInfo (233) */ - export interface PalletAuthorMappingRegistrationInfo extends Struct { + interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } /** - * @name PalletAuthorMappingCall (228) + * @name PalletAuthorMappingCall (234) */ - export interface PalletAuthorMappingCall extends Enum { + interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; @@ -3500,9 +3552,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorMappingError (229) + * @name PalletAuthorMappingError (235) */ - export interface PalletAuthorMappingError extends Enum { + interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; readonly isCannotAffordSecurityDeposit: boolean; @@ -3523,26 +3575,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMoonbeamOrbitersCollatorPoolInfo (230) + * @name PalletMoonbeamOrbitersCollatorPoolInfo (236) */ - export interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { + interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } /** - * @name PalletMoonbeamOrbitersCurrentOrbiter (232) + * @name PalletMoonbeamOrbitersCurrentOrbiter (238) */ - export interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { + interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } /** - * @name PalletMoonbeamOrbitersCall (233) + * @name PalletMoonbeamOrbitersCall (239) */ - export interface PalletMoonbeamOrbitersCall extends Enum { + interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { readonly orbiter: AccountId20; @@ -3579,9 +3631,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMoonbeamOrbitersError (234) + * @name PalletMoonbeamOrbitersError (240) */ - export interface PalletMoonbeamOrbitersError extends Enum { + interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; readonly isCollatorPoolTooLarge: boolean; @@ -3604,9 +3656,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletUtilityCall (235) + * @name PalletUtilityCall (241) */ - export interface PalletUtilityCall extends Enum { + interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { readonly calls: Vec; @@ -3633,9 +3685,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletProxyCall (238) + * @name PalletProxyCall (244) */ - export interface PalletProxyCall extends Enum { + interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { readonly real: AccountId20; @@ -3655,14 +3707,14 @@ declare module "@polkadot/types/lookup" { readonly delay: u32; } & Struct; readonly isRemoveProxies: boolean; - readonly isAnonymous: boolean; - readonly asAnonymous: { + readonly isCreatePure: boolean; + readonly asCreatePure: { readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; readonly index: u16; } & Struct; - readonly isKillAnonymous: boolean; - readonly asKillAnonymous: { + readonly isKillPure: boolean; + readonly asKillPure: { readonly spawner: AccountId20; readonly proxyType: MoonbeamRuntimeProxyType; readonly index: u16; @@ -3696,8 +3748,8 @@ declare module "@polkadot/types/lookup" { | "AddProxy" | "RemoveProxy" | "RemoveProxies" - | "Anonymous" - | "KillAnonymous" + | "CreatePure" + | "KillPure" | "Announce" | "RemoveAnnouncement" | "RejectAnnouncement" @@ -3705,18 +3757,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeCall (240) + * @name PalletMaintenanceModeCall (246) */ - export interface PalletMaintenanceModeCall extends Enum { + interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } /** - * @name PalletIdentityCall (241) + * @name PalletIdentityCall (247) */ - export interface PalletIdentityCall extends Enum { + interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { readonly account: AccountId20; @@ -3759,6 +3811,7 @@ declare module "@polkadot/types/lookup" { readonly regIndex: Compact; readonly target: AccountId20; readonly judgement: PalletIdentityJudgement; + readonly identity: H256; } & Struct; readonly isKillIdentity: boolean; readonly asKillIdentity: { @@ -3798,9 +3851,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityIdentityInfo (242) + * @name PalletIdentityIdentityInfo (248) */ - export interface PalletIdentityIdentityInfo extends Struct { + interface PalletIdentityIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; readonly legal: Data; @@ -3813,9 +3866,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityBitFlags (278) + * @name PalletIdentityBitFlags (284) */ - export interface PalletIdentityBitFlags extends Set { + interface PalletIdentityBitFlags extends Set { readonly isDisplay: boolean; readonly isLegal: boolean; readonly isWeb: boolean; @@ -3827,9 +3880,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityIdentityField (279) + * @name PalletIdentityIdentityField (285) */ - export interface PalletIdentityIdentityField extends Enum { + interface PalletIdentityIdentityField extends Enum { readonly isDisplay: boolean; readonly isLegal: boolean; readonly isWeb: boolean; @@ -3850,9 +3903,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityJudgement (280) + * @name PalletIdentityJudgement (286) */ - export interface PalletIdentityJudgement extends Enum { + interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; readonly asFeePaid: u128; @@ -3872,9 +3925,21 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEvmCall (281) + * @name PalletMigrationsCall (287) */ - export interface PalletEvmCall extends Enum { + interface PalletMigrationsCall extends Enum { + readonly isMigrateDemocracyPreimage: boolean; + readonly asMigrateDemocracyPreimage: { + readonly proposalHash: H256; + readonly proposalLenUpperBound: Compact; + } & Struct; + readonly type: "MigrateDemocracyPreimage"; + } + + /** + * @name PalletEvmCall (288) + */ + interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { readonly address: H160; @@ -3919,9 +3984,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEthereumCall (285) + * @name PalletEthereumCall (292) */ - export interface PalletEthereumCall extends Enum { + interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { readonly transaction: EthereumTransactionTransactionV2; @@ -3930,9 +3995,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionV2 (286) + * @name EthereumTransactionTransactionV2 (293) */ - export interface EthereumTransactionTransactionV2 extends Enum { + interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; readonly isEip2930: boolean; @@ -3943,9 +4008,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionLegacyTransaction (287) + * @name EthereumTransactionLegacyTransaction (294) */ - export interface EthereumTransactionLegacyTransaction extends Struct { + interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; readonly gasLimit: U256; @@ -3956,9 +4021,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionAction (288) + * @name EthereumTransactionTransactionAction (295) */ - export interface EthereumTransactionTransactionAction extends Enum { + interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; readonly isCreate: boolean; @@ -3966,18 +4031,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionSignature (289) + * @name EthereumTransactionTransactionSignature (296) */ - export interface EthereumTransactionTransactionSignature extends Struct { + interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } /** - * @name EthereumTransactionEip2930Transaction (291) + * @name EthereumTransactionEip2930Transaction (298) */ - export interface EthereumTransactionEip2930Transaction extends Struct { + interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; readonly gasPrice: U256; @@ -3992,17 +4057,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionAccessListItem (293) + * @name EthereumTransactionAccessListItem (300) */ - export interface EthereumTransactionAccessListItem extends Struct { + interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } /** - * @name EthereumTransactionEip1559Transaction (294) + * @name EthereumTransactionEip1559Transaction (301) */ - export interface EthereumTransactionEip1559Transaction extends Struct { + interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; readonly maxPriorityFeePerGas: U256; @@ -4018,34 +4083,30 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBaseFeeCall (295) + * @name PalletBaseFeeCall (302) */ - export interface PalletBaseFeeCall extends Enum { + interface PalletBaseFeeCall extends Enum { readonly isSetBaseFeePerGas: boolean; readonly asSetBaseFeePerGas: { readonly fee: U256; } & Struct; - readonly isSetIsActive: boolean; - readonly asSetIsActive: { - readonly isActive: bool; - } & Struct; readonly isSetElasticity: boolean; readonly asSetElasticity: { readonly elasticity: Permill; } & Struct; - readonly type: "SetBaseFeePerGas" | "SetIsActive" | "SetElasticity"; + readonly type: "SetBaseFeePerGas" | "SetElasticity"; } /** - * @name PalletSchedulerCall (296) + * @name PalletSchedulerCall (303) */ - export interface PalletSchedulerCall extends Enum { + interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { readonly when: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isCancel: boolean; readonly asCancel: { @@ -4054,30 +4115,30 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isScheduleNamed: boolean; readonly asScheduleNamed: { - readonly id: Bytes; + readonly id: U8aFixed; readonly when: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isCancelNamed: boolean; readonly asCancelNamed: { - readonly id: Bytes; + readonly id: U8aFixed; } & Struct; readonly isScheduleAfter: boolean; readonly asScheduleAfter: { readonly after: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isScheduleNamedAfter: boolean; readonly asScheduleNamedAfter: { - readonly id: Bytes; + readonly id: U8aFixed; readonly after: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly type: | "Schedule" @@ -4089,29 +4150,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportScheduleMaybeHashed (298) + * @name PalletDemocracyCall (305) */ - export interface FrameSupportScheduleMaybeHashed extends Enum { - readonly isValue: boolean; - readonly asValue: Call; - readonly isHash: boolean; - readonly asHash: H256; - readonly type: "Value" | "Hash"; - } - - /** - * @name PalletDemocracyCall (299) - */ - export interface PalletDemocracyCall extends Enum { + interface PalletDemocracyCall extends Enum { readonly isPropose: boolean; readonly asPropose: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; readonly value: Compact; } & Struct; readonly isSecond: boolean; readonly asSecond: { readonly proposal: Compact; - readonly secondsUpperBound: Compact; } & Struct; readonly isVote: boolean; readonly asVote: { @@ -4124,15 +4173,15 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isExternalPropose: boolean; readonly asExternalPropose: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isExternalProposeMajority: boolean; readonly asExternalProposeMajority: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isExternalProposeDefault: boolean; readonly asExternalProposeDefault: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isFastTrack: boolean; readonly asFastTrack: { @@ -4148,10 +4197,6 @@ declare module "@polkadot/types/lookup" { readonly asCancelReferendum: { readonly refIndex: Compact; } & Struct; - readonly isCancelQueued: boolean; - readonly asCancelQueued: { - readonly which: u32; - } & Struct; readonly isDelegate: boolean; readonly asDelegate: { readonly to: AccountId20; @@ -4160,27 +4205,6 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isUndelegate: boolean; readonly isClearPublicProposals: boolean; - readonly isNotePreimage: boolean; - readonly asNotePreimage: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNotePreimageOperational: boolean; - readonly asNotePreimageOperational: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNoteImminentPreimage: boolean; - readonly asNoteImminentPreimage: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNoteImminentPreimageOperational: boolean; - readonly asNoteImminentPreimageOperational: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isReapPreimage: boolean; - readonly asReapPreimage: { - readonly proposalHash: H256; - readonly proposalLenUpperBound: Compact; - } & Struct; readonly isUnlock: boolean; readonly asUnlock: { readonly target: AccountId20; @@ -4194,11 +4218,6 @@ declare module "@polkadot/types/lookup" { readonly target: AccountId20; readonly index: u32; } & Struct; - readonly isEnactProposal: boolean; - readonly asEnactProposal: { - readonly proposalHash: H256; - readonly index: u32; - } & Struct; readonly isBlacklist: boolean; readonly asBlacklist: { readonly proposalHash: H256; @@ -4219,27 +4238,38 @@ declare module "@polkadot/types/lookup" { | "FastTrack" | "VetoExternal" | "CancelReferendum" - | "CancelQueued" | "Delegate" | "Undelegate" | "ClearPublicProposals" - | "NotePreimage" - | "NotePreimageOperational" - | "NoteImminentPreimage" - | "NoteImminentPreimageOperational" - | "ReapPreimage" | "Unlock" | "RemoveVote" | "RemoveOtherVote" - | "EnactProposal" | "Blacklist" | "CancelProposal"; } /** - * @name PalletDemocracyConviction (300) + * @name FrameSupportPreimagesBounded (306) + */ + interface FrameSupportPreimagesBounded extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: { + readonly hash_: H256; + } & Struct; + readonly isInline: boolean; + readonly asInline: Bytes; + readonly isLookup: boolean; + readonly asLookup: { + readonly hash_: H256; + readonly len: u32; + } & Struct; + readonly type: "Legacy" | "Inline" | "Lookup"; + } + + /** + * @name PalletDemocracyConviction (308) */ - export interface PalletDemocracyConviction extends Enum { + interface PalletDemocracyConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; readonly isLocked2x: boolean; @@ -4258,9 +4288,32 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveCall (302) + * @name PalletPreimageCall (310) */ - export interface PalletCollectiveCall extends Enum { + interface PalletPreimageCall extends Enum { + readonly isNotePreimage: boolean; + readonly asNotePreimage: { + readonly bytes: Bytes; + } & Struct; + readonly isUnnotePreimage: boolean; + readonly asUnnotePreimage: { + readonly hash_: H256; + } & Struct; + readonly isRequestPreimage: boolean; + readonly asRequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly isUnrequestPreimage: boolean; + readonly asUnrequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly type: "NotePreimage" | "UnnotePreimage" | "RequestPreimage" | "UnrequestPreimage"; + } + + /** + * @name PalletCollectiveCall (311) + */ + interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { readonly newMembers: Vec; @@ -4284,8 +4337,8 @@ declare module "@polkadot/types/lookup" { readonly index: Compact; readonly approve: bool; } & Struct; - readonly isClose: boolean; - readonly asClose: { + readonly isCloseOldWeight: boolean; + readonly asCloseOldWeight: { readonly proposalHash: H256; readonly index: Compact; readonly proposalWeightBound: Compact; @@ -4295,13 +4348,27 @@ declare module "@polkadot/types/lookup" { readonly asDisapproveProposal: { readonly proposalHash: H256; } & Struct; - readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "Close" | "DisapproveProposal"; + readonly isClose: boolean; + readonly asClose: { + readonly proposalHash: H256; + readonly index: Compact; + readonly proposalWeightBound: SpWeightsWeightV2Weight; + readonly lengthBound: Compact; + } & Struct; + readonly type: + | "SetMembers" + | "Execute" + | "Propose" + | "Vote" + | "CloseOldWeight" + | "DisapproveProposal" + | "Close"; } /** - * @name PalletTreasuryCall (305) + * @name PalletTreasuryCall (316) */ - export interface PalletTreasuryCall extends Enum { + interface PalletTreasuryCall extends Enum { readonly isProposeSpend: boolean; readonly asProposeSpend: { readonly value: Compact; @@ -4333,9 +4400,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsCall (306) + * @name PalletCrowdloanRewardsCall (317) */ - export interface PalletCrowdloanRewardsCall extends Enum { + interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { readonly rewardAccount: AccountId20; @@ -4371,9 +4438,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeMultiSignature (307) + * @name SpRuntimeMultiSignature (318) */ - export interface SpRuntimeMultiSignature extends Enum { + interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: SpCoreEd25519Signature; readonly isSr25519: boolean; @@ -4384,24 +4451,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpCoreEd25519Signature (308) + * @name SpCoreEd25519Signature (319) */ - export interface SpCoreEd25519Signature extends U8aFixed {} + interface SpCoreEd25519Signature extends U8aFixed {} /** - * @name SpCoreSr25519Signature (310) + * @name SpCoreSr25519Signature (321) */ - export interface SpCoreSr25519Signature extends U8aFixed {} + interface SpCoreSr25519Signature extends U8aFixed {} /** - * @name SpCoreEcdsaSignature (311) + * @name SpCoreEcdsaSignature (322) */ - export interface SpCoreEcdsaSignature extends U8aFixed {} + interface SpCoreEcdsaSignature extends U8aFixed {} /** - * @name CumulusPalletDmpQueueCall (317) + * @name CumulusPalletDmpQueueCall (328) */ - export interface CumulusPalletDmpQueueCall extends Enum { + interface CumulusPalletDmpQueueCall extends Enum { readonly isServiceOverweight: boolean; readonly asServiceOverweight: { readonly index: u64; @@ -4411,9 +4478,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmCall (318) + * @name PalletXcmCall (329) */ - export interface PalletXcmCall extends Enum { + interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { readonly dest: XcmVersionedMultiLocation; @@ -4485,9 +4552,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedXcm (319) + * @name XcmVersionedXcm (330) */ - export interface XcmVersionedXcm extends Enum { + interface XcmVersionedXcm extends Enum { readonly isV0: boolean; readonly asV0: XcmV0Xcm; readonly isV1: boolean; @@ -4498,9 +4565,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Xcm (320) + * @name XcmV0Xcm (331) */ - export interface XcmV0Xcm extends Enum { + interface XcmV0Xcm extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: { readonly assets: Vec; @@ -4574,9 +4641,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Order (322) + * @name XcmV0Order (333) */ - export interface XcmV0Order extends Enum { + interface XcmV0Order extends Enum { readonly isNull: boolean; readonly isDepositAsset: boolean; readonly asDepositAsset: { @@ -4632,18 +4699,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Response (324) + * @name XcmV0Response (335) */ - export interface XcmV0Response extends Enum { + interface XcmV0Response extends Enum { readonly isAssets: boolean; readonly asAssets: Vec; readonly type: "Assets"; } /** - * @name XcmV1Xcm (325) + * @name XcmV1Xcm (336) */ - export interface XcmV1Xcm extends Enum { + interface XcmV1Xcm extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: { readonly assets: XcmV1MultiassetMultiAssets; @@ -4725,9 +4792,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Order (327) + * @name XcmV1Order (338) */ - export interface XcmV1Order extends Enum { + interface XcmV1Order extends Enum { readonly isNoop: boolean; readonly isDepositAsset: boolean; readonly asDepositAsset: { @@ -4785,9 +4852,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Response (329) + * @name XcmV1Response (340) */ - export interface XcmV1Response extends Enum { + interface XcmV1Response extends Enum { readonly isAssets: boolean; readonly asAssets: XcmV1MultiassetMultiAssets; readonly isVersion: boolean; @@ -4796,9 +4863,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsCall (343) + * @name PalletAssetsCall (354) */ - export interface PalletAssetsCall extends Enum { + interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { readonly id: Compact; @@ -4974,18 +5041,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsDestroyWitness (344) + * @name PalletAssetsDestroyWitness (355) */ - export interface PalletAssetsDestroyWitness extends Struct { + interface PalletAssetsDestroyWitness extends Struct { readonly accounts: Compact; readonly sufficients: Compact; readonly approvals: Compact; } /** - * @name PalletAssetManagerCall (345) + * @name PalletAssetManagerCall (356) */ - export interface PalletAssetManagerCall extends Enum { + interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { readonly asset: MoonbeamRuntimeXcmConfigAssetType; @@ -5045,21 +5112,21 @@ declare module "@polkadot/types/lookup" { } /** - * @name OrmlXtokensModuleCall (346) + * @name OrmlXtokensModuleCall (357) */ - export interface OrmlXtokensModuleCall extends Enum { + interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiasset: boolean; readonly asTransferMultiasset: { readonly asset: XcmVersionedMultiAsset; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferWithFee: boolean; readonly asTransferWithFee: { @@ -5067,28 +5134,28 @@ declare module "@polkadot/types/lookup" { readonly amount: u128; readonly fee: u128; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiassetWithFee: boolean; readonly asTransferMultiassetWithFee: { readonly asset: XcmVersionedMultiAsset; readonly fee: XcmVersionedMultiAsset; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMulticurrencies: boolean; readonly asTransferMulticurrencies: { readonly currencies: Vec>; readonly feeItem: u32; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiassets: boolean; readonly asTransferMultiassets: { readonly assets: XcmVersionedMultiAssets; readonly feeItem: u32; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly type: | "Transfer" @@ -5100,9 +5167,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name MoonbeamRuntimeXcmConfigCurrencyId (347) + * @name MoonbeamRuntimeXcmConfigCurrencyId (358) */ - export interface MoonbeamRuntimeXcmConfigCurrencyId extends Enum { + interface MoonbeamRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; readonly asForeignAsset: u128; @@ -5112,9 +5179,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedMultiAsset (348) + * @name XcmVersionedMultiAsset (359) */ - export interface XcmVersionedMultiAsset extends Enum { + interface XcmVersionedMultiAsset extends Enum { readonly isV0: boolean; readonly asV0: XcmV0MultiAsset; readonly isV1: boolean; @@ -5123,9 +5190,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorCall (351) + * @name PalletXcmTransactorCall (362) */ - export interface PalletXcmTransactorCall extends Enum { + interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { readonly who: AccountId20; @@ -5192,25 +5259,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name MoonbeamRuntimeXcmConfigTransactors (352) + * @name MoonbeamRuntimeXcmConfigTransactors (363) */ - export interface MoonbeamRuntimeXcmConfigTransactors extends Enum { + interface MoonbeamRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } /** - * @name PalletXcmTransactorCurrencyPayment (353) + * @name PalletXcmTransactorCurrencyPayment (364) */ - export interface PalletXcmTransactorCurrencyPayment extends Struct { + interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } /** - * @name PalletXcmTransactorCurrency (354) + * @name PalletXcmTransactorCurrency (365) */ - export interface PalletXcmTransactorCurrency extends Enum { + interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; readonly isAsMultiLocation: boolean; @@ -5219,25 +5286,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorTransactWeights (356) + * @name PalletXcmTransactorTransactWeights (367) */ - export interface PalletXcmTransactorTransactWeights extends Struct { + interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: u64; readonly overallWeight: Option; } /** - * @name PalletRandomnessCall (358) + * @name PalletRandomnessCall (369) */ - export interface PalletRandomnessCall extends Enum { + interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } /** - * @name MoonbeamRuntimeOriginCaller (359) + * @name MoonbeamRuntimeOriginCaller (370) */ - export interface MoonbeamRuntimeOriginCaller extends Enum { + interface MoonbeamRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; readonly isVoid: boolean; @@ -5265,9 +5332,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportDispatchRawOrigin (360) + * @name FrameSupportDispatchRawOrigin (371) */ - export interface FrameSupportDispatchRawOrigin extends Enum { + interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; readonly asSigned: AccountId20; @@ -5276,18 +5343,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEthereumRawOrigin (361) + * @name PalletEthereumRawOrigin (372) */ - export interface PalletEthereumRawOrigin extends Enum { + interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } /** - * @name PalletCollectiveRawOrigin (362) + * @name PalletCollectiveRawOrigin (373) */ - export interface PalletCollectiveRawOrigin extends Enum { + interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; readonly isMember: boolean; @@ -5297,9 +5364,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmOrigin (365) + * @name CumulusPalletXcmOrigin (376) */ - export interface CumulusPalletXcmOrigin extends Enum { + interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; readonly asSiblingParachain: u32; @@ -5307,9 +5374,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmOrigin (366) + * @name PalletXcmOrigin (377) */ - export interface PalletXcmOrigin extends Enum { + interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: XcmV1MultiLocation; readonly isResponse: boolean; @@ -5318,40 +5385,40 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpCoreVoid (367) + * @name SpCoreVoid (378) */ - export type SpCoreVoid = Null; + type SpCoreVoid = Null; /** - * @name PalletUtilityError (368) + * @name PalletUtilityError (379) */ - export interface PalletUtilityError extends Enum { + interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } /** - * @name PalletProxyProxyDefinition (371) + * @name PalletProxyProxyDefinition (382) */ - export interface PalletProxyProxyDefinition extends Struct { + interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } /** - * @name PalletProxyAnnouncement (375) + * @name PalletProxyAnnouncement (386) */ - export interface PalletProxyAnnouncement extends Struct { + interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } /** - * @name PalletProxyError (377) + * @name PalletProxyError (388) */ - export interface PalletProxyError extends Enum { + interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; readonly isNotProxy: boolean; @@ -5372,36 +5439,36 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeError (378) + * @name PalletMaintenanceModeError (389) */ - export interface PalletMaintenanceModeError extends Enum { + interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } /** - * @name PalletIdentityRegistration (379) + * @name PalletIdentityRegistration (390) */ - export interface PalletIdentityRegistration extends Struct { + interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityIdentityInfo; } /** - * @name PalletIdentityRegistrarInfo (387) + * @name PalletIdentityRegistrarInfo (398) */ - export interface PalletIdentityRegistrarInfo extends Struct { + interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: PalletIdentityBitFlags; } /** - * @name PalletIdentityError (389) + * @name PalletIdentityError (400) */ - export interface PalletIdentityError extends Enum { + interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; readonly isNotNamed: boolean; @@ -5418,6 +5485,7 @@ declare module "@polkadot/types/lookup" { readonly isAlreadyClaimed: boolean; readonly isNotSub: boolean; readonly isNotOwned: boolean; + readonly isJudgementForDifferentIdentity: boolean; readonly type: | "TooManySubAccounts" | "NotFound" @@ -5434,13 +5502,29 @@ declare module "@polkadot/types/lookup" { | "TooManyRegistrars" | "AlreadyClaimed" | "NotSub" - | "NotOwned"; + | "NotOwned" + | "JudgementForDifferentIdentity"; } /** - * @name PalletEvmError (391) + * @name PalletMigrationsError (401) */ - export interface PalletEvmError extends Enum { + interface PalletMigrationsError extends Enum { + readonly isPreimageMissing: boolean; + readonly isWrongUpperBound: boolean; + readonly isPreimageIsTooBig: boolean; + readonly isPreimageAlreadyExists: boolean; + readonly type: + | "PreimageMissing" + | "WrongUpperBound" + | "PreimageIsTooBig" + | "PreimageAlreadyExists"; + } + + /** + * @name PalletEvmError (403) + */ + interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; readonly isPaymentOverflow: boolean; @@ -5450,6 +5534,7 @@ declare module "@polkadot/types/lookup" { readonly isGasLimitTooLow: boolean; readonly isGasLimitTooHigh: boolean; readonly isUndefined: boolean; + readonly isReentrancy: boolean; readonly type: | "BalanceLow" | "FeeOverflow" @@ -5459,13 +5544,14 @@ declare module "@polkadot/types/lookup" { | "InvalidNonce" | "GasLimitTooLow" | "GasLimitTooHigh" - | "Undefined"; + | "Undefined" + | "Reentrancy"; } /** - * @name FpRpcTransactionStatus (394) + * @name FpRpcTransactionStatus (406) */ - export interface FpRpcTransactionStatus extends Struct { + interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; readonly from: H160; @@ -5476,14 +5562,14 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthbloomBloom (397) + * @name EthbloomBloom (409) */ - export interface EthbloomBloom extends U8aFixed {} + interface EthbloomBloom extends U8aFixed {} /** - * @name EthereumReceiptReceiptV3 (399) + * @name EthereumReceiptReceiptV3 (411) */ - export interface EthereumReceiptReceiptV3 extends Enum { + interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; readonly isEip2930: boolean; @@ -5494,9 +5580,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumReceiptEip658ReceiptData (400) + * @name EthereumReceiptEip658ReceiptData (412) */ - export interface EthereumReceiptEip658ReceiptData extends Struct { + interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; readonly logsBloom: EthbloomBloom; @@ -5504,18 +5590,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumBlock (401) + * @name EthereumBlock (413) */ - export interface EthereumBlock extends Struct { + interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } /** - * @name EthereumHeader (402) + * @name EthereumHeader (414) */ - export interface EthereumHeader extends Struct { + interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; readonly beneficiary: H160; @@ -5534,66 +5620,51 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTypesHashH64 (403) + * @name EthereumTypesHashH64 (415) */ - export interface EthereumTypesHashH64 extends U8aFixed {} + interface EthereumTypesHashH64 extends U8aFixed {} /** - * @name PalletEthereumError (408) + * @name PalletEthereumError (420) */ - export interface PalletEthereumError extends Enum { + interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } /** - * @name PalletSchedulerScheduledV3 (411) + * @name PalletSchedulerScheduled (423) */ - export interface PalletSchedulerScheduledV3 extends Struct { - readonly maybeId: Option; + interface PalletSchedulerScheduled extends Struct { + readonly maybeId: Option; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: FrameSupportPreimagesBounded; readonly maybePeriodic: Option>; readonly origin: MoonbeamRuntimeOriginCaller; } /** - * @name PalletSchedulerError (412) + * @name PalletSchedulerError (425) */ - export interface PalletSchedulerError extends Enum { + interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; readonly isTargetBlockNumberInPast: boolean; readonly isRescheduleNoChange: boolean; + readonly isNamed: boolean; readonly type: | "FailedToSchedule" | "NotFound" | "TargetBlockNumberInPast" - | "RescheduleNoChange"; - } - - /** - * @name PalletDemocracyPreimageStatus (416) - */ - export interface PalletDemocracyPreimageStatus extends Enum { - readonly isMissing: boolean; - readonly asMissing: u32; - readonly isAvailable: boolean; - readonly asAvailable: { - readonly data: Bytes; - readonly provider: AccountId20; - readonly deposit: u128; - readonly since: u32; - readonly expiry: Option; - } & Struct; - readonly type: "Missing" | "Available"; + | "RescheduleNoChange" + | "Named"; } /** - * @name PalletDemocracyReferendumInfo (417) + * @name PalletDemocracyReferendumInfo (430) */ - export interface PalletDemocracyReferendumInfo extends Enum { + interface PalletDemocracyReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletDemocracyReferendumStatus; readonly isFinished: boolean; @@ -5605,29 +5676,29 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletDemocracyReferendumStatus (418) + * @name PalletDemocracyReferendumStatus (431) */ - export interface PalletDemocracyReferendumStatus extends Struct { + interface PalletDemocracyReferendumStatus extends Struct { readonly end: u32; - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; readonly threshold: PalletDemocracyVoteThreshold; readonly delay: u32; readonly tally: PalletDemocracyTally; } /** - * @name PalletDemocracyTally (419) + * @name PalletDemocracyTally (432) */ - export interface PalletDemocracyTally extends Struct { + interface PalletDemocracyTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly turnout: u128; } /** - * @name PalletDemocracyVoteVoting (420) + * @name PalletDemocracyVoteVoting (433) */ - export interface PalletDemocracyVoteVoting extends Enum { + interface PalletDemocracyVoteVoting extends Enum { readonly isDirect: boolean; readonly asDirect: { readonly votes: Vec>; @@ -5646,30 +5717,22 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletDemocracyDelegations (423) + * @name PalletDemocracyDelegations (437) */ - export interface PalletDemocracyDelegations extends Struct { + interface PalletDemocracyDelegations extends Struct { readonly votes: u128; readonly capital: u128; } /** - * @name PalletDemocracyVotePriorLock (424) - */ - export interface PalletDemocracyVotePriorLock extends ITuple<[u32, u128]> {} - - /** - * @name PalletDemocracyReleases (427) + * @name PalletDemocracyVotePriorLock (438) */ - export interface PalletDemocracyReleases extends Enum { - readonly isV1: boolean; - readonly type: "V1"; - } + interface PalletDemocracyVotePriorLock extends ITuple<[u32, u128]> {} /** - * @name PalletDemocracyError (428) + * @name PalletDemocracyError (441) */ - export interface PalletDemocracyError extends Enum { + interface PalletDemocracyError extends Enum { readonly isValueLow: boolean; readonly isProposalMissing: boolean; readonly isAlreadyCanceled: boolean; @@ -5679,13 +5742,7 @@ declare module "@polkadot/types/lookup" { readonly isInvalidHash: boolean; readonly isNoProposal: boolean; readonly isAlreadyVetoed: boolean; - readonly isDuplicatePreimage: boolean; - readonly isNotImminent: boolean; - readonly isTooEarly: boolean; - readonly isImminent: boolean; - readonly isPreimageMissing: boolean; readonly isReferendumInvalid: boolean; - readonly isPreimageInvalid: boolean; readonly isNoneWaiting: boolean; readonly isNotVoter: boolean; readonly isNoPermission: boolean; @@ -5697,7 +5754,7 @@ declare module "@polkadot/types/lookup" { readonly isNonsense: boolean; readonly isWrongUpperBound: boolean; readonly isMaxVotesReached: boolean; - readonly isTooManyProposals: boolean; + readonly isTooMany: boolean; readonly isVotingPeriodLow: boolean; readonly type: | "ValueLow" @@ -5709,13 +5766,7 @@ declare module "@polkadot/types/lookup" { | "InvalidHash" | "NoProposal" | "AlreadyVetoed" - | "DuplicatePreimage" - | "NotImminent" - | "TooEarly" - | "Imminent" - | "PreimageMissing" | "ReferendumInvalid" - | "PreimageInvalid" | "NoneWaiting" | "NotVoter" | "NoPermission" @@ -5727,14 +5778,51 @@ declare module "@polkadot/types/lookup" { | "Nonsense" | "WrongUpperBound" | "MaxVotesReached" - | "TooManyProposals" + | "TooMany" | "VotingPeriodLow"; } /** - * @name PalletCollectiveVotes (430) + * @name PalletPreimageRequestStatus (442) + */ + interface PalletPreimageRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** + * @name PalletPreimageError (447) + */ + interface PalletPreimageError extends Enum { + readonly isTooBig: boolean; + readonly isAlreadyNoted: boolean; + readonly isNotAuthorized: boolean; + readonly isNotNoted: boolean; + readonly isRequested: boolean; + readonly isNotRequested: boolean; + readonly type: + | "TooBig" + | "AlreadyNoted" + | "NotAuthorized" + | "NotNoted" + | "Requested" + | "NotRequested"; + } + + /** + * @name PalletCollectiveVotes (449) */ - export interface PalletCollectiveVotes extends Struct { + interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; readonly ayes: Vec; @@ -5743,9 +5831,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveError (431) + * @name PalletCollectiveError (450) */ - export interface PalletCollectiveError extends Enum { + interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; readonly isProposalMissing: boolean; @@ -5770,9 +5858,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTreasuryProposal (435) + * @name PalletTreasuryProposal (454) */ - export interface PalletTreasuryProposal extends Struct { + interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; readonly beneficiary: AccountId20; @@ -5780,14 +5868,14 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportPalletId (438) + * @name FrameSupportPalletId (457) */ - export interface FrameSupportPalletId extends U8aFixed {} + interface FrameSupportPalletId extends U8aFixed {} /** - * @name PalletTreasuryError (439) + * @name PalletTreasuryError (458) */ - export interface PalletTreasuryError extends Enum { + interface PalletTreasuryError extends Enum { readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; @@ -5802,18 +5890,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsRewardInfo (440) + * @name PalletCrowdloanRewardsRewardInfo (459) */ - export interface PalletCrowdloanRewardsRewardInfo extends Struct { + interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } /** - * @name PalletCrowdloanRewardsError (442) + * @name PalletCrowdloanRewardsError (461) */ - export interface PalletCrowdloanRewardsError extends Enum { + interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; readonly isFirstClaimAlreadyDone: boolean; @@ -5848,27 +5936,27 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueInboundChannelDetails (444) + * @name CumulusPalletXcmpQueueInboundChannelDetails (463) */ - export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct { + interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct { readonly sender: u32; readonly state: CumulusPalletXcmpQueueInboundState; readonly messageMetadata: Vec>; } /** - * @name CumulusPalletXcmpQueueInboundState (445) + * @name CumulusPalletXcmpQueueInboundState (464) */ - export interface CumulusPalletXcmpQueueInboundState extends Enum { + interface CumulusPalletXcmpQueueInboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } /** - * @name PolkadotParachainPrimitivesXcmpMessageFormat (448) + * @name PolkadotParachainPrimitivesXcmpMessageFormat (467) */ - export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum { + interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum { readonly isConcatenatedVersionedXcm: boolean; readonly isConcatenatedEncodedBlob: boolean; readonly isSignals: boolean; @@ -5876,9 +5964,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueOutboundChannelDetails (451) + * @name CumulusPalletXcmpQueueOutboundChannelDetails (470) */ - export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { + interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; readonly signalsExist: bool; @@ -5887,30 +5975,30 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueOutboundState (452) + * @name CumulusPalletXcmpQueueOutboundState (471) */ - export interface CumulusPalletXcmpQueueOutboundState extends Enum { + interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } /** - * @name CumulusPalletXcmpQueueQueueConfigData (454) + * @name CumulusPalletXcmpQueueQueueConfigData (473) */ - export interface CumulusPalletXcmpQueueQueueConfigData extends Struct { + interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; - readonly thresholdWeight: u64; - readonly weightRestrictDecay: u64; - readonly xcmpMaxIndividualWeight: u64; + readonly thresholdWeight: SpWeightsWeightV2Weight; + readonly weightRestrictDecay: SpWeightsWeightV2Weight; + readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight; } /** - * @name CumulusPalletXcmpQueueError (456) + * @name CumulusPalletXcmpQueueError (475) */ - export interface CumulusPalletXcmpQueueError extends Enum { + interface CumulusPalletXcmpQueueError extends Enum { readonly isFailedToSend: boolean; readonly isBadXcmOrigin: boolean; readonly isBadXcm: boolean; @@ -5925,39 +6013,39 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmError (457) + * @name CumulusPalletXcmError (476) */ - export type CumulusPalletXcmError = Null; + type CumulusPalletXcmError = Null; /** - * @name CumulusPalletDmpQueueConfigData (458) + * @name CumulusPalletDmpQueueConfigData (477) */ - export interface CumulusPalletDmpQueueConfigData extends Struct { - readonly maxIndividual: u64; + interface CumulusPalletDmpQueueConfigData extends Struct { + readonly maxIndividual: SpWeightsWeightV2Weight; } /** - * @name CumulusPalletDmpQueuePageIndexData (459) + * @name CumulusPalletDmpQueuePageIndexData (478) */ - export interface CumulusPalletDmpQueuePageIndexData extends Struct { + interface CumulusPalletDmpQueuePageIndexData extends Struct { readonly beginUsed: u32; readonly endUsed: u32; readonly overweightCount: u64; } /** - * @name CumulusPalletDmpQueueError (462) + * @name CumulusPalletDmpQueueError (481) */ - export interface CumulusPalletDmpQueueError extends Enum { + interface CumulusPalletDmpQueueError extends Enum { readonly isUnknown: boolean; readonly isOverLimit: boolean; readonly type: "Unknown" | "OverLimit"; } /** - * @name PalletXcmQueryStatus (463) + * @name PalletXcmQueryStatus (482) */ - export interface PalletXcmQueryStatus extends Enum { + interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { readonly responder: XcmVersionedMultiLocation; @@ -5978,9 +6066,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedResponse (466) + * @name XcmVersionedResponse (485) */ - export interface XcmVersionedResponse extends Enum { + interface XcmVersionedResponse extends Enum { readonly isV0: boolean; readonly asV0: XcmV0Response; readonly isV1: boolean; @@ -5991,9 +6079,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmVersionMigrationStage (472) + * @name PalletXcmVersionMigrationStage (491) */ - export interface PalletXcmVersionMigrationStage extends Enum { + interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; readonly isNotifyCurrentTargets: boolean; @@ -6007,9 +6095,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmError (473) + * @name PalletXcmError (493) */ - export interface PalletXcmError extends Enum { + interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; readonly isFiltered: boolean; @@ -6040,9 +6128,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsAssetDetails (474) + * @name PalletAssetsAssetDetails (494) */ - export interface PalletAssetsAssetDetails extends Struct { + interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; readonly admin: AccountId20; @@ -6058,9 +6146,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsAssetAccount (476) + * @name PalletAssetsAssetAccount (496) */ - export interface PalletAssetsAssetAccount extends Struct { + interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly isFrozen: bool; readonly reason: PalletAssetsExistenceReason; @@ -6068,9 +6156,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsExistenceReason (477) + * @name PalletAssetsExistenceReason (497) */ - export interface PalletAssetsExistenceReason extends Enum { + interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; readonly isDepositHeld: boolean; @@ -6080,17 +6168,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsApproval (479) + * @name PalletAssetsApproval (499) */ - export interface PalletAssetsApproval extends Struct { + interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } /** - * @name PalletAssetsAssetMetadata (480) + * @name PalletAssetsAssetMetadata (500) */ - export interface PalletAssetsAssetMetadata extends Struct { + interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; readonly symbol: Bytes; @@ -6099,9 +6187,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsError (482) + * @name PalletAssetsError (502) */ - export interface PalletAssetsError extends Enum { + interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; readonly isNoPermission: boolean; @@ -6136,17 +6224,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetManagerAssetInfo (483) + * @name PalletAssetManagerAssetInfo (503) */ - export interface PalletAssetManagerAssetInfo extends Struct { + interface PalletAssetManagerAssetInfo extends Struct { readonly creator: AccountId20; readonly deposit: u128; } /** - * @name PalletAssetManagerError (485) + * @name PalletAssetManagerError (505) */ - export interface PalletAssetManagerError extends Enum { + interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; readonly isAssetDoesNotExist: boolean; @@ -6167,9 +6255,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name OrmlXtokensModuleError (486) + * @name OrmlXtokensModuleError (506) */ - export interface OrmlXtokensModuleError extends Enum { + interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; readonly isInvalidDest: boolean; @@ -6212,9 +6300,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorError (487) + * @name PalletXcmTransactorError (507) */ - export interface PalletXcmTransactorError extends Enum { + interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; readonly isNotOwner: boolean; @@ -6265,17 +6353,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestState (489) + * @name PalletRandomnessRequestState (509) */ - export interface PalletRandomnessRequestState extends Struct { + interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } /** - * @name PalletRandomnessRequest (490) + * @name PalletRandomnessRequest (510) */ - export interface PalletRandomnessRequest extends Struct { + interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; readonly fee: u128; @@ -6286,9 +6374,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestInfo (491) + * @name PalletRandomnessRequestInfo (511) */ - export interface PalletRandomnessRequestInfo extends Enum { + interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; readonly isLocal: boolean; @@ -6297,9 +6385,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestType (492) + * @name PalletRandomnessRequestType (512) */ - export interface PalletRandomnessRequestType extends Enum { + interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; readonly isLocal: boolean; @@ -6308,17 +6396,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRandomnessResult (493) + * @name PalletRandomnessRandomnessResult (513) */ - export interface PalletRandomnessRandomnessResult extends Struct { + interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } /** - * @name PalletRandomnessError (494) + * @name PalletRandomnessError (514) */ - export interface PalletRandomnessError extends Enum { + interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; readonly isMustRequestAtLeastOneWord: boolean; @@ -6347,42 +6435,42 @@ declare module "@polkadot/types/lookup" { } /** - * @name AccountEthereumSignature (496) + * @name AccountEthereumSignature (516) */ - export interface AccountEthereumSignature extends SpCoreEcdsaSignature {} + interface AccountEthereumSignature extends SpCoreEcdsaSignature {} /** - * @name FrameSystemExtensionsCheckSpecVersion (498) + * @name FrameSystemExtensionsCheckSpecVersion (518) */ - export type FrameSystemExtensionsCheckSpecVersion = Null; + type FrameSystemExtensionsCheckSpecVersion = Null; /** - * @name FrameSystemExtensionsCheckTxVersion (499) + * @name FrameSystemExtensionsCheckTxVersion (519) */ - export type FrameSystemExtensionsCheckTxVersion = Null; + type FrameSystemExtensionsCheckTxVersion = Null; /** - * @name FrameSystemExtensionsCheckGenesis (500) + * @name FrameSystemExtensionsCheckGenesis (520) */ - export type FrameSystemExtensionsCheckGenesis = Null; + type FrameSystemExtensionsCheckGenesis = Null; /** - * @name FrameSystemExtensionsCheckNonce (503) + * @name FrameSystemExtensionsCheckNonce (523) */ - export interface FrameSystemExtensionsCheckNonce extends Compact {} + interface FrameSystemExtensionsCheckNonce extends Compact {} /** - * @name FrameSystemExtensionsCheckWeight (504) + * @name FrameSystemExtensionsCheckWeight (524) */ - export type FrameSystemExtensionsCheckWeight = Null; + type FrameSystemExtensionsCheckWeight = Null; /** - * @name PalletTransactionPaymentChargeTransactionPayment (505) + * @name PalletTransactionPaymentChargeTransactionPayment (525) */ - export interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} + interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} /** - * @name MoonbeamRuntimeRuntime (507) + * @name MoonbeamRuntimeRuntime (527) */ - export type MoonbeamRuntimeRuntime = Null; + type MoonbeamRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts index 55ef85790d..a5622f16e7 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts @@ -1,21 +1,28 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/consts"; + +import type { ApiTypes, AugmentedConst } from "@polkadot/api-base/types"; import type { Bytes, Option, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; import type { Codec } from "@polkadot/types-codec/types"; -import type { Perbill, Percent, Permill } from "@polkadot/types/interfaces/runtime"; +import type { Perbill, Permill } from "@polkadot/types/interfaces/runtime"; import type { FrameSupportPalletId, - FrameSupportWeightsRuntimeDbWeight, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, + SpWeightsRuntimeDbWeight, + SpWeightsWeightV2Weight, XcmV1MultiLocation, } from "@polkadot/types/lookup"; +export type __AugmentedConst = AugmentedConst; + declare module "@polkadot/api-base/types/consts" { - export interface AugmentedConsts { + interface AugmentedConsts { assetManager: { /** * The basic amount of funds that must be reserved for a local asset. @@ -127,6 +134,14 @@ declare module "@polkadot/api-base/types/consts" { * How often (in blocks) new public referenda are launched. */ launchPeriod: u32 & AugmentedConst; + /** + * The maximum number of items which can be blacklisted. + */ + maxBlacklisted: u32 & AugmentedConst; + /** + * The maximum number of deposits a public proposal may have at any time. + */ + maxDeposits: u32 & AugmentedConst; /** * The maximum number of public proposals that can exist at any time. */ @@ -142,10 +157,6 @@ declare module "@polkadot/api-base/types/consts" { * The minimum amount to be used as a deposit for a public referendum proposal. */ minimumDeposit: u128 & AugmentedConst; - /** - * The amount of balance that must be deposited per byte of preimage stored. - */ - preimageByteDeposit: u128 & AugmentedConst; /** * The minimum period of vote locking. * @@ -257,19 +268,6 @@ declare module "@polkadot/api-base/types/consts" { * be executable */ candidateBondLessDelay: u32 & AugmentedConst; - /** - * Default number of blocks per round at genesis - */ - defaultBlocksPerRound: u32 & AugmentedConst; - /** - * Default commission due to collators, is `CollatorCommission` storage - * value in genesis - */ - defaultCollatorCommission: Perbill & AugmentedConst; - /** - * Default percent of inflation set aside for parachain bond account - */ - defaultParachainBondReservePercent: Percent & AugmentedConst; /** * Number of rounds that delegation less requests must wait before executable */ @@ -412,13 +410,11 @@ declare module "@polkadot/api-base/types/consts" { }; scheduler: { /** - * The maximum weight that may be scheduled per block for any - * dispatchables of less priority than `schedule::HARD_DEADLINE`. + * The maximum weight that may be scheduled per block for any dispatchables. */ - maximumWeight: u64 & AugmentedConst; + maximumWeight: SpWeightsWeightV2Weight & AugmentedConst; /** * The maximum number of scheduled calls in the queue for a single block. - * Not strictly enforced, but used for weight estimation. */ maxScheduledPerBlock: u32 & AugmentedConst; /** @@ -443,9 +439,9 @@ declare module "@polkadot/api-base/types/consts" { /** * The weight of runtime database operations the runtime can invoke. */ - dbWeight: FrameSupportWeightsRuntimeDbWeight & AugmentedConst; + dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst; /** - * The designated SS85 prefix of this chain. + * The designated SS58 prefix of this chain. * * This replaces the "ss58Format" property declared in the chain spec. * Reason is that the runtime should know about the prefix in order to diff --git a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts index 35289c30b8..37bcb93358 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts @@ -1,10 +1,16 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/errors"; + +import type { ApiTypes, AugmentedError } from "@polkadot/api-base/types"; + +export type __AugmentedError = AugmentedError; declare module "@polkadot/api-base/types/errors" { - export interface AugmentedErrors { + interface AugmentedErrors { assetManager: { AssetAlreadyExists: AugmentedError; AssetDoesNotExist: AugmentedError; @@ -318,18 +324,10 @@ declare module "@polkadot/api-base/types/errors" { * Identity may not veto a proposal twice */ AlreadyVetoed: AugmentedError; - /** - * Preimage already noted - */ - DuplicatePreimage: AugmentedError; /** * Proposal already made */ DuplicateProposal: AugmentedError; - /** - * Imminent - */ - Imminent: AugmentedError; /** * The instant referendum origin is currently disallowed. */ @@ -366,10 +364,6 @@ declare module "@polkadot/api-base/types/errors" { * The account is not currently delegating. */ NotDelegating: AugmentedError; - /** - * Not imminent - */ - NotImminent: AugmentedError; /** * Next external proposal not simple majority */ @@ -378,14 +372,6 @@ declare module "@polkadot/api-base/types/errors" { * The given account did not vote on the referendum. */ NotVoter: AugmentedError; - /** - * Invalid preimage - */ - PreimageInvalid: AugmentedError; - /** - * Preimage not found - */ - PreimageMissing: AugmentedError; /** * Proposal still blacklisted */ @@ -399,13 +385,9 @@ declare module "@polkadot/api-base/types/errors" { */ ReferendumInvalid: AugmentedError; /** - * Too early + * Maximum number of items reached. */ - TooEarly: AugmentedError; - /** - * Maximum number of proposals reached. - */ - TooManyProposals: AugmentedError; + TooMany: AugmentedError; /** * Value too low */ @@ -485,6 +467,10 @@ declare module "@polkadot/api-base/types/errors" { * Calculating total payment overflowed */ PaymentOverflow: AugmentedError; + /** + * EVM reentrancy + */ + Reentrancy: AugmentedError; /** * Undefined error. */ @@ -523,6 +509,10 @@ declare module "@polkadot/api-base/types/errors" { * The target is invalid. */ InvalidTarget: AugmentedError; + /** + * The provided judgement was for a different identity. + */ + JudgementForDifferentIdentity: AugmentedError; /** * Judgement given. */ @@ -650,6 +640,28 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + migrations: { + /** + * Preimage already exists in the new storage. + */ + PreimageAlreadyExists: AugmentedError; + /** + * Preimage is larger than the new max size. + */ + PreimageIsTooBig: AugmentedError; + /** + * Missing preimage in original democracy storage + */ + PreimageMissing: AugmentedError; + /** + * Provided upper bound is too low. + */ + WrongUpperBound: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; moonbeamOrbiters: { /** * The collator is already added in orbiters program. @@ -729,11 +741,14 @@ declare module "@polkadot/api-base/types/errors" { PendingDelegationRequestNotDueYet: AugmentedError; PendingDelegationRevoke: AugmentedError; RoundLengthMustBeAtLeastTotalSelectedCollators: AugmentedError; + TooLowCandidateAutoCompoundingDelegationCountToAutoCompound: AugmentedError; + TooLowCandidateAutoCompoundingDelegationCountToDelegate: AugmentedError; TooLowCandidateCountToLeaveCandidates: AugmentedError; TooLowCandidateCountWeightHintCancelLeaveCandidates: AugmentedError; TooLowCandidateCountWeightHintJoinCandidates: AugmentedError; TooLowCandidateDelegationCountToDelegate: AugmentedError; TooLowCandidateDelegationCountToLeaveCandidates: AugmentedError; + TooLowDelegationCountToAutoCompound: AugmentedError; TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; /** @@ -842,6 +857,36 @@ declare module "@polkadot/api-base/types/errors" { */ [key: string]: AugmentedError; }; + preimage: { + /** + * Preimage has already been noted on-chain. + */ + AlreadyNoted: AugmentedError; + /** + * The user is not authorized to perform this action. + */ + NotAuthorized: AugmentedError; + /** + * The preimage cannot be removed since it has not yet been noted. + */ + NotNoted: AugmentedError; + /** + * The preimage request cannot be removed since no outstanding requests exist. + */ + NotRequested: AugmentedError; + /** + * A preimage may not be removed when there are outstanding requests. + */ + Requested: AugmentedError; + /** + * Preimage is too large to store on-chain. + */ + TooBig: AugmentedError; + /** + * Generic error + */ + [key: string]: AugmentedError; + }; proxy: { /** * Account is already a proxy. @@ -903,6 +948,10 @@ declare module "@polkadot/api-base/types/errors" { * Failed to schedule a call */ FailedToSchedule: AugmentedError; + /** + * Attempt to use a non-named function on a named task. + */ + Named: AugmentedError; /** * Cannot find the scheduled call. */ diff --git a/typescript-api/src/moonriver/interfaces/augment-api-events.ts b/typescript-api/src/moonriver/interfaces/augment-api-events.ts index 1a6eac6a69..f4594b5d09 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-events.ts @@ -1,7 +1,11 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/events"; + +import type { ApiTypes, AugmentedEvent } from "@polkadot/api-base/types"; import type { Bytes, Null, @@ -9,7 +13,6 @@ import type { Result, U256, U8aFixed, - Vec, bool, u128, u16, @@ -29,9 +32,8 @@ import type { import type { EthereumLog, EvmCoreErrorExitReason, - FrameSupportScheduleLookupError, + FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, - FrameSupportWeightsDispatchInfo, MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeProxyType, MoonriverRuntimeXcmConfigAssetType, @@ -43,6 +45,7 @@ import type { PalletXcmTransactorRemoteTransactInfoWithMaxWeight, SessionKeysPrimitivesVrfVrfCryptoPublic, SpRuntimeDispatchError, + SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, @@ -54,8 +57,10 @@ import type { XcmVersionedMultiLocation, } from "@polkadot/types/lookup"; +export type __AugmentedEvent = AugmentedEvent; + declare module "@polkadot/api-base/types/events" { - export interface AugmentedEvents { + interface AugmentedEvents { assetManager: { /** * Removed all information related to an assetId and destroyed asset @@ -439,7 +444,6 @@ declare module "@polkadot/api-base/types/events" { }; baseFee: { BaseFeeOverflow: AugmentedEvent; - IsActive: AugmentedEvent; NewBaseFeePerGas: AugmentedEvent; NewElasticity: AugmentedEvent; /** @@ -579,14 +583,6 @@ declare module "@polkadot/api-base/types/events" { [who: AccountId20, target: AccountId20], { who: AccountId20; target: AccountId20 } >; - /** - * A proposal has been enacted. - */ - Executed: AugmentedEvent< - ApiType, - [refIndex: u32, result: Result], - { refIndex: u32; result: Result } - >; /** * An external proposal has been tabled. */ @@ -599,46 +595,6 @@ declare module "@polkadot/api-base/types/events" { * A proposal has been approved by referendum. */ Passed: AugmentedEvent; - /** - * A proposal could not be executed because its preimage was invalid. - */ - PreimageInvalid: AugmentedEvent< - ApiType, - [proposalHash: H256, refIndex: u32], - { proposalHash: H256; refIndex: u32 } - >; - /** - * A proposal could not be executed because its preimage was missing. - */ - PreimageMissing: AugmentedEvent< - ApiType, - [proposalHash: H256, refIndex: u32], - { proposalHash: H256; refIndex: u32 } - >; - /** - * A proposal's preimage was noted, and the deposit taken. - */ - PreimageNoted: AugmentedEvent< - ApiType, - [proposalHash: H256, who: AccountId20, deposit: u128], - { proposalHash: H256; who: AccountId20; deposit: u128 } - >; - /** - * A registered preimage was removed and the deposit collected by the reaper. - */ - PreimageReaped: AugmentedEvent< - ApiType, - [proposalHash: H256, provider: AccountId20, deposit: u128, reaper: AccountId20], - { proposalHash: H256; provider: AccountId20; deposit: u128; reaper: AccountId20 } - >; - /** - * A proposal preimage was removed and used (the deposit was returned). - */ - PreimageUsed: AugmentedEvent< - ApiType, - [proposalHash: H256, provider: AccountId20, deposit: u128], - { proposalHash: H256; provider: AccountId20; deposit: u128 } - >; /** * A proposal got canceled. */ @@ -672,8 +628,8 @@ declare module "@polkadot/api-base/types/events" { */ Tabled: AugmentedEvent< ApiType, - [proposalIndex: u32, deposit: u128, depositors: Vec], - { proposalIndex: u32; deposit: u128; depositors: Vec } + [proposalIndex: u32, deposit: u128], + { proposalIndex: u32; deposit: u128 } >; /** * An account has cancelled a previous delegation operation. @@ -718,16 +674,16 @@ declare module "@polkadot/api-base/types/events" { */ OverweightEnqueued: AugmentedEvent< ApiType, - [messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64], - { messageId: U8aFixed; overweightIndex: u64; requiredWeight: u64 } + [messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight], + { messageId: U8aFixed; overweightIndex: u64; requiredWeight: SpWeightsWeightV2Weight } >; /** * Downward message from the overweight queue was executed. */ OverweightServiced: AugmentedEvent< ApiType, - [overweightIndex: u64, weightUsed: u64], - { overweightIndex: u64; weightUsed: u64 } + [overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight], + { overweightIndex: u64; weightUsed: SpWeightsWeightV2Weight } >; /** * Downward message is unsupported version of XCM. @@ -738,8 +694,16 @@ declare module "@polkadot/api-base/types/events" { */ WeightExhausted: AugmentedEvent< ApiType, - [messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64], - { messageId: U8aFixed; remainingWeight: u64; requiredWeight: u64 } + [ + messageId: U8aFixed, + remainingWeight: SpWeightsWeightV2Weight, + requiredWeight: SpWeightsWeightV2Weight + ], + { + messageId: U8aFixed; + remainingWeight: SpWeightsWeightV2Weight; + requiredWeight: SpWeightsWeightV2Weight; + } >; /** * Generic event @@ -1045,8 +1009,8 @@ declare module "@polkadot/api-base/types/events" { */ MigrationCompleted: AugmentedEvent< ApiType, - [migrationName: Bytes, consumedWeight: u64], - { migrationName: Bytes; consumedWeight: u64 } + [migrationName: Bytes, consumedWeight: SpWeightsWeightV2Weight], + { migrationName: Bytes; consumedWeight: SpWeightsWeightV2Weight } >; /** * Migration started @@ -1055,7 +1019,11 @@ declare module "@polkadot/api-base/types/events" { /** * Runtime upgrade completed */ - RuntimeUpgradeCompleted: AugmentedEvent; + RuntimeUpgradeCompleted: AugmentedEvent< + ApiType, + [weight: SpWeightsWeightV2Weight], + { weight: SpWeightsWeightV2Weight } + >; /** * Runtime upgrade started */ @@ -1117,6 +1085,14 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; parachainStaking: { + /** + * Auto-compounding reward percent was set for a delegation. + */ + AutoCompoundSet: AugmentedEvent< + ApiType, + [candidate: AccountId20, delegator: AccountId20, value: Percent], + { candidate: AccountId20; delegator: AccountId20; value: Percent } + >; /** * Set blocks per round */ @@ -1245,6 +1221,14 @@ declare module "@polkadot/api-base/types/events" { [old: Perbill, new_: Perbill], { old: Perbill; new_: Perbill } >; + /** + * Compounded a portion of rewards towards the delegation. + */ + Compounded: AugmentedEvent< + ApiType, + [candidate: AccountId20, delegator: AccountId20, amount: u128], + { candidate: AccountId20; delegator: AccountId20; amount: u128 } + >; /** * New delegation (increase of the existing one). */ @@ -1254,13 +1238,15 @@ declare module "@polkadot/api-base/types/events" { delegator: AccountId20, lockedAmount: u128, candidate: AccountId20, - delegatorPosition: PalletParachainStakingDelegatorAdded + delegatorPosition: PalletParachainStakingDelegatorAdded, + autoCompound: Percent ], { delegator: AccountId20; lockedAmount: u128; candidate: AccountId20; delegatorPosition: PalletParachainStakingDelegatorAdded; + autoCompound: Percent; } >; DelegationDecreased: AugmentedEvent< @@ -1446,8 +1432,8 @@ declare module "@polkadot/api-base/types/events" { */ DownwardMessagesProcessed: AugmentedEvent< ApiType, - [weightUsed: u64, dmqHead: H256], - { weightUsed: u64; dmqHead: H256 } + [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], + { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 } >; /** * Some downward messages have been received and will be processed. @@ -1479,6 +1465,12 @@ declare module "@polkadot/api-base/types/events" { [key: string]: AugmentedEvent; }; polkadotXcm: { + /** + * Some assets have been claimed from an asset trap + * + * [ hash, origin, assets ] + */ + AssetsClaimed: AugmentedEvent; /** * Some assets have been placed in an asset trap. * @@ -1545,7 +1537,10 @@ declare module "@polkadot/api-base/types/events" { * * [ id, pallet index, call index, actual weight, max budgeted weight ] */ - NotifyOverweight: AugmentedEvent; + NotifyOverweight: AugmentedEvent< + ApiType, + [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight] + >; /** * A given location which had a version change subscription was dropped * owing to an error migrating the location to our new XCM format. @@ -1605,6 +1600,24 @@ declare module "@polkadot/api-base/types/events" { */ [key: string]: AugmentedEvent; }; + preimage: { + /** + * A preimage has ben cleared. + */ + Cleared: AugmentedEvent; + /** + * A preimage has been noted. + */ + Noted: AugmentedEvent; + /** + * A preimage has been requested. + */ + Requested: AugmentedEvent; + /** + * Generic event + */ + [key: string]: AugmentedEvent; + }; proxy: { /** * An announcement was placed to make a call in the future. @@ -1614,25 +1627,6 @@ declare module "@polkadot/api-base/types/events" { [real: AccountId20, proxy: AccountId20, callHash: H256], { real: AccountId20; proxy: AccountId20; callHash: H256 } >; - /** - * Anonymous account has been created by new proxy with given - * disambiguation index and proxy type. - */ - AnonymousCreated: AugmentedEvent< - ApiType, - [ - anonymous: AccountId20, - who: AccountId20, - proxyType: MoonriverRuntimeProxyType, - disambiguationIndex: u16 - ], - { - anonymous: AccountId20; - who: AccountId20; - proxyType: MoonriverRuntimeProxyType; - disambiguationIndex: u16; - } - >; /** * A proxy was added. */ @@ -1677,6 +1671,25 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; + /** + * A pure account has been created by new proxy with given disambiguation + * index and proxy type. + */ + PureCreated: AugmentedEvent< + ApiType, + [ + pure: AccountId20, + who: AccountId20, + proxyType: MoonriverRuntimeProxyType, + disambiguationIndex: u16 + ], + { + pure: AccountId20; + who: AccountId20; + proxyType: MoonriverRuntimeProxyType; + disambiguationIndex: u16; + } + >; /** * Generic event */ @@ -1745,10 +1758,10 @@ declare module "@polkadot/api-base/types/events" { /** * The call for the provided hash was not found so the task has been aborted. */ - CallLookupFailed: AugmentedEvent< + CallUnavailable: AugmentedEvent< ApiType, - [task: ITuple<[u32, u32]>, id: Option, error: FrameSupportScheduleLookupError], - { task: ITuple<[u32, u32]>; id: Option; error: FrameSupportScheduleLookupError } + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } >; /** * Canceled some task. @@ -1759,13 +1772,33 @@ declare module "@polkadot/api-base/types/events" { */ Dispatched: AugmentedEvent< ApiType, - [task: ITuple<[u32, u32]>, id: Option, result: Result], + [ + task: ITuple<[u32, u32]>, + id: Option, + result: Result + ], { task: ITuple<[u32, u32]>; - id: Option; + id: Option; result: Result; } >; + /** + * The given task was unable to be renewed since the agenda is full at that block. + */ + PeriodicFailed: AugmentedEvent< + ApiType, + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } + >; + /** + * The given task can never be executed since it is overweight. + */ + PermanentlyOverweight: AugmentedEvent< + ApiType, + [task: ITuple<[u32, u32]>, id: Option], + { task: ITuple<[u32, u32]>; id: Option } + >; /** * Scheduled some task. */ @@ -1785,16 +1818,16 @@ declare module "@polkadot/api-base/types/events" { */ ExtrinsicFailed: AugmentedEvent< ApiType, - [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], - { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportWeightsDispatchInfo } + [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], + { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportDispatchDispatchInfo } >; /** * An extrinsic completed successfully. */ ExtrinsicSuccess: AugmentedEvent< ApiType, - [dispatchInfo: FrameSupportWeightsDispatchInfo], - { dispatchInfo: FrameSupportWeightsDispatchInfo } + [dispatchInfo: FrameSupportDispatchDispatchInfo], + { dispatchInfo: FrameSupportDispatchDispatchInfo } >; /** * An account was reaped. @@ -2063,32 +2096,32 @@ declare module "@polkadot/api-base/types/events" { */ Fail: AugmentedEvent< ApiType, - [messageHash: Option, error: XcmV2TraitsError, weight: u64], - { messageHash: Option; error: XcmV2TraitsError; weight: u64 } + [messageHash: Option, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight], + { messageHash: Option; error: XcmV2TraitsError; weight: SpWeightsWeightV2Weight } >; /** * An XCM exceeded the individual message weight budget. */ OverweightEnqueued: AugmentedEvent< ApiType, - [sender: u32, sentAt: u32, index: u64, required: u64], - { sender: u32; sentAt: u32; index: u64; required: u64 } + [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], + { sender: u32; sentAt: u32; index: u64; required: SpWeightsWeightV2Weight } >; /** * An XCM from the overweight queue was executed with the given actual weight used. */ OverweightServiced: AugmentedEvent< ApiType, - [index: u64, used: u64], - { index: u64; used: u64 } + [index: u64, used: SpWeightsWeightV2Weight], + { index: u64; used: SpWeightsWeightV2Weight } >; /** * Some XCM was executed ok. */ Success: AugmentedEvent< ApiType, - [messageHash: Option, weight: u64], - { messageHash: Option; weight: u64 } + [messageHash: Option, weight: SpWeightsWeightV2Weight], + { messageHash: Option; weight: SpWeightsWeightV2Weight } >; /** * An upward message was sent to the relay chain. diff --git a/typescript-api/src/moonriver/interfaces/augment-api-query.ts b/typescript-api/src/moonriver/interfaces/augment-api-query.ts index 0bac5cbb5a..a66b1920b5 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-query.ts @@ -1,7 +1,11 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/storage"; + +import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from "@polkadot/api-base/types"; import type { Data } from "@polkadot/types"; import type { BTreeMap, @@ -38,7 +42,8 @@ import type { EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, - FrameSupportWeightsPerDispatchClassU64, + FrameSupportDispatchPerDispatchClassWeight, + FrameSupportPreimagesBounded, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, @@ -57,14 +62,13 @@ import type { PalletBalancesReserveData, PalletCollectiveVotes, PalletCrowdloanRewardsRewardInfo, - PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, - PalletDemocracyReleases, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMoonbeamOrbitersCollatorPoolInfo, + PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, PalletParachainStakingCandidateMetadata, PalletParachainStakingCollatorSnapshot, @@ -76,12 +80,13 @@ import type { PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetOrderedSet, + PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRandomnessRandomnessResult, PalletRandomnessRequestState, PalletRandomnessRequestType, - PalletSchedulerScheduledV3, + PalletSchedulerScheduled, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletXcmQueryStatus, @@ -93,13 +98,17 @@ import type { PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, + SpWeightsWeightV2Weight, XcmV1MultiLocation, XcmVersionedMultiLocation, } from "@polkadot/types/lookup"; import type { Observable } from "@polkadot/types/types"; +export type __AugmentedQuery = AugmentedQuery unknown>; +export type __QueryableStorageEntry = QueryableStorageEntry; + declare module "@polkadot/api-base/types/storage" { - export interface AugmentedQueries { + interface AugmentedQueries { assetManager: { /** * Mapping from an asset id to asset type. This is mostly used when @@ -354,8 +363,6 @@ declare module "@polkadot/api-base/types/storage" { QueryableStorageEntry; elasticity: AugmentedQuery Observable, []> & QueryableStorageEntry; - isActive: AugmentedQuery Observable, []> & - QueryableStorageEntry; /** * Generic query */ @@ -510,31 +517,23 @@ declare module "@polkadot/api-base/types/storage" { */ nextExternal: AugmentedQuery< ApiType, - () => Observable>>, + () => Observable< + Option> + >, [] > & QueryableStorageEntry; - /** - * Map of hashes to the proposal preimage, along with who registered it - * and their deposit. The block number is the block at which it was deposited. - */ - preimages: AugmentedQuery< - ApiType, - (arg: H256 | string | Uint8Array) => Observable>, - [H256] - > & - QueryableStorageEntry; /** * The number of (public) proposals that have been made so far. */ publicPropCount: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * The public proposals. Unsorted. The second item is the proposal's hash. + * The public proposals. Unsorted. The second item is the proposal. */ publicProps: AugmentedQuery< ApiType, - () => Observable>>, + () => Observable>>, [] > & QueryableStorageEntry; @@ -554,17 +553,6 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** - * Storage version of the pallet. - * - * New networks start with last version. - */ - storageVersion: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; /** * All votes for a particular voter. We store the balance for the number * of votes that we have recorded. The second item is the total amount of @@ -924,6 +912,17 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; + /** + * Stores auto-compounding configuration per collator. + */ + autoCompoundingDelegations: AugmentedQuery< + ApiType, + ( + arg: AccountId20 | string | Uint8Array + ) => Observable>, + [AccountId20] + > & + QueryableStorageEntry; /** * Points for each collator per round */ @@ -1223,13 +1222,21 @@ declare module "@polkadot/api-base/types/storage" { * The weight we reserve at the beginning of the block for processing DMP * messages. This overrides the amount set in the Config trait. */ - reservedDmpWeightOverride: AugmentedQuery Observable>, []> & + reservedDmpWeightOverride: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & QueryableStorageEntry; /** * The weight we reserve at the beginning of the block for processing XCMP * messages. This overrides the amount set in the Config trait. */ - reservedXcmpWeightOverride: AugmentedQuery Observable>, []> & + reservedXcmpWeightOverride: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & QueryableStorageEntry; /** * An option which indicates if the relay-chain restricts signalling a @@ -1365,6 +1372,29 @@ declare module "@polkadot/api-base/types/storage" { */ [key: string]: QueryableStorageEntry; }; + preimage: { + preimageFor: AugmentedQuery< + ApiType, + ( + arg: ITuple<[H256, u32]> | [H256 | string | Uint8Array, u32 | AnyNumber | Uint8Array] + ) => Observable>, + [ITuple<[H256, u32]>] + > & + QueryableStorageEntry]>; + /** + * The request status of a given hash. + */ + statusFor: AugmentedQuery< + ApiType, + (arg: H256 | string | Uint8Array) => Observable>, + [H256] + > & + QueryableStorageEntry; + /** + * Generic query + */ + [key: string]: QueryableStorageEntry; + }; proxy: { /** * The announcements made by the proxy (key). @@ -1472,19 +1502,24 @@ declare module "@polkadot/api-base/types/storage" { */ agenda: AugmentedQuery< ApiType, - (arg: u32 | AnyNumber | Uint8Array) => Observable>>, + (arg: u32 | AnyNumber | Uint8Array) => Observable>>, [u32] > & QueryableStorageEntry; + incompleteSince: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** - * Lookup from identity to the block number and index of the task. + * Lookup from a name to the block number and index of the task. + * + * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed + * to form the v4 identities. */ lookup: AugmentedQuery< ApiType, - (arg: Bytes | string | Uint8Array) => Observable>>, - [Bytes] + (arg: U8aFixed | string | Uint8Array) => Observable>>, + [U8aFixed] > & - QueryableStorageEntry; + QueryableStorageEntry; /** * Generic query */ @@ -1519,7 +1554,7 @@ declare module "@polkadot/api-base/types/storage" { */ blockWeight: AugmentedQuery< ApiType, - () => Observable, + () => Observable, [] > & QueryableStorageEntry; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts b/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts index 88cf2da274..adf692ae9c 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/rpc-core/types/jsonrpc"; + import type { AugmentedRpc } from "@polkadot/rpc-core/types"; import type { Metadata, StorageKey } from "@polkadot/types"; import type { @@ -31,7 +35,7 @@ import type { ContractCallRequest, ContractExecResult, ContractInstantiateResult, - InstantiateRequest, + InstantiateRequestV1, } from "@polkadot/types/interfaces/contracts"; import type { BlockStats } from "@polkadot/types/interfaces/dev"; import type { CreatedBlock } from "@polkadot/types/interfaces/engine"; @@ -59,7 +63,7 @@ import type { } from "@polkadot/types/interfaces/grandpa"; import type { MmrLeafBatchProof, MmrLeafProof } from "@polkadot/types/interfaces/mmr"; import type { StorageKind } from "@polkadot/types/interfaces/offchain"; -import type { FeeDetails, RuntimeDispatchInfo } from "@polkadot/types/interfaces/payment"; +import type { FeeDetails, RuntimeDispatchInfoV1 } from "@polkadot/types/interfaces/payment"; import type { RpcMethods } from "@polkadot/types/interfaces/rpc"; import type { AccountId, @@ -93,8 +97,10 @@ import type { } from "@polkadot/types/interfaces/system"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; +export type __AugmentedRpc = AugmentedRpc<() => unknown>; + declare module "@polkadot/rpc-core/types/jsonrpc" { - export interface RpcInterface { + interface RpcInterface { author: { /** * Returns true if the keystore has private keys for the given public key @@ -139,11 +145,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { /** * Submit and subscribe to watch an extrinsic until unsubscribed */ - submitAndWatchExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable>; + submitAndWatchExtrinsic: AugmentedRpc< + (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable + >; /** * Submit a fully formatted extrinsic for block inclusion */ - submitExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable>; + submitExtrinsic: AugmentedRpc< + (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable + >; }; babe: { /** @@ -262,7 +272,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; contracts: { /** - * Executes a call to a contract + * @deprecated Use the runtime interface `api.call.contractsApi.call` + * instead Executes a call to a contract */ call: AugmentedRpc< ( @@ -282,7 +293,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Returns the value under a specified storage key in a contract + * @deprecated Use the runtime interface + * `api.call.contractsApi.getStorage` instead Returns the value under a + * specified storage key in a contract */ getStorage: AugmentedRpc< ( @@ -292,29 +305,23 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * Instantiate a new contract + * @deprecated Use the runtime interface + * `api.call.contractsApi.instantiate` instead Instantiate a new contract */ instantiate: AugmentedRpc< ( request: - | InstantiateRequest - | { - origin?: any; - value?: any; - gasLimit?: any; - storageDepositLimit?: any; - code?: any; - data?: any; - salt?: any; - } + | InstantiateRequestV1 + | { origin?: any; value?: any; gasLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array ) => Observable >; /** - * Returns the projected time a given contract will be able to sustain - * paying its rent + * @deprecated Not available in newer versions of the contracts interfaces + * Returns the projected time a given contract will be able to sustain + * paying its rent */ rentProjection: AugmentedRpc< ( @@ -323,7 +330,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * Upload new code without instantiating a contract from it + * @deprecated Use the runtime interface + * `api.call.contractsApi.uploadCode` instead Upload new code without + * instantiating a contract from it */ uploadCode: AugmentedRpc< ( @@ -429,7 +438,7 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ( blockCount: U256 | AnyNumber | Uint8Array, newestBlock: BlockNumber | AnyNumber | Uint8Array, - rewardPercentiles: Option> | null | object | string | Uint8Array + rewardPercentiles: Option> | null | Uint8Array | Vec | f64[] ) => Observable >; /** @@ -782,7 +791,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; payment: { /** - * Query the detailed fee of a given encoded extrinsic + * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` + * instead Query the detailed fee of a given encoded extrinsic */ queryFeeDetails: AugmentedRpc< ( @@ -791,13 +801,14 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Retrieves the fee information for an encoded extrinsic + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead + * Retrieves the fee information for an encoded extrinsic */ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array - ) => Observable + ) => Observable >; }; rpc: { @@ -876,7 +887,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Retrieves the keys with a certain prefix + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Retrieves + * the keys with a certain prefix */ getKeys: AugmentedRpc< ( @@ -900,8 +912,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { */ getMetadata: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; /** - * Returns the keys with prefix, leave empty to get all the keys - * (deprecated: Use getKeysPaged) + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Returns + * the keys with prefix, leave empty to get all the keys (deprecated: + * Use getKeysPaged) */ getPairs: AugmentedRpc< ( @@ -989,9 +1002,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { traceBlock: AugmentedRpc< ( block: Hash | string | Uint8Array, - targets: Option | null | object | string | Uint8Array, - storageKeys: Option | null | object | string | Uint8Array, - methods: Option | null | object | string | Uint8Array + targets: Option | null | Uint8Array | Text | string, + storageKeys: Option | null | Uint8Array | Text | string, + methods: Option | null | Uint8Array | Text | string ) => Observable >; /** diff --git a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts new file mode 100644 index 0000000000..2f9c177d43 --- /dev/null +++ b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts @@ -0,0 +1,537 @@ +// Auto-generated via `yarn polkadot-types-from-chain`, do not edit +/* eslint-disable */ + +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/calls"; + +import type { ApiTypes, AugmentedCall, DecoratedCallBase } from "@polkadot/api-base/types"; +import type { + Bytes, + Null, + Option, + Result, + U256, + Vec, + bool, + u256, + u32, + u64, +} from "@polkadot/types-codec"; +import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; +import type { BlockHash } from "@polkadot/types/interfaces/chain"; +import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + BlockV2, + EthReceiptV3, + EthTransaction, + EthTransactionStatus, + TransactionV2, +} from "@polkadot/types/interfaces/eth"; +import type { EvmAccount, EvmCallInfo, EvmCreateInfo } from "@polkadot/types/interfaces/evm"; +import type { Extrinsic } from "@polkadot/types/interfaces/extrinsics"; +import type { OpaqueMetadata } from "@polkadot/types/interfaces/metadata"; +import type { FeeDetails, RuntimeDispatchInfo } from "@polkadot/types/interfaces/payment"; +import type { + AccountId, + Block, + H160, + H256, + Header, + Index, + KeyTypeId, + Permill, +} from "@polkadot/types/interfaces/runtime"; +import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; +import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; +import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { IExtrinsic, Observable } from "@polkadot/types/types"; + +export type __AugmentedCall = AugmentedCall; +export type __DecoratedCallBase = DecoratedCallBase; + +declare module "@polkadot/api-base/types/calls" { + interface AugmentedCalls { + /** + * 0xbc9d89904f5b923f/1 + */ + accountNonceApi: { + /** + * The API to query account nonce (aka transaction index) + */ + accountNonce: AugmentedCall< + ApiType, + (accountId: AccountId | string | Uint8Array) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x40fe3ad401f8959a/6 + */ + blockBuilder: { + /** + * Apply the given extrinsic. + */ + applyExtrinsic: AugmentedCall< + ApiType, + ( + extrinsic: Extrinsic | IExtrinsic | string | Uint8Array + ) => Observable + >; + /** + * Check that the inherents are valid. + */ + checkInherents: AugmentedCall< + ApiType, + ( + block: Block | { header?: any; extrinsics?: any } | string | Uint8Array, + data: InherentData | { data?: any } | string | Uint8Array + ) => Observable + >; + /** + * Finish the current block. + */ + finalizeBlock: AugmentedCall Observable
>; + /** + * Generate inherent extrinsics. + */ + inherentExtrinsics: AugmentedCall< + ApiType, + ( + inherent: InherentData | { data?: any } | string | Uint8Array + ) => Observable> + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xea93e3f16f3d6962/2 + */ + collectCollationInfo: { + /** + * Collect information about a collation. + */ + collectCollationInfo: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xe65b00e46cedd0aa/2 + */ + convertTransactionRuntimeApi: { + /** + * Converts an Ethereum-style transaction to Extrinsic + */ + convertTransaction: AugmentedCall< + ApiType, + ( + transaction: + | TransactionV2 + | { Legacy: any } + | { EIP2930: any } + | { EIP1559: any } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xdf6acb689907609b/4 + */ + core: { + /** + * Execute the given block. + */ + executeBlock: AugmentedCall< + ApiType, + ( + block: Block | { header?: any; extrinsics?: any } | string | Uint8Array + ) => Observable + >; + /** + * Initialize a block with the given header. + */ + initializeBlock: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Returns the version of the runtime. + */ + version: AugmentedCall Observable>; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xbd78255d4feeea1f/4 + */ + debugRuntimeApi: { + /** + * Trace all block extrinsics + */ + traceBlock: AugmentedCall< + ApiType, + ( + extrinsics: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[], + knownTransactions: Vec | (H256 | string | Uint8Array)[] + ) => Observable, DispatchError>> + >; + /** + * Trace transaction extrinsics + */ + traceTransaction: AugmentedCall< + ApiType, + ( + extrinsics: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[], + transaction: + | EthTransaction + | { + hash?: any; + nonce?: any; + blockHash?: any; + blockNumber?: any; + transactionIndex?: any; + from?: any; + to?: any; + value?: any; + gasPrice?: any; + maxFeePerGas?: any; + maxPriorityFeePerGas?: any; + gas?: any; + input?: any; + creates?: any; + raw?: any; + publicKey?: any; + chainId?: any; + standardV?: any; + v?: any; + r?: any; + s?: any; + accessList?: any; + transactionType?: any; + } + | string + | Uint8Array + ) => Observable, DispatchError>> + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x582211f65bb14b89/4 + */ + ethereumRuntimeRPCApi: { + /** + * Returns pallet_evm::Accounts by address. + */ + accountBasic: AugmentedCall< + ApiType, + (address: H160 | string | Uint8Array) => Observable + >; + /** + * For a given account address, returns pallet_evm::AccountCodes. + */ + accountCodeAt: AugmentedCall< + ApiType, + (address: H160 | string | Uint8Array) => Observable + >; + /** + * Returns the converted FindAuthor::find_author authority id. + */ + author: AugmentedCall Observable>; + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + */ + call: AugmentedCall< + ApiType, + ( + from: H160 | string | Uint8Array, + to: H160 | string | Uint8Array, + data: Bytes | string | Uint8Array, + value: U256 | AnyNumber | Uint8Array, + gasLimit: U256 | AnyNumber | Uint8Array, + maxFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, + estimate: bool | boolean | Uint8Array, + accessList: + | Option]>>> + | null + | Uint8Array + | Vec]>> + | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] + ) => Observable> + >; + /** + * Returns runtime defined pallet_evm::ChainId. + */ + chainId: AugmentedCall Observable>; + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + */ + create: AugmentedCall< + ApiType, + ( + from: H160 | string | Uint8Array, + data: Bytes | string | Uint8Array, + value: U256 | AnyNumber | Uint8Array, + gasLimit: U256 | AnyNumber | Uint8Array, + maxFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, + estimate: bool | boolean | Uint8Array, + accessList: + | Option]>>> + | null + | Uint8Array + | Vec]>> + | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] + ) => Observable> + >; + /** + * Return all the current data for a block in a single runtime call. + */ + currentAll: AugmentedCall< + ApiType, + () => Observable< + ITuple<[Option, Option>, Option>]> + > + >; + /** + * Return the current block. + */ + currentBlock: AugmentedCall Observable>; + /** + * Return the current receipt. + */ + currentReceipts: AugmentedCall Observable>>>; + /** + * Return the current transaction status. + */ + currentTransactionStatuses: AugmentedCall< + ApiType, + () => Observable>> + >; + /** + * Return the elasticity multiplier. + */ + elasticity: AugmentedCall Observable>>; + /** + * Receives a `Vec` and filters all the ethereum transactions. + */ + extrinsicFilter: AugmentedCall< + ApiType, + ( + xts: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[] + ) => Observable> + >; + /** + * Returns FixedGasPrice::min_gas_price + */ + gasPrice: AugmentedCall Observable>; + /** + * For a given account address and index, returns pallet_evm::AccountStorages. + */ + storageAt: AugmentedCall< + ApiType, + ( + address: H160 | string | Uint8Array, + index: u256 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x37e397fc7c91f5e4/1 + */ + metadata: { + /** + * Returns the metadata of a runtime + */ + metadata: AugmentedCall Observable>; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x2aa62120049dd2d2/1 + */ + nimbusApi: { + /** + * The runtime api used to predict whether a Nimbus author will be + * eligible in the given slot + */ + canAuthor: AugmentedCall< + ApiType, + ( + author: AccountId | string | Uint8Array, + relayParent: u32 | AnyNumber | Uint8Array, + parentHeader: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xf78b278be53f454c/2 + */ + offchainWorkerApi: { + /** + * Starts the off-chain task for given block header. + */ + offchainWorker: AugmentedCall< + ApiType, + ( + header: + | Header + | { + parentHash?: any; + number?: any; + stateRoot?: any; + extrinsicsRoot?: any; + digest?: any; + } + | string + | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xab3c0572291feb8b/1 + */ + sessionKeys: { + /** + * Decode the given public session keys. + */ + decodeSessionKeys: AugmentedCall< + ApiType, + ( + encoded: Bytes | string | Uint8Array + ) => Observable>>> + >; + /** + * Generate a set of session keys with optionally using the given seed. + */ + generateSessionKeys: AugmentedCall< + ApiType, + (seed: Option | null | Uint8Array | Bytes | string) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0xd2bc9897eed08f15/3 + */ + taggedTransactionQueue: { + /** + * Validate the transaction. + */ + validateTransaction: AugmentedCall< + ApiType, + ( + source: TransactionSource | "InBlock" | "Local" | "External" | number | Uint8Array, + tx: Extrinsic | IExtrinsic | string | Uint8Array, + blockHash: BlockHash | string | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + /** + * 0x37c8bb1350a9a2a8/2 + */ + transactionPaymentApi: { + /** + * The transaction fee details + */ + queryFeeDetails: AugmentedCall< + ApiType, + ( + uxt: Extrinsic | IExtrinsic | string | Uint8Array, + len: u32 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * The transaction info + */ + queryInfo: AugmentedCall< + ApiType, + ( + uxt: Extrinsic | IExtrinsic | string | Uint8Array, + len: u32 | AnyNumber | Uint8Array + ) => Observable + >; + /** + * Generic call + */ + [key: string]: DecoratedCallBase; + }; + } // AugmentedCalls +} // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts index 479235a286..e93b84de0a 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts @@ -1,7 +1,16 @@ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit /* eslint-disable */ -import type { ApiTypes } from "@polkadot/api-base/types"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/api-base/types/submittable"; + +import type { + ApiTypes, + AugmentedSubmittable, + SubmittableExtrinsic, + SubmittableExtrinsicFunction, +} from "@polkadot/api-base/types"; import type { Data } from "@polkadot/types"; import type { Bytes, @@ -31,7 +40,7 @@ import type { import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, - FrameSupportScheduleMaybeHashed, + FrameSupportPreimagesBounded, MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeOriginCaller, MoonriverRuntimeProxyType, @@ -48,6 +57,7 @@ import type { PalletXcmTransactorCurrencyPayment, PalletXcmTransactorTransactWeights, SpRuntimeMultiSignature, + SpWeightsWeightV2Weight, XcmV0OriginKind, XcmV1MultiLocation, XcmV2WeightLimit, @@ -57,8 +67,13 @@ import type { XcmVersionedXcm, } from "@polkadot/types/lookup"; +export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>; +export type __SubmittableExtrinsic = SubmittableExtrinsic; +export type __SubmittableExtrinsicFunction = + SubmittableExtrinsicFunction; + declare module "@polkadot/api-base/types/submittable" { - export interface AugmentedSubmittables { + interface AugmentedSubmittables { assetManager: { /** * Change the xcm type mapping for a given assetId We also change this if @@ -1030,10 +1045,6 @@ declare module "@polkadot/api-base/types/submittable" { (elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Permill] >; - setIsActive: AugmentedSubmittable< - (isActive: bool | boolean | Uint8Array) => SubmittableExtrinsic, - [bool] - >; /** * Generic tx */ @@ -1083,6 +1094,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -1218,7 +1284,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -1331,7 +1397,7 @@ declare module "@polkadot/api-base/types/submittable" { | Vec, u128]>> | [ U8aFixed | string | Uint8Array, - Option | null | object | string | Uint8Array, + Option | null | Uint8Array | AccountId20 | string, u128 | AnyNumber | Uint8Array ][] ) => SubmittableExtrinsic, @@ -1370,7 +1436,7 @@ declare module "@polkadot/api-base/types/submittable" { blacklist: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, - maybeRefIndex: Option | null | object | string | Uint8Array + maybeRefIndex: Option | null | Uint8Array | u32 | AnyNumber ) => SubmittableExtrinsic, [H256, Option] >; @@ -1387,20 +1453,6 @@ declare module "@polkadot/api-base/types/submittable" { (propIndex: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] >; - /** - * Cancel a proposal queued for enactment. - * - * The dispatch origin of this call must be _Root_. - * - * - `which`: The index of the referendum to cancel. - * - * Weight: `O(D)` where `D` is the items in the dispatch queue. Weighted - * as `D = 10`. - */ - cancelQueued: AugmentedSubmittable< - (which: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [u32] - >; /** * Remove a referendum. * @@ -1478,17 +1530,6 @@ declare module "@polkadot/api-base/types/submittable" { (refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Enact a proposal from a referendum. For now we just make the weight be - * the maximum. - */ - enactProposal: AugmentedSubmittable< - ( - proposalHash: H256 | string | Uint8Array, - index: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H256, u32] - >; /** * Schedule a referendum to be tabled once it is legal to schedule an * external referendum. @@ -1496,13 +1537,18 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin of this call must be `ExternalOrigin`. * * - `proposal_hash`: The preimage hash of the proposal. - * - * Weight: `O(V)` with V number of vetoers in the blacklist of proposal. - * Decoding vec of length V. Charged as maximum */ externalPropose: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule a negative-turnout-bias referendum to be tabled next once it @@ -1518,8 +1564,16 @@ declare module "@polkadot/api-base/types/submittable" { * Weight: `O(1)` */ externalProposeDefault: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule a majority-carries referendum to be tabled next once it is @@ -1535,8 +1589,16 @@ declare module "@polkadot/api-base/types/submittable" { * Weight: `O(1)` */ externalProposeMajority: AugmentedSubmittable< - (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, - [H256] + ( + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [FrameSupportPreimagesBounded] >; /** * Schedule the currently externally-proposed majority-carries referendum @@ -1548,8 +1610,8 @@ declare module "@polkadot/api-base/types/submittable" { * * - `proposal_hash`: The hash of the current external proposal. * - `voting_period`: The period that is allowed for voting on this - * proposal. Must be always greater than zero. For `FastTrackOrigin` - * must be equal or greater than `FastTrackVotingPeriod`. + * proposal. Increased to Must be always greater than zero. For + * `FastTrackOrigin` must be equal or greater than `FastTrackVotingPeriod`. * - `delay`: The number of block after voting has ended in approval and * this should be enacted. This doesn't have a minimum amount. * @@ -1565,57 +1627,6 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, u32, u32] >; - /** - * Register the preimage for an upcoming proposal. This requires the - * proposal to be in the dispatch queue. No deposit is needed. When this - * call is successful, i.e. the preimage has not been uploaded before and - * matches some imminent proposal, no fee is paid. - * - * The dispatch origin of this call must be _Signed_. - * - * - `encoded_proposal`: The preimage of a proposal. - * - * Emits `PreimageNoted`. - * - * Weight: `O(E)` with E size of `encoded_proposal` (protected by a - * required deposit). - */ - noteImminentPreimage: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Same as `note_imminent_preimage` but origin is `OperationalPreimageOrigin`. - */ - noteImminentPreimageOperational: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Register the preimage for an upcoming proposal. This doesn't require - * the proposal to be in the dispatch queue but does require a deposit, - * returned once enacted. - * - * The dispatch origin of this call must be _Signed_. - * - * - `encoded_proposal`: The preimage of a proposal. - * - * Emits `PreimageNoted`. - * - * Weight: `O(E)` with E size of `encoded_proposal` (protected by a - * required deposit). - */ - notePreimage: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; - /** - * Same as `note_preimage` but origin is `OperationalPreimageOrigin`. - */ - notePreimageOperational: AugmentedSubmittable< - (encodedProposal: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] - >; /** * Propose a sensitive action to be taken. * @@ -1626,39 +1637,19 @@ declare module "@polkadot/api-base/types/submittable" { * - `value`: The amount of deposit (must be at least `MinimumDeposit`). * * Emits `Proposed`. - * - * Weight: `O(p)` */ propose: AugmentedSubmittable< ( - proposalHash: H256 | string | Uint8Array, + proposal: + | FrameSupportPreimagesBounded + | { Legacy: any } + | { Inline: any } + | { Lookup: any } + | string + | Uint8Array, value: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [H256, Compact] - >; - /** - * Remove an expired proposal preimage and collect the deposit. - * - * The dispatch origin of this call must be _Signed_. - * - * - `proposal_hash`: The preimage hash of a proposal. - * - `proposal_length_upper_bound`: an upper bound on length of the - * proposal. Extrinsic is weighted according to this value with no refund. - * - * This will only work after `VotingPeriod` blocks from the time that the - * preimage was noted, if it's the same account doing it. If it's a - * different account, then it'll only work an additional `EnactmentPeriod` later. - * - * Emits `PreimageReaped`. - * - * Weight: `O(D)` where D is length of proposal. - */ - reapPreimage: AugmentedSubmittable< - ( - proposalHash: H256 | string | Uint8Array, - proposalLenUpperBound: Compact | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [H256, Compact] + [FrameSupportPreimagesBounded, Compact] >; /** * Remove a vote for a referendum. @@ -1725,18 +1716,10 @@ declare module "@polkadot/api-base/types/submittable" { * have funds to cover the deposit, equal to the original deposit. * * - `proposal`: The index of the proposal to second. - * - `seconds_upper_bound`: an upper bound on the current number of seconds - * on this proposal. Extrinsic is weighted according to this value with - * no refund. - * - * Weight: `O(S)` where S is the number of seconds a proposal already has. */ second: AugmentedSubmittable< - ( - proposal: Compact | AnyNumber | Uint8Array, - secondsUpperBound: Compact | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [Compact, Compact] + (proposal: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [Compact] >; /** * Undelegate the voting power of the sending account. @@ -1789,8 +1772,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `ref_index`: The index of the referendum to vote for. * - `vote`: The vote configuration. - * - * Weight: `O(R)` where R is the number of referendums the voter has voted on. */ vote: AugmentedSubmittable< ( @@ -1872,8 +1853,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -1901,8 +1882,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -1920,8 +1901,8 @@ declare module "@polkadot/api-base/types/submittable" { value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, - maxPriorityFeePerGas: Option | null | object | string | Uint8Array, - nonce: Option | null | object | string | Uint8Array, + maxPriorityFeePerGas: Option | null | Uint8Array | U256 | AnyNumber, + nonce: Option | null | Uint8Array | U256 | AnyNumber, accessList: | Vec]>> | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] @@ -2085,6 +2066,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `target`: the account whose identity the judgement is upon. This must * be an account with a registered identity. * - `judgement`: the judgement of the registrar of index `reg_index` about `target`. + * - `identity`: The hash of the [`IdentityInfo`] for that the judgement is provided. * * Emits `JudgementGiven` if successful. * @@ -2112,9 +2094,10 @@ declare module "@polkadot/api-base/types/submittable" { | { LowQuality: any } | { Erroneous: any } | string - | Uint8Array + | Uint8Array, + identity: H256 | string | Uint8Array ) => SubmittableExtrinsic, - [Compact, AccountId20, PalletIdentityJudgement] + [Compact, AccountId20, PalletIdentityJudgement, H256] >; /** * Remove the sender as a sub-account. @@ -3012,6 +2995,19 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + migrations: { + migrateDemocracyPreimage: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + proposalLenUpperBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; moonbeamOrbiters: { /** * Add a collator to orbiters program. @@ -3114,6 +3110,22 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, u32, u32] >; + /** + * If caller is not a delegator and not a collator, then join the set of + * delegators If caller is a delegator, then makes delegation to change + * their delegation state Sets the auto-compound config for the delegation + */ + delegateWithAutoCompound: AugmentedSubmittable< + ( + candidate: AccountId20 | string | Uint8Array, + amount: u128 | AnyNumber | Uint8Array, + autoCompound: Percent | AnyNumber | Uint8Array, + candidateDelegationCount: u32 | AnyNumber | Uint8Array, + candidateAutoCompoundingDelegationCount: u32 | AnyNumber | Uint8Array, + delegationCount: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, u128, Percent, u32, u32, u32] + >; /** * Bond more for delegators wrt a specific collator candidate. */ @@ -3232,6 +3244,18 @@ declare module "@polkadot/api-base/types/submittable" { (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; + /** + * Sets the auto-compounding reward percentage for a delegation. + */ + setAutoCompound: AugmentedSubmittable< + ( + candidate: AccountId20 | string | Uint8Array, + value: Percent | AnyNumber | Uint8Array, + candidateAutoCompoundingDelegationCountHint: u32 | AnyNumber | Uint8Array, + delegationCountHint: u32 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, Percent, u32, u32] + >; /** * Set blocks per round * @@ -3399,7 +3423,7 @@ declare module "@polkadot/api-base/types/submittable" { */ forceDefaultXcmVersion: AugmentedSubmittable< ( - maybeXcmVersion: Option | null | object | string | Uint8Array + maybeXcmVersion: Option | null | Uint8Array | u32 | AnyNumber ) => SubmittableExtrinsic, [Option] >; @@ -3597,6 +3621,55 @@ declare module "@polkadot/api-base/types/submittable" { */ [key: string]: SubmittableExtrinsicFunction; }; + preimage: { + /** + * Register a preimage on-chain. + * + * If the preimage was previously requested, no fees or deposits are taken + * for providing the preimage. Otherwise, a deposit is taken proportional + * to the size of the preimage. + */ + notePreimage: AugmentedSubmittable< + (bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic, + [Bytes] + >; + /** + * Request a preimage be uploaded to the chain without paying any fees or deposits. + * + * If the preimage requests has already been provided on-chain, we + * unreserve any deposit a user may have paid, and take the control of the + * preimage out of their hands. + */ + requestPreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Clear an unrequested preimage from the runtime storage. + * + * If `len` is provided, then it will be a much cheaper operation. + * + * - `hash`: The hash of the preimage to be removed from the store. + * - `len`: The length of the preimage of `hash`. + */ + unnotePreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Clear a previously made request for a preimage. + * + * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`. + */ + unrequestPreimage: AugmentedSubmittable< + (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** + * Generic tx + */ + [key: string]: SubmittableExtrinsicFunction; + }; proxy: { /** * Register a proxy account for the sender that is able to make calls on its behalf. @@ -3609,12 +3682,6 @@ declare module "@polkadot/api-base/types/submittable" { * - `proxy_type`: The permissions allowed for this proxy account. * - `delay`: The announcement period required of the initial proxy. Will * generally be zero. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ addProxy: AugmentedSubmittable< ( @@ -3653,15 +3720,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ announce: AugmentedSubmittable< ( @@ -3690,16 +3748,8 @@ declare module "@polkadot/api-base/types/submittable" { * transaction, from the same sender, with the same parameters. * * Fails if there are insufficient funds to pay for deposit. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # - * - * TODO: Might be over counting 1 read */ - anonymous: AugmentedSubmittable< + createPure: AugmentedSubmittable< ( proxyType: | MoonriverRuntimeProxyType @@ -3719,30 +3769,24 @@ declare module "@polkadot/api-base/types/submittable" { [MoonriverRuntimeProxyType, u32, u16] >; /** - * Removes a previously spawned anonymous proxy. + * Removes a previously spawned pure proxy. * * WARNING: **All access to this account will be lost.** Any funds held in * it will be inaccessible. * * Requires a `Signed` origin, and the sender account must have been - * created by a call to `anonymous` with corresponding parameters. + * created by a call to `pure` with corresponding parameters. * - * - `spawner`: The account that originally called `anonymous` to create this account. - * - `index`: The disambiguation index originally passed to `anonymous`. Probably `0`. - * - `proxy_type`: The proxy type originally passed to `anonymous`. - * - `height`: The height of the chain when the call to `anonymous` was processed. - * - `ext_index`: The extrinsic index in which the call to `anonymous` was processed. + * - `spawner`: The account that originally called `pure` to create this account. + * - `index`: The disambiguation index originally passed to `pure`. Probably `0`. + * - `proxy_type`: The proxy type originally passed to `pure`. + * - `height`: The height of the chain when the call to `pure` was processed. + * - `ext_index`: The extrinsic index in which the call to `pure` was processed. * * Fails with `NoPermission` in case the caller is not a previously - * created anonymous account whose `anonymous` call has corresponding parameters. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # + * created pure account whose `pure` call has corresponding parameters. */ - killAnonymous: AugmentedSubmittable< + killPure: AugmentedSubmittable< ( spawner: AccountId20 | string | Uint8Array, proxyType: @@ -3777,17 +3821,24 @@ declare module "@polkadot/api-base/types/submittable" { * - `force_proxy_type`: Specify the exact proxy type to be used and checked * for this call. * - `call`: The call to be made by the `real` account. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ proxy: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, - forceProxyType: Option | null | object | string | Uint8Array, + forceProxyType: + | Option + | null + | Uint8Array + | MoonriverRuntimeProxyType + | "Any" + | "NonTransfer" + | "Governance" + | "Staking" + | "CancelProxy" + | "Balances" + | "AuthorMapping" + | "IdentityJudgement" + | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, [AccountId20, Option, Call] @@ -3806,21 +3857,25 @@ declare module "@polkadot/api-base/types/submittable" { * - `force_proxy_type`: Specify the exact proxy type to be used and checked * for this call. * - `call`: The call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ proxyAnnounced: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, - forceProxyType: Option | null | object | string | Uint8Array, + forceProxyType: + | Option + | null + | Uint8Array + | MoonriverRuntimeProxyType + | "Any" + | "NonTransfer" + | "Governance" + | "Staking" + | "CancelProxy" + | "Balances" + | "AuthorMapping" + | "IdentityJudgement" + | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, [AccountId20, AccountId20, Option, Call] @@ -3838,15 +3893,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ rejectAnnouncement: AugmentedSubmittable< ( @@ -3867,15 +3913,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - * - * # - * - * Weight is a function of: - * - * - A: the number of announcements made. - * - P: the number of proxies the user has. - * - * # */ removeAnnouncement: AugmentedSubmittable< ( @@ -3889,15 +3926,9 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_. * - * WARNING: This may be called on accounts created by `anonymous`, however - * if done, then the unreserved fees will be inaccessible. **All access to + * WARNING: This may be called on accounts created by `pure`, however if + * done, then the unreserved fees will be inaccessible. **All access to * this account will be lost.** - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -3909,12 +3940,6 @@ declare module "@polkadot/api-base/types/submittable" { * * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. - * - * # - * - * Weight is a function of the number of proxies the user has (P). - * - * # */ removeProxy: AugmentedSubmittable< ( @@ -3942,7 +3967,7 @@ declare module "@polkadot/api-base/types/submittable" { }; randomness: { /** - * Populates the `RandomnessResults` that are due this block with the raw values + * Populates `RandomnessResults` due this epoch with BABE epoch randomness */ setBabeRandomnessResults: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** @@ -3965,8 +3990,8 @@ declare module "@polkadot/api-base/types/submittable" { * Cancel a named scheduled task. */ cancelNamed: AugmentedSubmittable< - (id: Bytes | string | Uint8Array) => SubmittableExtrinsic, - [Bytes] + (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, + [U8aFixed] >; /** * Anonymously schedule a task. @@ -3974,16 +3999,16 @@ declare module "@polkadot/api-base/types/submittable" { schedule: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [u32, Option>, u8, Call] >; /** * Anonymously schedule a task after a delay. @@ -3997,34 +4022,34 @@ declare module "@polkadot/api-base/types/submittable" { scheduleAfter: AugmentedSubmittable< ( after: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [u32, Option>, u8, Call] >; /** * Schedule a named task. */ scheduleNamed: AugmentedSubmittable< ( - id: Bytes | string | Uint8Array, + id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [Bytes, u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [U8aFixed, u32, Option>, u8, Call] >; /** * Schedule a named task after a delay. @@ -4037,18 +4062,18 @@ declare module "@polkadot/api-base/types/submittable" { */ scheduleNamedAfter: AugmentedSubmittable< ( - id: Bytes | string | Uint8Array, + id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, - maybePeriodic: Option> | null | object | string | Uint8Array, - priority: u8 | AnyNumber | Uint8Array, - call: - | FrameSupportScheduleMaybeHashed - | { Value: any } - | { Hash: any } - | string + maybePeriodic: + | Option> + | null | Uint8Array + | ITuple<[u32, u32]> + | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], + priority: u8 | AnyNumber | Uint8Array, + call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [Bytes, u32, Option>, u8, FrameSupportScheduleMaybeHashed] + [U8aFixed, u32, Option>, u8, Call] >; /** * Generic tx @@ -4205,6 +4230,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -4340,7 +4420,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -4557,6 +4637,61 @@ declare module "@polkadot/api-base/types/submittable" { * # */ close: AugmentedSubmittable< + ( + proposalHash: H256 | string | Uint8Array, + index: Compact | AnyNumber | Uint8Array, + proposalWeightBound: + | SpWeightsWeightV2Weight + | { refTime?: any; proofSize?: any } + | string + | Uint8Array, + lengthBound: Compact | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [H256, Compact, SpWeightsWeightV2Weight, Compact] + >; + /** + * Close a vote that is either approved, disapproved or whose voting + * period has ended. + * + * May be called by any signed account in order to finish voting and close + * the proposal. + * + * If called before the end of the voting period it will only close the + * vote if it is has enough votes to be approved or disapproved. + * + * If called after the end of the voting period abstentions are counted as + * rejections unless there is a prime member set and the prime member cast + * an approval. + * + * If the close operation completes successfully with disapproval, the + * transaction fee will be waived. Otherwise execution of the approved + * operation will be charged to the caller. + * + * - `proposal_weight_bound`: The maximum amount of weight consumed by + * executing the closed proposal. + * - `length_bound`: The upper bound for the length of the proposal in + * storage. Checked via `storage::read` so it is `size_of::() == 4` + * larger than the pure length. + * + * # + * + * ## Weight + * + * - `O(B + M + P1 + P2)` where: + * - `B` is `proposal` size in bytes (length-fee-bounded) + * - `M` is members-count (code- and governance-bounded) + * - `P1` is the complexity of `proposal` preimage. + * - `P2` is proposal-count (code-bounded) + * - DB: + * - 2 storage reads (`Members`: codec `O(M)`, `Prime`: codec `O(1)`) + * - 3 mutations (`Voting`: codec `O(M)`, `ProposalOf`: codec `O(B)`, + * `Proposals`: codec `O(P2)`) + * - Any mutations done while executing `proposal` (`P1`) + * - Up to 3 events + * + * # + */ + closeOldWeight: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, index: Compact | AnyNumber | Uint8Array, @@ -4692,7 +4827,7 @@ declare module "@polkadot/api-base/types/submittable" { setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], - prime: Option | null | object | string | Uint8Array, + prime: Option | null | Uint8Array | AccountId20 | string, oldCount: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, [Vec, Option, u32] @@ -4940,7 +5075,7 @@ declare module "@polkadot/api-base/types/submittable" { location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, transactExtraWeight: u64 | AnyNumber | Uint8Array, maxWeight: u64 | AnyNumber | Uint8Array, - transactExtraWeightSigned: Option | null | object | string | Uint8Array + transactExtraWeightSigned: Option | null | Uint8Array | u64 | AnyNumber ) => SubmittableExtrinsic, [XcmVersionedMultiLocation, u64, u64, Option] >; @@ -5054,8 +5189,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer native currencies. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * It's a no-op if any error on local XCM execution or message sending. @@ -5074,15 +5209,20 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedMultiLocation, u64] + [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer `MultiAsset`. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * It's a no-op if any error on local XCM execution or message sending. @@ -5094,15 +5234,20 @@ declare module "@polkadot/api-base/types/submittable" { ( asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64] + [XcmVersionedMultiAsset, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer several `MultiAsset` specifying the item to be used as fee * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee_item` is index of the MultiAssets that we want to use for payment @@ -5117,15 +5262,20 @@ declare module "@polkadot/api-base/types/submittable" { assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, u64] + [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, XcmV2WeightLimit] >; /** * Transfer `MultiAsset` specifying the fee and amount as separate. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee` is the multiasset to be spent to pay for execution in destination @@ -5145,15 +5295,25 @@ declare module "@polkadot/api-base/types/submittable" { asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64] + [ + XcmVersionedMultiAsset, + XcmVersionedMultiAsset, + XcmVersionedMultiLocation, + XcmV2WeightLimit + ] >; /** * Transfer several currencies specifying the item to be used as fee * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee_item` is index of the currencies tuple that we want to use for payment @@ -5180,20 +5340,25 @@ declare module "@polkadot/api-base/types/submittable" { ][], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, [ Vec>, u32, XcmVersionedMultiLocation, - u64 + XcmV2WeightLimit ] >; /** * Transfer native currencies specifying the fee and amount as separate. * - * `dest_weight` is the weight for XCM execution on the dest chain, and it - * would be charged from the transferred assets. If set below + * `dest_weight_limit` is the weight for XCM execution on the dest chain, + * and it would be charged from the transferred assets. If set below * requirements, the execution may fail and assets wouldn't be received. * * `fee` is the amount to be spent to pay for execution in destination @@ -5219,9 +5384,20 @@ declare module "@polkadot/api-base/types/submittable" { amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, - destWeight: u64 | AnyNumber | Uint8Array + destWeightLimit: + | XcmV2WeightLimit + | { Unlimited: any } + | { Limited: any } + | string + | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedMultiLocation, u64] + [ + MoonriverRuntimeXcmConfigCurrencyId, + u128, + u128, + XcmVersionedMultiLocation, + XcmV2WeightLimit + ] >; /** * Generic tx diff --git a/typescript-api/src/moonriver/interfaces/augment-api.ts b/typescript-api/src/moonriver/interfaces/augment-api.ts index c6d20e4e43..2791bc4416 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api.ts @@ -7,3 +7,4 @@ import "./augment-api-events"; import "./augment-api-query"; import "./augment-api-tx"; import "./augment-api-rpc"; +import "./augment-api-runtime"; diff --git a/typescript-api/src/moonriver/interfaces/augment-types.ts b/typescript-api/src/moonriver/interfaces/augment-types.ts index 4f94b06ada..a76f2204b6 100644 --- a/typescript-api/src/moonriver/interfaces/augment-types.ts +++ b/typescript-api/src/moonriver/interfaces/augment-types.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/types/registry"; + import type { Data, StorageKey } from "@polkadot/types"; import type { BitVec, @@ -68,12 +72,16 @@ import type { BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, + BabeGenesisConfiguration, + BabeGenesisConfigurationV1, BabeWeight, + Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, + OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, @@ -100,6 +108,7 @@ import type { WithdrawReasons, } from "@polkadot/types/interfaces/balances"; import type { + BeefyAuthoritySet, BeefyCommitment, BeefyId, BeefyNextAuthoritySet, @@ -107,8 +116,22 @@ import type { BeefyPayloadId, BeefySignedCommitment, MmrRootHash, + ValidatorSet, ValidatorSetId, } from "@polkadot/types/interfaces/beefy"; +import type { + BenchmarkBatch, + BenchmarkConfig, + BenchmarkList, + BenchmarkMetadata, + BenchmarkParameter, + BenchmarkResult, +} from "@polkadot/types/interfaces/benchmark"; +import type { + CheckInherentsResult, + InherentData, + InherentIdentifier, +} from "@polkadot/types/interfaces/blockbuilder"; import type { BridgeMessageId, BridgedBlockHash, @@ -164,10 +187,12 @@ import type { ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, + ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, + ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, @@ -205,6 +230,7 @@ import type { ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, + ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, @@ -236,6 +262,7 @@ import type { ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, + ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, @@ -252,6 +279,8 @@ import type { TrieIndex, } from "@polkadot/types/interfaces/crowdloan"; import type { + CollationInfo, + CollationInfoV1, ConfigData, MessageId, OverweightIndex, @@ -316,6 +345,8 @@ import type { EthHeader, EthLog, EthReceipt, + EthReceiptV0, + EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, @@ -342,6 +373,8 @@ import type { } from "@polkadot/types/interfaces/eth"; import type { EvmAccount, + EvmCallInfo, + EvmCreateInfo, EvmLog, EvmVicinity, ExitError, @@ -492,6 +525,7 @@ import type { ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, + OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, @@ -542,7 +576,17 @@ import type { StorageMetadataV13, StorageMetadataV9, } from "@polkadot/types/interfaces/metadata"; -import type { MmrLeafBatchProof, MmrLeafProof } from "@polkadot/types/interfaces/mmr"; +import type { + MmrBatchProof, + MmrEncodableOpaqueLeaf, + MmrError, + MmrLeafBatchProof, + MmrLeafIndex, + MmrLeafProof, + MmrNodeIndex, + MmrProof, +} from "@polkadot/types/interfaces/mmr"; +import type { NpApiError } from "@polkadot/types/interfaces/nompools"; import type { StorageKind } from "@polkadot/types/interfaces/offchain"; import type { DeferredOffenceOf, @@ -569,6 +613,7 @@ import type { BufferedSessionChange, CandidateCommitments, CandidateDescriptor, + CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, @@ -579,6 +624,7 @@ import type { CoreAssignment, CoreIndex, CoreOccupied, + CoreState, DisputeLocation, DisputeResult, DisputeState, @@ -590,6 +636,7 @@ import type { GlobalValidationData, GlobalValidationSchedule, GroupIndex, + GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, @@ -611,6 +658,9 @@ import type { MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, + OccupiedCore, + OccupiedCoreAssumption, + OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, @@ -627,6 +677,7 @@ import type { ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, + PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, @@ -636,7 +687,9 @@ import type { Remark, ReplacementTimes, Retriable, + ScheduledCore, Scheduling, + ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, @@ -673,6 +726,8 @@ import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, + RuntimeDispatchInfoV1, + RuntimeDispatchInfoV2, } from "@polkadot/types/interfaces/payment"; import type { Approvals } from "@polkadot/types/interfaces/poll"; import type { @@ -687,6 +742,7 @@ import type { AccountId, AccountId20, AccountId32, + AccountId33, AccountIdOf, AccountIndex, Address, @@ -764,16 +820,22 @@ import type { SignedBlockWithJustification, SignedBlockWithJustifications, Slot, + SlotDuration, StorageData, + StorageInfo, StorageProof, TransactionInfo, + TransactionLongevity, TransactionPriority, TransactionStorageProof, + TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, + WeightV1, + WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { Si0Field, @@ -946,6 +1008,8 @@ import type { RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, + RuntimeVersionPre3, + RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, @@ -960,6 +1024,7 @@ import type { AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, + ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, @@ -970,13 +1035,17 @@ import type { DispatchClass, DispatchError, DispatchErrorModule, + DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, + DispatchErrorPre6, + DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, + DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, @@ -1027,6 +1096,11 @@ import type { TreasuryProposal, } from "@polkadot/types/interfaces/treasury"; import type { Multiplier } from "@polkadot/types/interfaces/txpayment"; +import type { + TransactionSource, + TransactionValidity, + ValidTransaction, +} from "@polkadot/types/interfaces/txqueue"; import type { ClassDetails, ClassId, @@ -1125,7 +1199,7 @@ import type { } from "@polkadot/types/interfaces/xcm"; declare module "@polkadot/types/types/registry" { - export interface InterfaceTypes { + interface InterfaceTypes { AbridgedCandidateReceipt: AbridgedCandidateReceipt; AbridgedHostConfiguration: AbridgedHostConfiguration; AbridgedHrmpChannel: AbridgedHrmpChannel; @@ -1133,6 +1207,7 @@ declare module "@polkadot/types/types/registry" { AccountId: AccountId; AccountId20: AccountId20; AccountId32: AccountId32; + AccountId33: AccountId33; AccountIdOf: AccountIdOf; AccountIndex: AccountIndex; AccountInfo: AccountInfo; @@ -1157,6 +1232,7 @@ declare module "@polkadot/types/types/registry" { AnySignature: AnySignature; ApiId: ApiId; ApplyExtrinsicResult: ApplyExtrinsicResult; + ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6; ApprovalFlag: ApprovalFlag; Approvals: Approvals; ArithmeticError: ArithmeticError; @@ -1192,6 +1268,8 @@ declare module "@polkadot/types/types/registry" { BabeBlockWeight: BabeBlockWeight; BabeEpochConfiguration: BabeEpochConfiguration; BabeEquivocationProof: BabeEquivocationProof; + BabeGenesisConfiguration: BabeGenesisConfiguration; + BabeGenesisConfigurationV1: BabeGenesisConfigurationV1; BabeWeight: BabeWeight; BackedCandidate: BackedCandidate; Balance: Balance; @@ -1199,6 +1277,7 @@ declare module "@polkadot/types/types/registry" { BalanceLockTo212: BalanceLockTo212; BalanceOf: BalanceOf; BalanceStatus: BalanceStatus; + BeefyAuthoritySet: BeefyAuthoritySet; BeefyCommitment: BeefyCommitment; BeefyId: BeefyId; BeefyKey: BeefyKey; @@ -1206,6 +1285,12 @@ declare module "@polkadot/types/types/registry" { BeefyPayload: BeefyPayload; BeefyPayloadId: BeefyPayloadId; BeefySignedCommitment: BeefySignedCommitment; + BenchmarkBatch: BenchmarkBatch; + BenchmarkConfig: BenchmarkConfig; + BenchmarkList: BenchmarkList; + BenchmarkMetadata: BenchmarkMetadata; + BenchmarkParameter: BenchmarkParameter; + BenchmarkResult: BenchmarkResult; Bid: Bid; Bidder: Bidder; BidKind: BidKind; @@ -1249,6 +1334,7 @@ declare module "@polkadot/types/types/registry" { CallOrigin: CallOrigin; CandidateCommitments: CandidateCommitments; CandidateDescriptor: CandidateDescriptor; + CandidateEvent: CandidateEvent; CandidateHash: CandidateHash; CandidateInfo: CandidateInfo; CandidatePendingAvailability: CandidatePendingAvailability; @@ -1258,6 +1344,7 @@ declare module "@polkadot/types/types/registry" { ChainType: ChainType; ChangesTrieConfiguration: ChangesTrieConfiguration; ChangesTrieSignal: ChangesTrieSignal; + CheckInherentsResult: CheckInherentsResult; ClassDetails: ClassDetails; ClassId: ClassId; ClassMetadata: ClassMetadata; @@ -1267,6 +1354,8 @@ declare module "@polkadot/types/types/registry" { CodeUploadRequest: CodeUploadRequest; CodeUploadResult: CodeUploadResult; CodeUploadResultValue: CodeUploadResultValue; + CollationInfo: CollationInfo; + CollationInfoV1: CollationInfoV1; CollatorId: CollatorId; CollatorSignature: CollatorSignature; CollectiveOrigin: CollectiveOrigin; @@ -1293,6 +1382,7 @@ declare module "@polkadot/types/types/registry" { ContractContractSpecV1: ContractContractSpecV1; ContractContractSpecV2: ContractContractSpecV2; ContractContractSpecV3: ContractContractSpecV3; + ContractContractSpecV4: ContractContractSpecV4; ContractCryptoHasher: ContractCryptoHasher; ContractDiscriminant: ContractDiscriminant; ContractDisplayName: ContractDisplayName; @@ -1311,10 +1401,12 @@ declare module "@polkadot/types/types/registry" { ContractExecResultTo255: ContractExecResultTo255; ContractExecResultTo260: ContractExecResultTo260; ContractExecResultTo267: ContractExecResultTo267; + ContractExecResultU64: ContractExecResultU64; ContractInfo: ContractInfo; ContractInstantiateResult: ContractInstantiateResult; ContractInstantiateResultTo267: ContractInstantiateResultTo267; ContractInstantiateResultTo299: ContractInstantiateResultTo299; + ContractInstantiateResultU64: ContractInstantiateResultU64; ContractLayoutArray: ContractLayoutArray; ContractLayoutCell: ContractLayoutCell; ContractLayoutEnum: ContractLayoutEnum; @@ -1336,6 +1428,7 @@ declare module "@polkadot/types/types/registry" { ContractMetadataV1: ContractMetadataV1; ContractMetadataV2: ContractMetadataV2; ContractMetadataV3: ContractMetadataV3; + ContractMetadataV4: ContractMetadataV4; ContractProject: ContractProject; ContractProjectContract: ContractProjectContract; ContractProjectInfo: ContractProjectInfo; @@ -1350,6 +1443,7 @@ declare module "@polkadot/types/types/registry" { CoreAssignment: CoreAssignment; CoreIndex: CoreIndex; CoreOccupied: CoreOccupied; + CoreState: CoreState; CrateVersion: CrateVersion; CreatedBlock: CreatedBlock; Data: Data; @@ -1369,14 +1463,18 @@ declare module "@polkadot/types/types/registry" { DispatchClass: DispatchClass; DispatchError: DispatchError; DispatchErrorModule: DispatchErrorModule; + DispatchErrorModulePre6: DispatchErrorModulePre6; DispatchErrorModuleU8: DispatchErrorModuleU8; DispatchErrorModuleU8a: DispatchErrorModuleU8a; + DispatchErrorPre6: DispatchErrorPre6; + DispatchErrorPre6First: DispatchErrorPre6First; DispatchErrorTo198: DispatchErrorTo198; DispatchFeePayment: DispatchFeePayment; DispatchInfo: DispatchInfo; DispatchInfoTo190: DispatchInfoTo190; DispatchInfoTo244: DispatchInfoTo244; DispatchOutcome: DispatchOutcome; + DispatchOutcomePre6: DispatchOutcomePre6; DispatchResult: DispatchResult; DispatchResultOf: DispatchResultOf; DispatchResultTo198: DispatchResultTo198; @@ -1400,6 +1498,7 @@ declare module "@polkadot/types/types/registry" { ElectionStatus: ElectionStatus; EncodedFinalityProofs: EncodedFinalityProofs; EncodedJustification: EncodedJustification; + Epoch: Epoch; EpochAuthorship: EpochAuthorship; Era: Era; EraIndex: EraIndex; @@ -1434,6 +1533,8 @@ declare module "@polkadot/types/types/registry" { EthHeader: EthHeader; EthLog: EthLog; EthReceipt: EthReceipt; + EthReceiptV0: EthReceiptV0; + EthReceiptV3: EthReceiptV3; EthRichBlock: EthRichBlock; EthRichHeader: EthRichHeader; EthStorageProof: EthStorageProof; @@ -1461,6 +1562,8 @@ declare module "@polkadot/types/types/registry" { EventMetadataV9: EventMetadataV9; EventRecord: EventRecord; EvmAccount: EvmAccount; + EvmCallInfo: EvmCallInfo; + EvmCreateInfo: EvmCreateInfo; EvmLog: EvmLog; EvmVicinity: EvmVicinity; ExecReturnValue: ExecReturnValue; @@ -1537,6 +1640,7 @@ declare module "@polkadot/types/types/registry" { GrandpaPrevote: GrandpaPrevote; GrandpaSignedPrecommit: GrandpaSignedPrecommit; GroupIndex: GroupIndex; + GroupRotationInfo: GroupRotationInfo; H1024: H1024; H128: H128; H160: H160; @@ -1593,6 +1697,8 @@ declare module "@polkadot/types/types/registry" { Index: Index; IndicesLookupSource: IndicesLookupSource; IndividualExposure: IndividualExposure; + InherentData: InherentData; + InherentIdentifier: InherentIdentifier; InitializationData: InitializationData; InstanceDetails: InstanceDetails; InstanceId: InstanceId; @@ -1663,8 +1769,14 @@ declare module "@polkadot/types/types/registry" { MetadataV14: MetadataV14; MetadataV9: MetadataV9; MigrationStatusResult: MigrationStatusResult; + MmrBatchProof: MmrBatchProof; + MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf; + MmrError: MmrError; MmrLeafBatchProof: MmrLeafBatchProof; + MmrLeafIndex: MmrLeafIndex; MmrLeafProof: MmrLeafProof; + MmrNodeIndex: MmrNodeIndex; + MmrProof: MmrProof; MmrRootHash: MmrRootHash; ModuleConstantMetadataV10: ModuleConstantMetadataV10; ModuleConstantMetadataV11: ModuleConstantMetadataV11; @@ -1714,12 +1826,18 @@ declare module "@polkadot/types/types/registry" { NominatorIndex: NominatorIndex; NominatorIndexCompact: NominatorIndexCompact; NotConnectedPeer: NotConnectedPeer; + NpApiError: NpApiError; Null: Null; + OccupiedCore: OccupiedCore; + OccupiedCoreAssumption: OccupiedCoreAssumption; OffchainAccuracy: OffchainAccuracy; OffchainAccuracyCompact: OffchainAccuracyCompact; OffenceDetails: OffenceDetails; Offender: Offender; + OldV1SessionInfo: OldV1SessionInfo; OpaqueCall: OpaqueCall; + OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof; + OpaqueMetadata: OpaqueMetadata; OpaqueMultiaddr: OpaqueMultiaddr; OpaqueNetworkState: OpaqueNetworkState; OpaquePeerId: OpaquePeerId; @@ -1820,6 +1938,7 @@ declare module "@polkadot/types/types/registry" { ProxyDefinition: ProxyDefinition; ProxyState: ProxyState; ProxyType: ProxyType; + PvfCheckStatement: PvfCheckStatement; QueryId: QueryId; QueryStatus: QueryStatus; QueueConfigData: QueueConfigData; @@ -1887,11 +2006,16 @@ declare module "@polkadot/types/types/registry" { RpcMethods: RpcMethods; RuntimeDbWeight: RuntimeDbWeight; RuntimeDispatchInfo: RuntimeDispatchInfo; + RuntimeDispatchInfoV1: RuntimeDispatchInfoV1; + RuntimeDispatchInfoV2: RuntimeDispatchInfoV2; RuntimeVersion: RuntimeVersion; RuntimeVersionApi: RuntimeVersionApi; RuntimeVersionPartial: RuntimeVersionPartial; + RuntimeVersionPre3: RuntimeVersionPre3; + RuntimeVersionPre4: RuntimeVersionPre4; Schedule: Schedule; Scheduled: Scheduled; + ScheduledCore: ScheduledCore; ScheduledTo254: ScheduledTo254; SchedulePeriod: SchedulePeriod; SchedulePriority: SchedulePriority; @@ -1899,6 +2023,7 @@ declare module "@polkadot/types/types/registry" { ScheduleTo258: ScheduleTo258; ScheduleTo264: ScheduleTo264; Scheduling: Scheduling; + ScrapedOnChainVotes: ScrapedOnChainVotes; Seal: Seal; SealV0: SealV0; SeatHolder: SeatHolder; @@ -1987,6 +2112,7 @@ declare module "@polkadot/types/types/registry" { SlashingSpansTo204: SlashingSpansTo204; SlashJournalEntry: SlashJournalEntry; Slot: Slot; + SlotDuration: SlotDuration; SlotNumber: SlotNumber; SlotRange: SlotRange; SlotRange10: SlotRange10; @@ -2035,6 +2161,7 @@ declare module "@polkadot/types/types/registry" { StorageHasherV13: StorageHasherV13; StorageHasherV14: StorageHasherV14; StorageHasherV9: StorageHasherV9; + StorageInfo: StorageInfo; StorageKey: StorageKey; StorageKind: StorageKind; StorageMetadataV10: StorageMetadataV10; @@ -2064,11 +2191,15 @@ declare module "@polkadot/types/types/registry" { TraceError: TraceError; TransactionalError: TransactionalError; TransactionInfo: TransactionInfo; + TransactionLongevity: TransactionLongevity; TransactionPriority: TransactionPriority; + TransactionSource: TransactionSource; TransactionStorageProof: TransactionStorageProof; + TransactionTag: TransactionTag; TransactionV0: TransactionV0; TransactionV1: TransactionV1; TransactionV2: TransactionV2; + TransactionValidity: TransactionValidity; TransactionValidityError: TransactionValidityError; TransientValidationData: TransientValidationData; TreasuryProposal: TreasuryProposal; @@ -2115,10 +2246,12 @@ declare module "@polkadot/types/types/registry" { ValidatorPrefsTo196: ValidatorPrefsTo196; ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked; ValidatorPrefsWithCommission: ValidatorPrefsWithCommission; + ValidatorSet: ValidatorSet; ValidatorSetId: ValidatorSetId; ValidatorSignature: ValidatorSignature; ValidDisputeStatementKind: ValidDisputeStatementKind; ValidityAttestation: ValidityAttestation; + ValidTransaction: ValidTransaction; VecInboundHrmpMessage: VecInboundHrmpMessage; VersionedMultiAsset: VersionedMultiAsset; VersionedMultiAssets: VersionedMultiAssets; @@ -2149,6 +2282,8 @@ declare module "@polkadot/types/types/registry" { WeightMultiplier: WeightMultiplier; WeightPerClass: WeightPerClass; WeightToFeeCoefficient: WeightToFeeCoefficient; + WeightV1: WeightV1; + WeightV2: WeightV2; WildFungibility: WildFungibility; WildFungibilityV0: WildFungibilityV0; WildFungibilityV1: WildFungibilityV1; diff --git a/typescript-api/src/moonriver/interfaces/lookup.ts b/typescript-api/src/moonriver/interfaces/lookup.ts index 7e552af826..bc2ff3e5bf 100644 --- a/typescript-api/src/moonriver/interfaces/lookup.ts +++ b/typescript-api/src/moonriver/interfaces/lookup.ts @@ -24,21 +24,28 @@ export default { feeFrozen: "u128", }, /** - * Lookup7: frame_support::weights::PerDispatchClass + * Lookup7: frame_support::dispatch::PerDispatchClass */ - FrameSupportWeightsPerDispatchClassU64: { - normal: "u64", - operational: "u64", - mandatory: "u64", + FrameSupportDispatchPerDispatchClassWeight: { + normal: "SpWeightsWeightV2Weight", + operational: "SpWeightsWeightV2Weight", + mandatory: "SpWeightsWeightV2Weight", }, /** - * Lookup12: sp_runtime::generic::digest::Digest + * Lookup8: sp_weights::weight_v2::Weight + */ + SpWeightsWeightV2Weight: { + refTime: "Compact", + proofSize: "Compact", + }, + /** + * Lookup14: sp_runtime::generic::digest::Digest */ SpRuntimeDigest: { logs: "Vec", }, /** - * Lookup14: sp_runtime::generic::digest::DigestItem + * Lookup16: sp_runtime::generic::digest::DigestItem */ SpRuntimeDigestDigestItem: { _enum: { @@ -54,7 +61,8 @@ export default { }, }, /** - * Lookup17: frame_system::EventRecord + * Lookup19: frame_system::EventRecord */ FrameSystemEventRecord: { phase: "FrameSystemPhase", @@ -62,16 +70,16 @@ export default { topics: "Vec", }, /** - * Lookup19: frame_system::pallet::Event + * Lookup21: frame_system::pallet::Event */ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { - dispatchInfo: "FrameSupportWeightsDispatchInfo", + dispatchInfo: "FrameSupportDispatchDispatchInfo", }, ExtrinsicFailed: { dispatchError: "SpRuntimeDispatchError", - dispatchInfo: "FrameSupportWeightsDispatchInfo", + dispatchInfo: "FrameSupportDispatchDispatchInfo", }, CodeUpdated: "Null", NewAccount: { @@ -90,27 +98,27 @@ export default { }, }, /** - * Lookup20: frame_support::weights::DispatchInfo + * Lookup22: frame_support::dispatch::DispatchInfo */ - FrameSupportWeightsDispatchInfo: { - weight: "u64", - class: "FrameSupportWeightsDispatchClass", - paysFee: "FrameSupportWeightsPays", + FrameSupportDispatchDispatchInfo: { + weight: "SpWeightsWeightV2Weight", + class: "FrameSupportDispatchDispatchClass", + paysFee: "FrameSupportDispatchPays", }, /** - * Lookup21: frame_support::weights::DispatchClass + * Lookup23: frame_support::dispatch::DispatchClass */ - FrameSupportWeightsDispatchClass: { + FrameSupportDispatchDispatchClass: { _enum: ["Normal", "Operational", "Mandatory"], }, /** - * Lookup22: frame_support::weights::Pays + * Lookup24: frame_support::dispatch::Pays */ - FrameSupportWeightsPays: { + FrameSupportDispatchPays: { _enum: ["Yes", "No"], }, /** - * Lookup23: sp_runtime::DispatchError + * Lookup25: sp_runtime::DispatchError */ SpRuntimeDispatchError: { _enum: { @@ -124,17 +132,20 @@ export default { Token: "SpRuntimeTokenError", Arithmetic: "SpRuntimeArithmeticError", Transactional: "SpRuntimeTransactionalError", + Exhausted: "Null", + Corruption: "Null", + Unavailable: "Null", }, }, /** - * Lookup24: sp_runtime::ModuleError + * Lookup26: sp_runtime::ModuleError */ SpRuntimeModuleError: { index: "u8", error: "[u8;4]", }, /** - * Lookup25: sp_runtime::TokenError + * Lookup27: sp_runtime::TokenError */ SpRuntimeTokenError: { _enum: [ @@ -148,19 +159,19 @@ export default { ], }, /** - * Lookup26: sp_runtime::ArithmeticError + * Lookup28: sp_runtime::ArithmeticError */ SpRuntimeArithmeticError: { _enum: ["Underflow", "Overflow", "DivisionByZero"], }, /** - * Lookup27: sp_runtime::TransactionalError + * Lookup29: sp_runtime::TransactionalError */ SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"], }, /** - * Lookup28: cumulus_pallet_parachain_system::pallet::Event + * Lookup30: cumulus_pallet_parachain_system::pallet::Event */ CumulusPalletParachainSystemEvent: { _enum: { @@ -176,13 +187,13 @@ export default { count: "u32", }, DownwardMessagesProcessed: { - weightUsed: "u64", + weightUsed: "SpWeightsWeightV2Weight", dmqHead: "H256", }, }, }, /** - * Lookup29: pallet_balances::pallet::Event + * Lookup31: pallet_balances::pallet::Event */ PalletBalancesEvent: { _enum: { @@ -233,13 +244,13 @@ export default { }, }, /** - * Lookup30: frame_support::traits::tokens::misc::BalanceStatus + * Lookup32: frame_support::traits::tokens::misc::BalanceStatus */ FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"], }, /** - * Lookup31: pallet_transaction_payment::pallet::Event + * Lookup33: pallet_transaction_payment::pallet::Event */ PalletTransactionPaymentEvent: { _enum: { @@ -251,7 +262,7 @@ export default { }, }, /** - * Lookup32: pallet_parachain_staking::pallet::Event + * Lookup34: pallet_parachain_staking::pallet::Event */ PalletParachainStakingEvent: { _enum: { @@ -366,6 +377,7 @@ export default { lockedAmount: "u128", candidate: "AccountId20", delegatorPosition: "PalletParachainStakingDelegatorAdded", + autoCompound: "Percent", }, DelegatorLeftCandidate: { delegator: "AccountId20", @@ -434,10 +446,20 @@ export default { newPerRoundInflationIdeal: "Perbill", newPerRoundInflationMax: "Perbill", }, + AutoCompoundSet: { + candidate: "AccountId20", + delegator: "AccountId20", + value: "Percent", + }, + Compounded: { + candidate: "AccountId20", + delegator: "AccountId20", + amount: "u128", + }, }, }, /** - * Lookup34: + * Lookup36: * pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { @@ -445,7 +467,7 @@ export default { action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup35: pallet_parachain_staking::delegation_requests::DelegationAction + * Lookup37: pallet_parachain_staking::delegation_requests::DelegationAction */ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { @@ -454,7 +476,7 @@ export default { }, }, /** - * Lookup36: pallet_parachain_staking::types::DelegatorAdded + * Lookup38: pallet_parachain_staking::types::DelegatorAdded */ PalletParachainStakingDelegatorAdded: { _enum: { @@ -465,7 +487,7 @@ export default { }, }, /** - * Lookup39: pallet_author_slot_filter::pallet::Event + * Lookup41: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { @@ -473,7 +495,7 @@ export default { }, }, /** - * Lookup41: pallet_author_mapping::pallet::Event + * Lookup43: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { @@ -501,19 +523,19 @@ export default { }, }, /** - * Lookup42: nimbus_primitives::nimbus_crypto::Public + * Lookup44: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "SpCoreSr25519Public", /** - * Lookup43: sp_core::sr25519::Public + * Lookup45: sp_core::sr25519::Public */ SpCoreSr25519Public: "[u8;32]", /** - * Lookup44: session_keys_primitives::vrf::vrf_crypto::Public + * Lookup46: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "SpCoreSr25519Public", /** - * Lookup45: pallet_moonbeam_orbiters::pallet::Event + * Lookup47: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { @@ -544,7 +566,7 @@ export default { }, }, /** - * Lookup47: pallet_utility::pallet::Event + * Lookup49: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { @@ -564,15 +586,15 @@ export default { }, }, /** - * Lookup50: pallet_proxy::pallet::Event + * Lookup52: pallet_proxy::pallet::Event */ PalletProxyEvent: { _enum: { ProxyExecuted: { result: "Result", }, - AnonymousCreated: { - anonymous: "AccountId20", + PureCreated: { + pure: "AccountId20", who: "AccountId20", proxyType: "MoonriverRuntimeProxyType", disambiguationIndex: "u16", @@ -597,7 +619,7 @@ export default { }, }, /** - * Lookup51: moonriver_runtime::ProxyType + * Lookup53: moonriver_runtime::ProxyType */ MoonriverRuntimeProxyType: { _enum: [ @@ -612,7 +634,7 @@ export default { ], }, /** - * Lookup53: pallet_maintenance_mode::pallet::Event + * Lookup55: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { @@ -627,7 +649,7 @@ export default { }, }, /** - * Lookup54: pallet_identity::pallet::Event + * Lookup56: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { @@ -675,25 +697,25 @@ export default { }, }, /** - * Lookup55: pallet_migrations::pallet::Event + * Lookup57: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", RuntimeUpgradeCompleted: { - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, MigrationStarted: { migrationName: "Bytes", }, MigrationCompleted: { migrationName: "Bytes", - consumedWeight: "u64", + consumedWeight: "SpWeightsWeightV2Weight", }, }, }, /** - * Lookup56: pallet_evm::pallet::Event + * Lookup58: pallet_evm::pallet::Event */ PalletEvmEvent: { _enum: { @@ -715,7 +737,7 @@ export default { }, }, /** - * Lookup57: ethereum::log::Log + * Lookup59: ethereum::log::Log */ EthereumLog: { address: "H160", @@ -723,7 +745,7 @@ export default { data: "Bytes", }, /** - * Lookup60: pallet_ethereum::pallet::Event + * Lookup62: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { @@ -736,7 +758,7 @@ export default { }, }, /** - * Lookup61: evm_core::error::ExitReason + * Lookup63: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { @@ -747,13 +769,13 @@ export default { }, }, /** - * Lookup62: evm_core::error::ExitSucceed + * Lookup64: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, /** - * Lookup63: evm_core::error::ExitError + * Lookup65: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { @@ -776,13 +798,13 @@ export default { }, }, /** - * Lookup67: evm_core::error::ExitRevert + * Lookup69: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, /** - * Lookup68: evm_core::error::ExitFatal + * Lookup70: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { @@ -793,7 +815,7 @@ export default { }, }, /** - * Lookup69: pallet_base_fee::pallet::Event + * Lookup71: pallet_base_fee::pallet::Event */ PalletBaseFeeEvent: { _enum: { @@ -801,16 +823,13 @@ export default { fee: "U256", }, BaseFeeOverflow: "Null", - IsActive: { - isActive: "bool", - }, NewElasticity: { elasticity: "Permill", }, }, }, /** - * Lookup73: pallet_scheduler::pallet::Event + * Lookup75: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { @@ -824,24 +843,25 @@ export default { }, Dispatched: { task: "(u32,u32)", - id: "Option", + id: "Option<[u8;32]>", result: "Result", }, - CallLookupFailed: { + CallUnavailable: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PeriodicFailed: { task: "(u32,u32)", - id: "Option", - error: "FrameSupportScheduleLookupError", + id: "Option<[u8;32]>", + }, + PermanentlyOverweight: { + task: "(u32,u32)", + id: "Option<[u8;32]>", }, }, }, /** - * Lookup76: frame_support::traits::schedule::LookupError - */ - FrameSupportScheduleLookupError: { - _enum: ["Unknown", "BadFormat"], - }, - /** - * Lookup77: pallet_democracy::pallet::Event + * Lookup78: pallet_democracy::pallet::Event */ PalletDemocracyEvent: { _enum: { @@ -852,7 +872,6 @@ export default { Tabled: { proposalIndex: "u32", deposit: "u128", - depositors: "Vec", }, ExternalTabled: "Null", Started: { @@ -868,10 +887,6 @@ export default { Cancelled: { refIndex: "u32", }, - Executed: { - refIndex: "u32", - result: "Result", - }, Delegated: { who: "AccountId20", target: "AccountId20", @@ -884,30 +899,6 @@ export default { proposalHash: "H256", until: "u32", }, - PreimageNoted: { - proposalHash: "H256", - who: "AccountId20", - deposit: "u128", - }, - PreimageUsed: { - proposalHash: "H256", - provider: "AccountId20", - deposit: "u128", - }, - PreimageInvalid: { - proposalHash: "H256", - refIndex: "u32", - }, - PreimageMissing: { - proposalHash: "H256", - refIndex: "u32", - }, - PreimageReaped: { - proposalHash: "H256", - provider: "AccountId20", - deposit: "u128", - reaper: "AccountId20", - }, Blacklisted: { proposalHash: "H256", }, @@ -947,7 +938,32 @@ export default { }, }, /** - * Lookup82: pallet_collective::pallet::Event + * Lookup82: pallet_preimage::pallet::Event + */ + PalletPreimageEvent: { + _enum: { + Noted: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Requested: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Cleared: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + }, + }, + /** + * Lookup83: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { @@ -986,7 +1002,7 @@ export default { }, }, /** - * Lookup85: pallet_treasury::pallet::Event + * Lookup86: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { @@ -1022,7 +1038,7 @@ export default { }, }, /** - * Lookup86: pallet_crowdloan_rewards::pallet::Event + * Lookup87: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { @@ -1035,18 +1051,18 @@ export default { }, }, /** - * Lookup87: cumulus_pallet_xcmp_queue::pallet::Event + * Lookup88: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { Success: { messageHash: "Option", - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, Fail: { messageHash: "Option", error: "XcmV2TraitsError", - weight: "u64", + weight: "SpWeightsWeightV2Weight", }, BadVersion: { messageHash: "Option", @@ -1064,16 +1080,16 @@ export default { sender: "u32", sentAt: "u32", index: "u64", - required: "u64", + required: "SpWeightsWeightV2Weight", }, OverweightServiced: { index: "u64", - used: "u64", + used: "SpWeightsWeightV2Weight", }, }, }, /** - * Lookup89: xcm::v2::traits::Error + * Lookup90: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { @@ -1106,7 +1122,7 @@ export default { }, }, /** - * Lookup91: cumulus_pallet_xcm::pallet::Event + * Lookup92: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { @@ -1116,7 +1132,7 @@ export default { }, }, /** - * Lookup93: xcm::v2::traits::Outcome + * Lookup94: xcm::v2::traits::Outcome */ XcmV2TraitsOutcome: { _enum: { @@ -1126,7 +1142,7 @@ export default { }, }, /** - * Lookup94: cumulus_pallet_dmp_queue::pallet::Event + * Lookup95: cumulus_pallet_dmp_queue::pallet::Event */ CumulusPalletDmpQueueEvent: { _enum: { @@ -1142,22 +1158,22 @@ export default { }, WeightExhausted: { messageId: "[u8;32]", - remainingWeight: "u64", - requiredWeight: "u64", + remainingWeight: "SpWeightsWeightV2Weight", + requiredWeight: "SpWeightsWeightV2Weight", }, OverweightEnqueued: { messageId: "[u8;32]", overweightIndex: "u64", - requiredWeight: "u64", + requiredWeight: "SpWeightsWeightV2Weight", }, OverweightServiced: { overweightIndex: "u64", - weightUsed: "u64", + weightUsed: "SpWeightsWeightV2Weight", }, }, }, /** - * Lookup95: pallet_xcm::pallet::Event + * Lookup96: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { @@ -1166,7 +1182,7 @@ export default { UnexpectedResponse: "(XcmV1MultiLocation,u64)", ResponseReady: "(u64,XcmV2Response)", Notified: "(u64,u8,u8)", - NotifyOverweight: "(u64,u8,u8,u64,u64)", + NotifyOverweight: "(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)", NotifyDispatchError: "(u64,u8,u8)", NotifyDecodeFailed: "(u64,u8,u8)", InvalidResponder: "(XcmV1MultiLocation,u64,Option)", @@ -1177,17 +1193,18 @@ export default { SupportedVersionChanged: "(XcmV1MultiLocation,u32)", NotifyTargetSendFail: "(XcmV1MultiLocation,u64,XcmV2TraitsError)", NotifyTargetMigrationFail: "(XcmVersionedMultiLocation,u64)", + AssetsClaimed: "(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)", }, }, /** - * Lookup96: xcm::v1::multilocation::MultiLocation + * Lookup97: xcm::v1::multilocation::MultiLocation */ XcmV1MultiLocation: { parents: "u8", interior: "XcmV1MultilocationJunctions", }, /** - * Lookup97: xcm::v1::multilocation::Junctions + * Lookup98: xcm::v1::multilocation::Junctions */ XcmV1MultilocationJunctions: { _enum: { @@ -1203,7 +1220,7 @@ export default { }, }, /** - * Lookup98: xcm::v1::junction::Junction + * Lookup99: xcm::v1::junction::Junction */ XcmV1Junction: { _enum: { @@ -1231,7 +1248,7 @@ export default { }, }, /** - * Lookup100: xcm::v0::junction::NetworkId + * Lookup101: xcm::v0::junction::NetworkId */ XcmV0JunctionNetworkId: { _enum: { @@ -1279,11 +1296,11 @@ export default { }, }, /** - * Lookup106: xcm::v2::Xcm + * Lookup106: xcm::v2::Xcm */ XcmV2Xcm: "Vec", /** - * Lookup108: xcm::v2::Instruction + * Lookup108: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { @@ -1894,15 +1911,15 @@ export default { * Lookup149: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { - baseBlock: "u64", - maxBlock: "u64", - perClass: "FrameSupportWeightsPerDispatchClassWeightsPerClass", + baseBlock: "SpWeightsWeightV2Weight", + maxBlock: "SpWeightsWeightV2Weight", + perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, /** * Lookup150: - * frame_support::weights::PerDispatchClass + * frame_support::dispatch::PerDispatchClass */ - FrameSupportWeightsPerDispatchClassWeightsPerClass: { + FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", @@ -1911,34 +1928,34 @@ export default { * Lookup151: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { - baseExtrinsic: "u64", - maxExtrinsic: "Option", - maxTotal: "Option", - reserved: "Option", + baseExtrinsic: "SpWeightsWeightV2Weight", + maxExtrinsic: "Option", + maxTotal: "Option", + reserved: "Option", }, /** - * Lookup152: frame_system::limits::BlockLength + * Lookup153: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { - max: "FrameSupportWeightsPerDispatchClassU32", + max: "FrameSupportDispatchPerDispatchClassU32", }, /** - * Lookup153: frame_support::weights::PerDispatchClass + * Lookup154: frame_support::dispatch::PerDispatchClass */ - FrameSupportWeightsPerDispatchClassU32: { + FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, /** - * Lookup154: frame_support::weights::RuntimeDbWeight + * Lookup155: sp_weights::RuntimeDbWeight */ - FrameSupportWeightsRuntimeDbWeight: { + SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, /** - * Lookup155: sp_version::RuntimeVersion + * Lookup156: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", @@ -1951,7 +1968,7 @@ export default { stateVersion: "u8", }, /** - * Lookup159: frame_system::pallet::Error + * Lookup160: frame_system::pallet::Error */ FrameSystemError: { _enum: [ @@ -1964,7 +1981,7 @@ export default { ], }, /** - * Lookup160: polkadot_primitives::v2::PersistedValidationData + * Lookup161: polkadot_primitives::v2::PersistedValidationData */ PolkadotPrimitivesV2PersistedValidationData: { parentHead: "Bytes", @@ -1973,19 +1990,19 @@ export default { maxPovSize: "u32", }, /** - * Lookup163: polkadot_primitives::v2::UpgradeRestriction + * Lookup164: polkadot_primitives::v2::UpgradeRestriction */ PolkadotPrimitivesV2UpgradeRestriction: { _enum: ["Present"], }, /** - * Lookup164: sp_trie::storage_proof::StorageProof + * Lookup165: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, /** - * Lookup166: + * Lookup167: * cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { @@ -1995,7 +2012,7 @@ export default { egressChannels: "Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>", }, /** - * Lookup169: polkadot_primitives::v2::AbridgedHrmpChannel + * Lookup170: polkadot_primitives::v2::AbridgedHrmpChannel */ PolkadotPrimitivesV2AbridgedHrmpChannel: { maxCapacity: "u32", @@ -2006,7 +2023,7 @@ export default { mqcHead: "Option", }, /** - * Lookup170: polkadot_primitives::v2::AbridgedHostConfiguration + * Lookup171: polkadot_primitives::v2::AbridgedHostConfiguration */ PolkadotPrimitivesV2AbridgedHostConfiguration: { maxCodeSize: "u32", @@ -2020,7 +2037,7 @@ export default { validationUpgradeDelay: "u32", }, /** - * Lookup176: + * Lookup177: * polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { @@ -2028,7 +2045,7 @@ export default { data: "Bytes", }, /** - * Lookup177: cumulus_pallet_parachain_system::pallet::Call + * Lookup178: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { @@ -2047,7 +2064,7 @@ export default { }, }, /** - * Lookup178: cumulus_primitives_parachain_inherent::ParachainInherentData + * Lookup179: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV2PersistedValidationData", @@ -2056,21 +2073,21 @@ export default { horizontalMessages: "BTreeMap>", }, /** - * Lookup180: polkadot_core_primitives::InboundDownwardMessage + * Lookup181: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, /** - * Lookup183: polkadot_core_primitives::InboundHrmpMessage + * Lookup184: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, /** - * Lookup186: cumulus_pallet_parachain_system::pallet::Error + * Lookup187: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ @@ -2085,7 +2102,7 @@ export default { ], }, /** - * Lookup188: pallet_timestamp::pallet::Call + * Lookup189: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { @@ -2095,7 +2112,7 @@ export default { }, }, /** - * Lookup190: pallet_balances::BalanceLock + * Lookup191: pallet_balances::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", @@ -2103,26 +2120,26 @@ export default { reasons: "PalletBalancesReasons", }, /** - * Lookup191: pallet_balances::Reasons + * Lookup192: pallet_balances::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, /** - * Lookup194: pallet_balances::ReserveData + * Lookup195: pallet_balances::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, /** - * Lookup196: pallet_balances::Releases + * Lookup197: pallet_balances::Releases */ PalletBalancesReleases: { _enum: ["V1_0_0", "V2_0_0"], }, /** - * Lookup197: pallet_balances::pallet::Call + * Lookup198: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { @@ -2155,7 +2172,7 @@ export default { }, }, /** - * Lookup198: pallet_balances::pallet::Error + * Lookup199: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ @@ -2170,13 +2187,13 @@ export default { ], }, /** - * Lookup200: pallet_transaction_payment::Releases + * Lookup201: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, /** - * Lookup201: + * Lookup202: * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingParachainBondConfig: { @@ -2184,7 +2201,7 @@ export default { percent: "Percent", }, /** - * Lookup202: pallet_parachain_staking::types::RoundInfo + * Lookup203: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", @@ -2192,7 +2209,7 @@ export default { length: "u32", }, /** - * Lookup203: pallet_parachain_staking::types::Delegator + * Lookup204: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", @@ -2202,20 +2219,20 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup204: + * Lookup205: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", /** - * Lookup205: pallet_parachain_staking::types::Bond + * Lookup206: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, /** - * Lookup207: pallet_parachain_staking::types::DelegatorStatus + * Lookup208: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { @@ -2224,7 +2241,7 @@ export default { }, }, /** - * Lookup208: pallet_parachain_staking::types::CandidateMetadata + * Lookup209: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", @@ -2239,20 +2256,20 @@ export default { status: "PalletParachainStakingCollatorStatus", }, /** - * Lookup209: pallet_parachain_staking::types::CapacityStatus + * Lookup210: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, /** - * Lookup211: pallet_parachain_staking::types::CandidateBondLessRequest + * Lookup212: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, /** - * Lookup212: pallet_parachain_staking::types::CollatorStatus + * Lookup213: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { @@ -2262,7 +2279,7 @@ export default { }, }, /** - * Lookup214: + * Lookup215: * pallet_parachain_staking::delegation_requests::ScheduledRequest */ @@ -2272,7 +2289,15 @@ export default { action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup215: + * Lookup217: + * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingAutoCompoundAutoCompoundConfig: { + delegator: "AccountId20", + value: "Percent", + }, + /** + * Lookup218: * pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { @@ -2280,16 +2305,25 @@ export default { total: "u128", }, /** - * Lookup217: + * Lookup221: * pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", - delegations: "Vec", + delegations: "Vec", total: "u128", }, /** - * Lookup218: pallet_parachain_staking::types::DelayedPayout + * Lookup223: + * pallet_parachain_staking::types::BondWithAutoCompound + */ + PalletParachainStakingBondWithAutoCompound: { + owner: "AccountId20", + amount: "u128", + autoCompound: "Percent", + }, + /** + * Lookup224: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", @@ -2297,7 +2331,7 @@ export default { collatorCommission: "Perbill", }, /** - * Lookup219: pallet_parachain_staking::inflation::InflationInfo + * Lookup225: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { @@ -2317,7 +2351,7 @@ export default { }, }, /** - * Lookup222: pallet_parachain_staking::pallet::Call + * Lookup228: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { @@ -2397,6 +2431,14 @@ export default { candidateDelegationCount: "u32", delegationCount: "u32", }, + delegate_with_auto_compound: { + candidate: "AccountId20", + amount: "u128", + autoCompound: "Percent", + candidateDelegationCount: "u32", + candidateAutoCompoundingDelegationCount: "u32", + delegationCount: "u32", + }, schedule_leave_delegators: "Null", execute_leave_delegators: { delegator: "AccountId20", @@ -2421,13 +2463,19 @@ export default { cancel_delegation_request: { candidate: "AccountId20", }, + set_auto_compound: { + candidate: "AccountId20", + value: "Percent", + candidateAutoCompoundingDelegationCountHint: "u32", + delegationCountHint: "u32", + }, hotfix_remove_delegation_requests_exited_candidates: { candidates: "Vec", }, }, }, /** - * Lookup223: pallet_parachain_staking::pallet::Error + * Lookup229: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ @@ -2473,22 +2521,25 @@ export default { "PendingDelegationRequestNotDueYet", "CannotDelegateLessThanOrEqualToLowestBottomWhenFull", "PendingDelegationRevoke", + "TooLowDelegationCountToAutoCompound", + "TooLowCandidateAutoCompoundingDelegationCountToAutoCompound", + "TooLowCandidateAutoCompoundingDelegationCountToDelegate", ], }, /** - * Lookup224: pallet_author_inherent::pallet::Call + * Lookup230: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, /** - * Lookup225: pallet_author_inherent::pallet::Error + * Lookup231: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, /** - * Lookup226: pallet_author_slot_filter::pallet::Call + * Lookup232: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { @@ -2501,7 +2552,7 @@ export default { }, }, /** - * Lookup227: pallet_author_mapping::pallet::RegistrationInfo + * Lookup233: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { @@ -2512,7 +2563,7 @@ export default { keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, /** - * Lookup228: pallet_author_mapping::pallet::Call + * Lookup234: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { @@ -2536,7 +2587,7 @@ export default { }, }, /** - * Lookup229: pallet_author_mapping::pallet::Error + * Lookup235: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ @@ -2551,7 +2602,7 @@ export default { ], }, /** - * Lookup230: + * Lookup236: * pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { @@ -2560,7 +2611,7 @@ export default { nextOrbiter: "u32", }, /** - * Lookup232: + * Lookup238: * pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { @@ -2568,7 +2619,7 @@ export default { removed: "bool", }, /** - * Lookup233: pallet_moonbeam_orbiters::pallet::Call + * Lookup239: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { @@ -2594,7 +2645,7 @@ export default { }, }, /** - * Lookup234: pallet_moonbeam_orbiters::pallet::Error + * Lookup240: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ @@ -2610,7 +2661,7 @@ export default { ], }, /** - * Lookup235: pallet_utility::pallet::Call + * Lookup241: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { @@ -2634,7 +2685,7 @@ export default { }, }, /** - * Lookup238: pallet_proxy::pallet::Call + * Lookup244: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { @@ -2654,12 +2705,12 @@ export default { delay: "u32", }, remove_proxies: "Null", - anonymous: { + create_pure: { proxyType: "MoonriverRuntimeProxyType", delay: "u32", index: "u16", }, - kill_anonymous: { + kill_pure: { spawner: "AccountId20", proxyType: "MoonriverRuntimeProxyType", index: "u16", @@ -2687,13 +2738,13 @@ export default { }, }, /** - * Lookup240: pallet_maintenance_mode::pallet::Call + * Lookup246: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, /** - * Lookup241: pallet_identity::pallet::Call + * Lookup247: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { @@ -2733,6 +2784,7 @@ export default { regIndex: "Compact", target: "AccountId20", judgement: "PalletIdentityJudgement", + identity: "H256", }, kill_identity: { target: "AccountId20", @@ -2752,7 +2804,7 @@ export default { }, }, /** - * Lookup242: pallet_identity::types::IdentityInfo + * Lookup248: pallet_identity::types::IdentityInfo */ PalletIdentityIdentityInfo: { additional: "Vec<(Data,Data)>", @@ -2766,7 +2818,7 @@ export default { twitter: "Data", }, /** - * Lookup278: pallet_identity::types::BitFlags + * Lookup284: pallet_identity::types::BitFlags */ PalletIdentityBitFlags: { _bitLength: 64, @@ -2780,7 +2832,7 @@ export default { Twitter: 128, }, /** - * Lookup279: pallet_identity::types::IdentityField + * Lookup285: pallet_identity::types::IdentityField */ PalletIdentityIdentityField: { _enum: [ @@ -2916,7 +2968,7 @@ export default { ], }, /** - * Lookup280: pallet_identity::types::Judgement + * Lookup286: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { @@ -2930,7 +2982,18 @@ export default { }, }, /** - * Lookup281: pallet_evm::pallet::Call + * Lookup287: pallet_migrations::pallet::Call + */ + PalletMigrationsCall: { + _enum: { + migrate_democracy_preimage: { + proposalHash: "H256", + proposalLenUpperBound: "Compact", + }, + }, + }, + /** + * Lookup288: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { @@ -2973,7 +3036,7 @@ export default { }, }, /** - * Lookup285: pallet_ethereum::pallet::Call + * Lookup292: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { @@ -2983,7 +3046,7 @@ export default { }, }, /** - * Lookup286: ethereum::transaction::TransactionV2 + * Lookup293: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { @@ -2993,7 +3056,7 @@ export default { }, }, /** - * Lookup287: ethereum::transaction::LegacyTransaction + * Lookup294: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", @@ -3005,7 +3068,7 @@ export default { signature: "EthereumTransactionTransactionSignature", }, /** - * Lookup288: ethereum::transaction::TransactionAction + * Lookup295: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { @@ -3014,7 +3077,7 @@ export default { }, }, /** - * Lookup289: ethereum::transaction::TransactionSignature + * Lookup296: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", @@ -3022,7 +3085,7 @@ export default { s: "H256", }, /** - * Lookup291: ethereum::transaction::EIP2930Transaction + * Lookup298: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", @@ -3038,14 +3101,14 @@ export default { s: "H256", }, /** - * Lookup293: ethereum::transaction::AccessListItem + * Lookup300: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, /** - * Lookup294: ethereum::transaction::EIP1559Transaction + * Lookup301: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", @@ -3062,23 +3125,20 @@ export default { s: "H256", }, /** - * Lookup295: pallet_base_fee::pallet::Call + * Lookup302: pallet_base_fee::pallet::Call */ PalletBaseFeeCall: { _enum: { set_base_fee_per_gas: { fee: "U256", }, - set_is_active: { - isActive: "bool", - }, set_elasticity: { elasticity: "Permill", }, }, }, /** - * Lookup296: pallet_scheduler::pallet::Call + * Lookup303: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { @@ -3086,60 +3146,48 @@ export default { when: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, cancel: { when: "u32", index: "u32", }, schedule_named: { - id: "Bytes", + id: "[u8;32]", when: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, cancel_named: { - id: "Bytes", + id: "[u8;32]", }, schedule_after: { after: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, schedule_named_after: { - id: "Bytes", + id: "[u8;32]", after: "u32", maybePeriodic: "Option<(u32,u32)>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "Call", }, }, }, /** - * Lookup298: - * frame_support::traits::schedule::MaybeHashed - */ - FrameSupportScheduleMaybeHashed: { - _enum: { - Value: "Call", - Hash: "H256", - }, - }, - /** - * Lookup299: pallet_democracy::pallet::Call + * Lookup305: pallet_democracy::pallet::Call */ PalletDemocracyCall: { _enum: { propose: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", value: "Compact", }, second: { proposal: "Compact", - secondsUpperBound: "Compact", }, vote: { refIndex: "Compact", @@ -3149,13 +3197,13 @@ export default { refIndex: "u32", }, external_propose: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, external_propose_majority: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, external_propose_default: { - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", }, fast_track: { proposalHash: "H256", @@ -3168,9 +3216,6 @@ export default { cancel_referendum: { refIndex: "Compact", }, - cancel_queued: { - which: "u32", - }, delegate: { to: "AccountId20", conviction: "PalletDemocracyConviction", @@ -3178,22 +3223,6 @@ export default { }, undelegate: "Null", clear_public_proposals: "Null", - note_preimage: { - encodedProposal: "Bytes", - }, - note_preimage_operational: { - encodedProposal: "Bytes", - }, - note_imminent_preimage: { - encodedProposal: "Bytes", - }, - note_imminent_preimage_operational: { - encodedProposal: "Bytes", - }, - reap_preimage: { - proposalHash: "H256", - proposalLenUpperBound: "Compact", - }, unlock: { target: "AccountId20", }, @@ -3204,10 +3233,6 @@ export default { target: "AccountId20", index: "u32", }, - enact_proposal: { - proposalHash: "H256", - index: "u32", - }, blacklist: { proposalHash: "H256", maybeRefIndex: "Option", @@ -3218,13 +3243,62 @@ export default { }, }, /** - * Lookup300: pallet_democracy::conviction::Conviction + * Lookup306: frame_support::traits::preimages::Bounded + */ + FrameSupportPreimagesBounded: { + _enum: { + Legacy: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Inline: "Bytes", + Lookup: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + len: "u32", + }, + }, + }, + /** + * Lookup308: pallet_democracy::conviction::Conviction */ PalletDemocracyConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, /** - * Lookup302: pallet_collective::pallet::Call + * Lookup310: pallet_preimage::pallet::Call + */ + PalletPreimageCall: { + _enum: { + note_preimage: { + bytes: "Bytes", + }, + unnote_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + request_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + unrequest_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + }, + }, + /** + * Lookup311: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { @@ -3247,7 +3321,7 @@ export default { index: "Compact", approve: "bool", }, - close: { + close_old_weight: { proposalHash: "H256", index: "Compact", proposalWeightBound: "Compact", @@ -3256,10 +3330,16 @@ export default { disapprove_proposal: { proposalHash: "H256", }, + close: { + proposalHash: "H256", + index: "Compact", + proposalWeightBound: "SpWeightsWeightV2Weight", + lengthBound: "Compact", + }, }, }, /** - * Lookup305: pallet_treasury::pallet::Call + * Lookup316: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { @@ -3283,7 +3363,7 @@ export default { }, }, /** - * Lookup306: pallet_crowdloan_rewards::pallet::Call + * Lookup317: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { @@ -3310,7 +3390,7 @@ export default { }, }, /** - * Lookup307: sp_runtime::MultiSignature + * Lookup318: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { @@ -3320,19 +3400,19 @@ export default { }, }, /** - * Lookup308: sp_core::ed25519::Signature + * Lookup319: sp_core::ed25519::Signature */ SpCoreEd25519Signature: "[u8;64]", /** - * Lookup310: sp_core::sr25519::Signature + * Lookup321: sp_core::sr25519::Signature */ SpCoreSr25519Signature: "[u8;64]", /** - * Lookup311: sp_core::ecdsa::Signature + * Lookup322: sp_core::ecdsa::Signature */ SpCoreEcdsaSignature: "[u8;65]", /** - * Lookup317: cumulus_pallet_dmp_queue::pallet::Call + * Lookup328: cumulus_pallet_dmp_queue::pallet::Call */ CumulusPalletDmpQueueCall: { _enum: { @@ -3343,7 +3423,7 @@ export default { }, }, /** - * Lookup318: pallet_xcm::pallet::Call + * Lookup329: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { @@ -3397,7 +3477,7 @@ export default { }, }, /** - * Lookup319: xcm::VersionedXcm + * Lookup330: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { @@ -3407,7 +3487,7 @@ export default { }, }, /** - * Lookup320: xcm::v0::Xcm + * Lookup331: xcm::v0::Xcm */ XcmV0Xcm: { _enum: { @@ -3461,7 +3541,7 @@ export default { }, }, /** - * Lookup322: xcm::v0::order::Order + * Lookup333: xcm::v0::order::Order */ XcmV0Order: { _enum: { @@ -3504,7 +3584,7 @@ export default { }, }, /** - * Lookup324: xcm::v0::Response + * Lookup335: xcm::v0::Response */ XcmV0Response: { _enum: { @@ -3512,7 +3592,7 @@ export default { }, }, /** - * Lookup325: xcm::v1::Xcm + * Lookup336: xcm::v1::Xcm */ XcmV1Xcm: { _enum: { @@ -3571,7 +3651,7 @@ export default { }, }, /** - * Lookup327: xcm::v1::order::Order + * Lookup338: xcm::v1::order::Order */ XcmV1Order: { _enum: { @@ -3616,7 +3696,7 @@ export default { }, }, /** - * Lookup329: xcm::v1::Response + * Lookup340: xcm::v1::Response */ XcmV1Response: { _enum: { @@ -3625,7 +3705,7 @@ export default { }, }, /** - * Lookup343: pallet_assets::pallet::Call + * Lookup354: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { @@ -3753,7 +3833,7 @@ export default { }, }, /** - * Lookup344: pallet_assets::types::DestroyWitness + * Lookup355: pallet_assets::types::DestroyWitness */ PalletAssetsDestroyWitness: { accounts: "Compact", @@ -3761,7 +3841,7 @@ export default { approvals: "Compact", }, /** - * Lookup345: pallet_asset_manager::pallet::Call + * Lookup356: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { @@ -3807,7 +3887,7 @@ export default { }, }, /** - * Lookup346: orml_xtokens::module::Call + * Lookup357: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { @@ -3815,42 +3895,42 @@ export default { currencyId: "MoonriverRuntimeXcmConfigCurrencyId", amount: "u128", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiasset: { asset: "XcmVersionedMultiAsset", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_with_fee: { currencyId: "MoonriverRuntimeXcmConfigCurrencyId", amount: "u128", fee: "u128", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiasset_with_fee: { asset: "XcmVersionedMultiAsset", fee: "XcmVersionedMultiAsset", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multicurrencies: { currencies: "Vec<(MoonriverRuntimeXcmConfigCurrencyId,u128)>", feeItem: "u32", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, transfer_multiassets: { assets: "XcmVersionedMultiAssets", feeItem: "u32", dest: "XcmVersionedMultiLocation", - destWeight: "u64", + destWeightLimit: "XcmV2WeightLimit", }, }, }, /** - * Lookup347: moonriver_runtime::xcm_config::CurrencyId + * Lookup358: moonriver_runtime::xcm_config::CurrencyId */ MoonriverRuntimeXcmConfigCurrencyId: { _enum: { @@ -3860,7 +3940,7 @@ export default { }, }, /** - * Lookup348: xcm::VersionedMultiAsset + * Lookup359: xcm::VersionedMultiAsset */ XcmVersionedMultiAsset: { _enum: { @@ -3869,7 +3949,7 @@ export default { }, }, /** - * Lookup351: pallet_xcm_transactor::pallet::Call + * Lookup362: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { @@ -3920,13 +4000,13 @@ export default { }, }, /** - * Lookup352: moonriver_runtime::xcm_config::Transactors + * Lookup363: moonriver_runtime::xcm_config::Transactors */ MoonriverRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, /** - * Lookup353: + * Lookup364: * pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { @@ -3934,7 +4014,7 @@ export default { feeAmount: "Option", }, /** - * Lookup354: + * Lookup365: * pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { @@ -3944,20 +4024,20 @@ export default { }, }, /** - * Lookup356: pallet_xcm_transactor::pallet::TransactWeights + * Lookup367: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "u64", overallWeight: "Option", }, /** - * Lookup358: pallet_randomness::pallet::Call + * Lookup369: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, /** - * Lookup359: moonriver_runtime::OriginCaller + * Lookup370: moonriver_runtime::OriginCaller */ MoonriverRuntimeOriginCaller: { _enum: { @@ -4068,7 +4148,7 @@ export default { }, }, /** - * Lookup360: + * Lookup371: * frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { @@ -4079,7 +4159,7 @@ export default { }, }, /** - * Lookup361: pallet_ethereum::RawOrigin + * Lookup372: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { @@ -4087,7 +4167,7 @@ export default { }, }, /** - * Lookup362: pallet_collective::RawOrigin + * Lookup373: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { @@ -4097,7 +4177,7 @@ export default { }, }, /** - * Lookup365: cumulus_pallet_xcm::pallet::Origin + * Lookup376: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { @@ -4106,7 +4186,7 @@ export default { }, }, /** - * Lookup366: pallet_xcm::pallet::Origin + * Lookup377: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { @@ -4115,17 +4195,17 @@ export default { }, }, /** - * Lookup367: sp_core::Void + * Lookup378: sp_core::Void */ SpCoreVoid: "Null", /** - * Lookup368: pallet_utility::pallet::Error + * Lookup379: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, /** - * Lookup371: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { @@ -4134,7 +4214,7 @@ export default { delay: "u32", }, /** - * Lookup375: pallet_proxy::Announcement */ PalletProxyAnnouncement: { @@ -4143,7 +4223,7 @@ export default { height: "u32", }, /** - * Lookup377: pallet_proxy::pallet::Error + * Lookup388: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ @@ -4158,13 +4238,13 @@ export default { ], }, /** - * Lookup378: pallet_maintenance_mode::pallet::Error + * Lookup389: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup379: pallet_identity::types::Registration */ PalletIdentityRegistration: { @@ -4173,7 +4253,7 @@ export default { info: "PalletIdentityIdentityInfo", }, /** - * Lookup387: pallet_identity::types::RegistrarInfo + * Lookup398: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", @@ -4181,7 +4261,7 @@ export default { fields: "PalletIdentityBitFlags", }, /** - * Lookup389: pallet_identity::pallet::Error + * Lookup400: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ @@ -4201,10 +4281,17 @@ export default { "AlreadyClaimed", "NotSub", "NotOwned", + "JudgementForDifferentIdentity", ], }, /** - * Lookup391: pallet_evm::pallet::Error + * Lookup401: pallet_migrations::pallet::Error + */ + PalletMigrationsError: { + _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + }, + /** + * Lookup403: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ @@ -4217,10 +4304,11 @@ export default { "GasLimitTooLow", "GasLimitTooHigh", "Undefined", + "Reentrancy", ], }, /** - * Lookup394: fp_rpc::TransactionStatus + * Lookup406: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", @@ -4232,11 +4320,11 @@ export default { logsBloom: "EthbloomBloom", }, /** - * Lookup397: ethbloom::Bloom + * Lookup409: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", /** - * Lookup399: ethereum::receipt::ReceiptV3 + * Lookup411: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { @@ -4246,7 +4334,7 @@ export default { }, }, /** - * Lookup400: ethereum::receipt::EIP658ReceiptData + * Lookup412: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", @@ -4255,7 +4343,7 @@ export default { logs: "Vec", }, /** - * Lookup401: + * Lookup413: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -4264,7 +4352,7 @@ export default { ommers: "Vec", }, /** - * Lookup402: ethereum::header::Header + * Lookup414: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", @@ -4284,53 +4372,42 @@ export default { nonce: "EthereumTypesHashH64", }, /** - * Lookup403: ethereum_types::hash::H64 + * Lookup415: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", /** - * Lookup408: pallet_ethereum::pallet::Error + * Lookup420: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup411: - * pallet_scheduler::ScheduledV3, BlockNumber, moonriver_runtime::OriginCaller, - * account::AccountId20> + * Lookup423: pallet_scheduler::Scheduled, + * BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> */ - PalletSchedulerScheduledV3: { - maybeId: "Option", + PalletSchedulerScheduled: { + maybeId: "Option<[u8;32]>", priority: "u8", - call: "FrameSupportScheduleMaybeHashed", + call: "FrameSupportPreimagesBounded", maybePeriodic: "Option<(u32,u32)>", origin: "MoonriverRuntimeOriginCaller", }, /** - * Lookup412: pallet_scheduler::pallet::Error + * Lookup425: pallet_scheduler::pallet::Error */ PalletSchedulerError: { - _enum: ["FailedToSchedule", "NotFound", "TargetBlockNumberInPast", "RescheduleNoChange"], - }, - /** - * Lookup416: pallet_democracy::PreimageStatus - */ - PalletDemocracyPreimageStatus: { - _enum: { - Missing: "u32", - Available: { - data: "Bytes", - provider: "AccountId20", - deposit: "u128", - since: "u32", - expiry: "Option", - }, - }, + _enum: [ + "FailedToSchedule", + "NotFound", + "TargetBlockNumberInPast", + "RescheduleNoChange", + "Named", + ], }, /** - * Lookup417: pallet_democracy::types::ReferendumInfo + * Lookup430: pallet_democracy::types::ReferendumInfo, Balance> */ PalletDemocracyReferendumInfo: { _enum: { @@ -4342,18 +4419,18 @@ export default { }, }, /** - * Lookup418: pallet_democracy::types::ReferendumStatus + * Lookup431: pallet_democracy::types::ReferendumStatus, Balance> */ PalletDemocracyReferendumStatus: { end: "u32", - proposalHash: "H256", + proposal: "FrameSupportPreimagesBounded", threshold: "PalletDemocracyVoteThreshold", delay: "u32", tally: "PalletDemocracyTally", }, /** - * Lookup419: pallet_democracy::types::Tally + * Lookup432: pallet_democracy::types::Tally */ PalletDemocracyTally: { ayes: "u128", @@ -4361,7 +4438,8 @@ export default { turnout: "u128", }, /** - * Lookup420: pallet_democracy::vote::Voting + * Lookup433: pallet_democracy::vote::Voting */ PalletDemocracyVoteVoting: { _enum: { @@ -4380,24 +4458,18 @@ export default { }, }, /** - * Lookup423: pallet_democracy::types::Delegations + * Lookup437: pallet_democracy::types::Delegations */ PalletDemocracyDelegations: { votes: "u128", capital: "u128", }, /** - * Lookup424: pallet_democracy::vote::PriorLock + * Lookup438: pallet_democracy::vote::PriorLock */ PalletDemocracyVotePriorLock: "(u32,u128)", /** - * Lookup427: pallet_democracy::Releases - */ - PalletDemocracyReleases: { - _enum: ["V1"], - }, - /** - * Lookup428: pallet_democracy::pallet::Error + * Lookup441: pallet_democracy::pallet::Error */ PalletDemocracyError: { _enum: [ @@ -4410,13 +4482,7 @@ export default { "InvalidHash", "NoProposal", "AlreadyVetoed", - "DuplicatePreimage", - "NotImminent", - "TooEarly", - "Imminent", - "PreimageMissing", "ReferendumInvalid", - "PreimageInvalid", "NoneWaiting", "NotVoter", "NoPermission", @@ -4428,12 +4494,34 @@ export default { "Nonsense", "WrongUpperBound", "MaxVotesReached", - "TooManyProposals", + "TooMany", "VotingPeriodLow", ], }, /** - * Lookup430: pallet_collective::Votes + * Lookup442: pallet_preimage::RequestStatus + */ + PalletPreimageRequestStatus: { + _enum: { + Unrequested: { + deposit: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + deposit: "Option<(AccountId20,u128)>", + count: "u32", + len: "Option", + }, + }, + }, + /** + * Lookup447: pallet_preimage::pallet::Error + */ + PalletPreimageError: { + _enum: ["TooBig", "AlreadyNoted", "NotAuthorized", "NotNoted", "Requested", "NotRequested"], + }, + /** + * Lookup449: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", @@ -4443,7 +4531,7 @@ export default { end: "u32", }, /** - * Lookup431: pallet_collective::pallet::Error + * Lookup450: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ @@ -4460,7 +4548,7 @@ export default { ], }, /** - * Lookup435: pallet_treasury::Proposal + * Lookup454: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", @@ -4469,11 +4557,11 @@ export default { bond: "u128", }, /** - * Lookup438: frame_support::PalletId + * Lookup457: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", /** - * Lookup439: pallet_treasury::pallet::Error + * Lookup458: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ @@ -4485,7 +4573,7 @@ export default { ], }, /** - * Lookup440: pallet_crowdloan_rewards::pallet::RewardInfo + * Lookup459: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", @@ -4493,7 +4581,7 @@ export default { contributedRelayAddresses: "Vec<[u8;32]>", }, /** - * Lookup442: pallet_crowdloan_rewards::pallet::Error + * Lookup461: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ @@ -4515,7 +4603,7 @@ export default { ], }, /** - * Lookup444: cumulus_pallet_xcmp_queue::InboundChannelDetails + * Lookup463: cumulus_pallet_xcmp_queue::InboundChannelDetails */ CumulusPalletXcmpQueueInboundChannelDetails: { sender: "u32", @@ -4523,19 +4611,19 @@ export default { messageMetadata: "Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>", }, /** - * Lookup445: cumulus_pallet_xcmp_queue::InboundState + * Lookup464: cumulus_pallet_xcmp_queue::InboundState */ CumulusPalletXcmpQueueInboundState: { _enum: ["Ok", "Suspended"], }, /** - * Lookup448: polkadot_parachain::primitives::XcmpMessageFormat + * Lookup467: polkadot_parachain::primitives::XcmpMessageFormat */ PolkadotParachainPrimitivesXcmpMessageFormat: { _enum: ["ConcatenatedVersionedXcm", "ConcatenatedEncodedBlob", "Signals"], }, /** - * Lookup451: cumulus_pallet_xcmp_queue::OutboundChannelDetails + * Lookup470: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", @@ -4545,40 +4633,40 @@ export default { lastIndex: "u16", }, /** - * Lookup452: cumulus_pallet_xcmp_queue::OutboundState + * Lookup471: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, /** - * Lookup454: cumulus_pallet_xcmp_queue::QueueConfigData + * Lookup473: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", - thresholdWeight: "u64", - weightRestrictDecay: "u64", - xcmpMaxIndividualWeight: "u64", + thresholdWeight: "SpWeightsWeightV2Weight", + weightRestrictDecay: "SpWeightsWeightV2Weight", + xcmpMaxIndividualWeight: "SpWeightsWeightV2Weight", }, /** - * Lookup456: cumulus_pallet_xcmp_queue::pallet::Error + * Lookup475: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { _enum: ["FailedToSend", "BadXcmOrigin", "BadXcm", "BadOverweightIndex", "WeightOverLimit"], }, /** - * Lookup457: cumulus_pallet_xcm::pallet::Error + * Lookup476: cumulus_pallet_xcm::pallet::Error */ CumulusPalletXcmError: "Null", /** - * Lookup458: cumulus_pallet_dmp_queue::ConfigData + * Lookup477: cumulus_pallet_dmp_queue::ConfigData */ CumulusPalletDmpQueueConfigData: { - maxIndividual: "u64", + maxIndividual: "SpWeightsWeightV2Weight", }, /** - * Lookup459: cumulus_pallet_dmp_queue::PageIndexData + * Lookup478: cumulus_pallet_dmp_queue::PageIndexData */ CumulusPalletDmpQueuePageIndexData: { beginUsed: "u32", @@ -4586,13 +4674,13 @@ export default { overweightCount: "u64", }, /** - * Lookup462: cumulus_pallet_dmp_queue::pallet::Error + * Lookup481: cumulus_pallet_dmp_queue::pallet::Error */ CumulusPalletDmpQueueError: { _enum: ["Unknown", "OverLimit"], }, /** - * Lookup463: pallet_xcm::pallet::QueryStatus + * Lookup482: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { @@ -4612,7 +4700,7 @@ export default { }, }, /** - * Lookup466: xcm::VersionedResponse + * Lookup485: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { @@ -4622,7 +4710,7 @@ export default { }, }, /** - * Lookup472: pallet_xcm::pallet::VersionMigrationStage + * Lookup491: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { @@ -4633,7 +4721,7 @@ export default { }, }, /** - * Lookup473: pallet_xcm::pallet::Error + * Lookup493: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ @@ -4653,7 +4741,7 @@ export default { ], }, /** - * Lookup474: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { @@ -4671,7 +4759,7 @@ export default { isFrozen: "bool", }, /** - * Lookup476: pallet_assets::types::AssetAccount + * Lookup496: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", @@ -4680,7 +4768,7 @@ export default { extra: "Null", }, /** - * Lookup477: pallet_assets::types::ExistenceReason + * Lookup497: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { @@ -4691,15 +4779,15 @@ export default { }, }, /** - * Lookup479: pallet_assets::types::Approval + * Lookup499: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup480: pallet_assets::types::AssetMetadata> + * Lookup500: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { deposit: "u128", @@ -4709,7 +4797,7 @@ export default { isFrozen: "bool", }, /** - * Lookup482: pallet_assets::pallet::Error + * Lookup502: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ @@ -4731,14 +4819,14 @@ export default { ], }, /** - * Lookup483: pallet_asset_manager::pallet::AssetInfo + * Lookup503: pallet_asset_manager::pallet::AssetInfo */ PalletAssetManagerAssetInfo: { creator: "AccountId20", deposit: "u128", }, /** - * Lookup485: pallet_asset_manager::pallet::Error + * Lookup505: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ @@ -4753,7 +4841,7 @@ export default { ], }, /** - * Lookup486: orml_xtokens::module::Error + * Lookup506: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ @@ -4779,7 +4867,7 @@ export default { ], }, /** - * Lookup487: pallet_xcm_transactor::pallet::Error + * Lookup507: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ @@ -4809,14 +4897,14 @@ export default { ], }, /** - * Lookup489: pallet_randomness::types::RequestState + * Lookup509: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, /** - * Lookup490: pallet_randomness::types::Request> */ PalletRandomnessRequest: { @@ -4829,7 +4917,7 @@ export default { info: "PalletRandomnessRequestInfo", }, /** - * Lookup491: pallet_randomness::types::RequestInfo + * Lookup511: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { @@ -4838,7 +4926,7 @@ export default { }, }, /** - * Lookup492: pallet_randomness::types::RequestType + * Lookup512: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { @@ -4847,14 +4935,14 @@ export default { }, }, /** - * Lookup493: pallet_randomness::types::RandomnessResult + * Lookup513: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, /** - * Lookup494: pallet_randomness::pallet::Error + * Lookup514: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ @@ -4873,35 +4961,35 @@ export default { ], }, /** - * Lookup496: account::EthereumSignature + * Lookup516: account::EthereumSignature */ AccountEthereumSignature: "SpCoreEcdsaSignature", /** - * Lookup498: frame_system::extensions::check_spec_version::CheckSpecVersion + * Lookup518: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", /** - * Lookup499: frame_system::extensions::check_tx_version::CheckTxVersion + * Lookup519: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", /** - * Lookup500: frame_system::extensions::check_genesis::CheckGenesis + * Lookup520: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", /** - * Lookup503: frame_system::extensions::check_nonce::CheckNonce + * Lookup523: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", /** - * Lookup504: frame_system::extensions::check_weight::CheckWeight + * Lookup524: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", /** - * Lookup505: pallet_transaction_payment::ChargeTransactionPayment + * Lookup525: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", /** - * Lookup507: moonriver_runtime::Runtime + * Lookup527: moonriver_runtime::Runtime */ MoonriverRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonriver/interfaces/registry.ts b/typescript-api/src/moonriver/interfaces/registry.ts index c846e7e45b..4ab3381200 100644 --- a/typescript-api/src/moonriver/interfaces/registry.ts +++ b/typescript-api/src/moonriver/interfaces/registry.ts @@ -1,6 +1,10 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/types/registry"; + import type { AccountEthereumSignature, CumulusPalletDmpQueueCall, @@ -43,18 +47,16 @@ import type { EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, + FrameSupportDispatchDispatchClass, + FrameSupportDispatchDispatchInfo, + FrameSupportDispatchPays, + FrameSupportDispatchPerDispatchClassU32, + FrameSupportDispatchPerDispatchClassWeight, + FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, - FrameSupportScheduleLookupError, - FrameSupportScheduleMaybeHashed, + FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, - FrameSupportWeightsDispatchClass, - FrameSupportWeightsDispatchInfo, - FrameSupportWeightsPays, - FrameSupportWeightsPerDispatchClassU32, - FrameSupportWeightsPerDispatchClassU64, - FrameSupportWeightsPerDispatchClassWeightsPerClass, - FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, @@ -126,10 +128,8 @@ import type { PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, - PalletDemocracyPreimageStatus, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, - PalletDemocracyReleases, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, @@ -154,13 +154,17 @@ import type { PalletMaintenanceModeCall, PalletMaintenanceModeError, PalletMaintenanceModeEvent, + PalletMigrationsCall, + PalletMigrationsError, PalletMigrationsEvent, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, PalletMoonbeamOrbitersError, PalletMoonbeamOrbitersEvent, + PalletParachainStakingAutoCompoundAutoCompoundConfig, PalletParachainStakingBond, + PalletParachainStakingBondWithAutoCompound, PalletParachainStakingCall, PalletParachainStakingCandidateBondLessRequest, PalletParachainStakingCandidateMetadata, @@ -181,6 +185,10 @@ import type { PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetOrderedSet, + PalletPreimageCall, + PalletPreimageError, + PalletPreimageEvent, + PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, @@ -197,7 +205,7 @@ import type { PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, - PalletSchedulerScheduledV3, + PalletSchedulerScheduled, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, @@ -246,6 +254,8 @@ import type { SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, + SpWeightsRuntimeDbWeight, + SpWeightsWeightV2Weight, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, @@ -285,7 +295,7 @@ import type { } from "@polkadot/types/lookup"; declare module "@polkadot/types/types/registry" { - export interface InterfaceTypes { + interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData; @@ -327,18 +337,16 @@ declare module "@polkadot/types/types/registry" { EvmCoreErrorExitRevert: EvmCoreErrorExitRevert; EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed; FpRpcTransactionStatus: FpRpcTransactionStatus; + FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass; + FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo; + FrameSupportDispatchPays: FrameSupportDispatchPays; + FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32; + FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight; + FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin; FrameSupportPalletId: FrameSupportPalletId; - FrameSupportScheduleLookupError: FrameSupportScheduleLookupError; - FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed; + FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; - FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass; - FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo; - FrameSupportWeightsPays: FrameSupportWeightsPays; - FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32; - FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64; - FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass; - FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemError: FrameSystemError; @@ -410,10 +418,8 @@ declare module "@polkadot/types/types/registry" { PalletDemocracyDelegations: PalletDemocracyDelegations; PalletDemocracyError: PalletDemocracyError; PalletDemocracyEvent: PalletDemocracyEvent; - PalletDemocracyPreimageStatus: PalletDemocracyPreimageStatus; PalletDemocracyReferendumInfo: PalletDemocracyReferendumInfo; PalletDemocracyReferendumStatus: PalletDemocracyReferendumStatus; - PalletDemocracyReleases: PalletDemocracyReleases; PalletDemocracyTally: PalletDemocracyTally; PalletDemocracyVoteAccountVote: PalletDemocracyVoteAccountVote; PalletDemocracyVotePriorLock: PalletDemocracyVotePriorLock; @@ -438,13 +444,17 @@ declare module "@polkadot/types/types/registry" { PalletMaintenanceModeCall: PalletMaintenanceModeCall; PalletMaintenanceModeError: PalletMaintenanceModeError; PalletMaintenanceModeEvent: PalletMaintenanceModeEvent; + PalletMigrationsCall: PalletMigrationsCall; + PalletMigrationsError: PalletMigrationsError; PalletMigrationsEvent: PalletMigrationsEvent; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; PalletMoonbeamOrbitersError: PalletMoonbeamOrbitersError; PalletMoonbeamOrbitersEvent: PalletMoonbeamOrbitersEvent; + PalletParachainStakingAutoCompoundAutoCompoundConfig: PalletParachainStakingAutoCompoundAutoCompoundConfig; PalletParachainStakingBond: PalletParachainStakingBond; + PalletParachainStakingBondWithAutoCompound: PalletParachainStakingBondWithAutoCompound; PalletParachainStakingCall: PalletParachainStakingCall; PalletParachainStakingCandidateBondLessRequest: PalletParachainStakingCandidateBondLessRequest; PalletParachainStakingCandidateMetadata: PalletParachainStakingCandidateMetadata; @@ -465,6 +475,10 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletPreimageCall: PalletPreimageCall; + PalletPreimageError: PalletPreimageError; + PalletPreimageEvent: PalletPreimageEvent; + PalletPreimageRequestStatus: PalletPreimageRequestStatus; PalletProxyAnnouncement: PalletProxyAnnouncement; PalletProxyCall: PalletProxyCall; PalletProxyError: PalletProxyError; @@ -481,7 +495,7 @@ declare module "@polkadot/types/types/registry" { PalletSchedulerCall: PalletSchedulerCall; PalletSchedulerError: PalletSchedulerError; PalletSchedulerEvent: PalletSchedulerEvent; - PalletSchedulerScheduledV3: PalletSchedulerScheduledV3; + PalletSchedulerScheduled: PalletSchedulerScheduled; PalletTimestampCall: PalletTimestampCall; PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment; PalletTransactionPaymentEvent: PalletTransactionPaymentEvent; @@ -530,6 +544,8 @@ declare module "@polkadot/types/types/registry" { SpRuntimeTransactionalError: SpRuntimeTransactionalError; SpTrieStorageProof: SpTrieStorageProof; SpVersionRuntimeVersion: SpVersionRuntimeVersion; + SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight; + SpWeightsWeightV2Weight: SpWeightsWeightV2Weight; XcmDoubleEncoded: XcmDoubleEncoded; XcmV0Junction: XcmV0Junction; XcmV0JunctionBodyId: XcmV0JunctionBodyId; diff --git a/typescript-api/src/moonriver/interfaces/types-lookup.ts b/typescript-api/src/moonriver/interfaces/types-lookup.ts index f64290fcf4..0692af6d81 100644 --- a/typescript-api/src/moonriver/interfaces/types-lookup.ts +++ b/typescript-api/src/moonriver/interfaces/types-lookup.ts @@ -1,47 +1,51 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ -declare module "@polkadot/types/lookup" { - import type { Data } from "@polkadot/types"; - import type { - BTreeMap, - BTreeSet as BTreeSetType, - Bytes, - Compact, - Enum, - Null, - Option, - Result, - Set, - Struct, - Text, - U256, - U8aFixed, - Vec, - bool, - u128, - u16, - u32, - u64, - u8, - } from "@polkadot/types-codec"; - import type { ITuple } from "@polkadot/types-codec/types"; - import type { Vote } from "@polkadot/types/interfaces/elections"; - import type { - AccountId20, - Call, - H160, - H256, - Perbill, - Percent, - Permill, - } from "@polkadot/types/interfaces/runtime"; - import type { Event } from "@polkadot/types/interfaces/system"; +// import type lookup before we augment - in some environments +// this is required to allow for ambient/previous definitions +import "@polkadot/types/lookup"; + +import type { Data } from "@polkadot/types"; +import type { + BTreeMap, + BTreeSet, + Bytes, + Compact, + Enum, + Null, + Option, + Result, + Set, + Struct, + Text, + U256, + U8aFixed, + Vec, + bool, + u128, + u16, + u32, + u64, + u8, +} from "@polkadot/types-codec"; +import type { ITuple } from "@polkadot/types-codec/types"; +import type { Vote } from "@polkadot/types/interfaces/elections"; +import type { + AccountId20, + Call, + H160, + H256, + Perbill, + Percent, + Permill, +} from "@polkadot/types/interfaces/runtime"; +import type { Event } from "@polkadot/types/interfaces/system"; +declare module "@polkadot/types/lookup" { /** * @name FrameSystemAccountInfo (3) */ - export interface FrameSystemAccountInfo extends Struct { + interface FrameSystemAccountInfo extends Struct { readonly nonce: u32; readonly consumers: u32; readonly providers: u32; @@ -52,7 +56,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletBalancesAccountData (5) */ - export interface PalletBalancesAccountData extends Struct { + interface PalletBalancesAccountData extends Struct { readonly free: u128; readonly reserved: u128; readonly miscFrozen: u128; @@ -60,25 +64,33 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsPerDispatchClassU64 (7) + * @name FrameSupportDispatchPerDispatchClassWeight (7) */ - export interface FrameSupportWeightsPerDispatchClassU64 extends Struct { - readonly normal: u64; - readonly operational: u64; - readonly mandatory: u64; + interface FrameSupportDispatchPerDispatchClassWeight extends Struct { + readonly normal: SpWeightsWeightV2Weight; + readonly operational: SpWeightsWeightV2Weight; + readonly mandatory: SpWeightsWeightV2Weight; } /** - * @name SpRuntimeDigest (12) + * @name SpWeightsWeightV2Weight (8) */ - export interface SpRuntimeDigest extends Struct { + interface SpWeightsWeightV2Weight extends Struct { + readonly refTime: Compact; + readonly proofSize: Compact; + } + + /** + * @name SpRuntimeDigest (14) + */ + interface SpRuntimeDigest extends Struct { readonly logs: Vec; } /** - * @name SpRuntimeDigestDigestItem (14) + * @name SpRuntimeDigestDigestItem (16) */ - export interface SpRuntimeDigestDigestItem extends Enum { + interface SpRuntimeDigestDigestItem extends Enum { readonly isOther: boolean; readonly asOther: Bytes; readonly isConsensus: boolean; @@ -92,26 +104,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSystemEventRecord (17) + * @name FrameSystemEventRecord (19) */ - export interface FrameSystemEventRecord extends Struct { + interface FrameSystemEventRecord extends Struct { readonly phase: FrameSystemPhase; readonly event: Event; readonly topics: Vec; } /** - * @name FrameSystemEvent (19) + * @name FrameSystemEvent (21) */ - export interface FrameSystemEvent extends Enum { + interface FrameSystemEvent extends Enum { readonly isExtrinsicSuccess: boolean; readonly asExtrinsicSuccess: { - readonly dispatchInfo: FrameSupportWeightsDispatchInfo; + readonly dispatchInfo: FrameSupportDispatchDispatchInfo; } & Struct; readonly isExtrinsicFailed: boolean; readonly asExtrinsicFailed: { readonly dispatchError: SpRuntimeDispatchError; - readonly dispatchInfo: FrameSupportWeightsDispatchInfo; + readonly dispatchInfo: FrameSupportDispatchDispatchInfo; } & Struct; readonly isCodeUpdated: boolean; readonly isNewAccount: boolean; @@ -137,18 +149,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsDispatchInfo (20) + * @name FrameSupportDispatchDispatchInfo (22) */ - export interface FrameSupportWeightsDispatchInfo extends Struct { - readonly weight: u64; - readonly class: FrameSupportWeightsDispatchClass; - readonly paysFee: FrameSupportWeightsPays; + interface FrameSupportDispatchDispatchInfo extends Struct { + readonly weight: SpWeightsWeightV2Weight; + readonly class: FrameSupportDispatchDispatchClass; + readonly paysFee: FrameSupportDispatchPays; } /** - * @name FrameSupportWeightsDispatchClass (21) + * @name FrameSupportDispatchDispatchClass (23) */ - export interface FrameSupportWeightsDispatchClass extends Enum { + interface FrameSupportDispatchDispatchClass extends Enum { readonly isNormal: boolean; readonly isOperational: boolean; readonly isMandatory: boolean; @@ -156,18 +168,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportWeightsPays (22) + * @name FrameSupportDispatchPays (24) */ - export interface FrameSupportWeightsPays extends Enum { + interface FrameSupportDispatchPays extends Enum { readonly isYes: boolean; readonly isNo: boolean; readonly type: "Yes" | "No"; } /** - * @name SpRuntimeDispatchError (23) + * @name SpRuntimeDispatchError (25) */ - export interface SpRuntimeDispatchError extends Enum { + interface SpRuntimeDispatchError extends Enum { readonly isOther: boolean; readonly isCannotLookup: boolean; readonly isBadOrigin: boolean; @@ -182,6 +194,9 @@ declare module "@polkadot/types/lookup" { readonly asArithmetic: SpRuntimeArithmeticError; readonly isTransactional: boolean; readonly asTransactional: SpRuntimeTransactionalError; + readonly isExhausted: boolean; + readonly isCorruption: boolean; + readonly isUnavailable: boolean; readonly type: | "Other" | "CannotLookup" @@ -192,21 +207,24 @@ declare module "@polkadot/types/lookup" { | "TooManyConsumers" | "Token" | "Arithmetic" - | "Transactional"; + | "Transactional" + | "Exhausted" + | "Corruption" + | "Unavailable"; } /** - * @name SpRuntimeModuleError (24) + * @name SpRuntimeModuleError (26) */ - export interface SpRuntimeModuleError extends Struct { + interface SpRuntimeModuleError extends Struct { readonly index: u8; readonly error: U8aFixed; } /** - * @name SpRuntimeTokenError (25) + * @name SpRuntimeTokenError (27) */ - export interface SpRuntimeTokenError extends Enum { + interface SpRuntimeTokenError extends Enum { readonly isNoFunds: boolean; readonly isWouldDie: boolean; readonly isBelowMinimum: boolean; @@ -225,9 +243,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeArithmeticError (26) + * @name SpRuntimeArithmeticError (28) */ - export interface SpRuntimeArithmeticError extends Enum { + interface SpRuntimeArithmeticError extends Enum { readonly isUnderflow: boolean; readonly isOverflow: boolean; readonly isDivisionByZero: boolean; @@ -235,18 +253,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeTransactionalError (27) + * @name SpRuntimeTransactionalError (29) */ - export interface SpRuntimeTransactionalError extends Enum { + interface SpRuntimeTransactionalError extends Enum { readonly isLimitReached: boolean; readonly isNoLayer: boolean; readonly type: "LimitReached" | "NoLayer"; } /** - * @name CumulusPalletParachainSystemEvent (28) + * @name CumulusPalletParachainSystemEvent (30) */ - export interface CumulusPalletParachainSystemEvent extends Enum { + interface CumulusPalletParachainSystemEvent extends Enum { readonly isValidationFunctionStored: boolean; readonly isValidationFunctionApplied: boolean; readonly asValidationFunctionApplied: { @@ -263,7 +281,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isDownwardMessagesProcessed: boolean; readonly asDownwardMessagesProcessed: { - readonly weightUsed: u64; + readonly weightUsed: SpWeightsWeightV2Weight; readonly dmqHead: H256; } & Struct; readonly type: @@ -276,9 +294,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesEvent (29) + * @name PalletBalancesEvent (31) */ - export interface PalletBalancesEvent extends Enum { + interface PalletBalancesEvent extends Enum { readonly isEndowed: boolean; readonly asEndowed: { readonly account: AccountId20; @@ -347,18 +365,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportTokensMiscBalanceStatus (30) + * @name FrameSupportTokensMiscBalanceStatus (32) */ - export interface FrameSupportTokensMiscBalanceStatus extends Enum { + interface FrameSupportTokensMiscBalanceStatus extends Enum { readonly isFree: boolean; readonly isReserved: boolean; readonly type: "Free" | "Reserved"; } /** - * @name PalletTransactionPaymentEvent (31) + * @name PalletTransactionPaymentEvent (33) */ - export interface PalletTransactionPaymentEvent extends Enum { + interface PalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { readonly who: AccountId20; @@ -369,9 +387,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingEvent (32) + * @name PalletParachainStakingEvent (34) */ - export interface PalletParachainStakingEvent extends Enum { + interface PalletParachainStakingEvent extends Enum { readonly isNewRound: boolean; readonly asNewRound: { readonly startingBlock: u32; @@ -506,6 +524,7 @@ declare module "@polkadot/types/lookup" { readonly lockedAmount: u128; readonly candidate: AccountId20; readonly delegatorPosition: PalletParachainStakingDelegatorAdded; + readonly autoCompound: Percent; } & Struct; readonly isDelegatorLeftCandidate: boolean; readonly asDelegatorLeftCandidate: { @@ -569,6 +588,18 @@ declare module "@polkadot/types/lookup" { readonly newPerRoundInflationIdeal: Perbill; readonly newPerRoundInflationMax: Perbill; } & Struct; + readonly isAutoCompoundSet: boolean; + readonly asAutoCompoundSet: { + readonly candidate: AccountId20; + readonly delegator: AccountId20; + readonly value: Percent; + } & Struct; + readonly isCompounded: boolean; + readonly asCompounded: { + readonly candidate: AccountId20; + readonly delegator: AccountId20; + readonly amount: u128; + } & Struct; readonly type: | "NewRound" | "JoinedCollatorCandidates" @@ -602,22 +633,23 @@ declare module "@polkadot/types/lookup" { | "StakeExpectationsSet" | "TotalSelectedSet" | "CollatorCommissionSet" - | "BlocksPerRoundSet"; + | "BlocksPerRoundSet" + | "AutoCompoundSet" + | "Compounded"; } /** - * @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (34) + * @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (36) */ - export interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest - extends Struct { + interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest extends Struct { readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } /** - * @name PalletParachainStakingDelegationRequestsDelegationAction (35) + * @name PalletParachainStakingDelegationRequestsDelegationAction (37) */ - export interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { + interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { readonly isRevoke: boolean; readonly asRevoke: u128; readonly isDecrease: boolean; @@ -626,9 +658,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingDelegatorAdded (36) + * @name PalletParachainStakingDelegatorAdded (38) */ - export interface PalletParachainStakingDelegatorAdded extends Enum { + interface PalletParachainStakingDelegatorAdded extends Enum { readonly isAddedToTop: boolean; readonly asAddedToTop: { readonly newTotal: u128; @@ -638,18 +670,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorSlotFilterEvent (39) + * @name PalletAuthorSlotFilterEvent (41) */ - export interface PalletAuthorSlotFilterEvent extends Enum { + interface PalletAuthorSlotFilterEvent extends Enum { readonly isEligibleUpdated: boolean; readonly asEligibleUpdated: u32; readonly type: "EligibleUpdated"; } /** - * @name PalletAuthorMappingEvent (41) + * @name PalletAuthorMappingEvent (43) */ - export interface PalletAuthorMappingEvent extends Enum { + interface PalletAuthorMappingEvent extends Enum { readonly isKeysRegistered: boolean; readonly asKeysRegistered: { readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; @@ -672,24 +704,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name NimbusPrimitivesNimbusCryptoPublic (42) + * @name NimbusPrimitivesNimbusCryptoPublic (44) */ - export interface NimbusPrimitivesNimbusCryptoPublic extends SpCoreSr25519Public {} + interface NimbusPrimitivesNimbusCryptoPublic extends SpCoreSr25519Public {} /** - * @name SpCoreSr25519Public (43) + * @name SpCoreSr25519Public (45) */ - export interface SpCoreSr25519Public extends U8aFixed {} + interface SpCoreSr25519Public extends U8aFixed {} /** - * @name SessionKeysPrimitivesVrfVrfCryptoPublic (44) + * @name SessionKeysPrimitivesVrfVrfCryptoPublic (46) */ - export interface SessionKeysPrimitivesVrfVrfCryptoPublic extends SpCoreSr25519Public {} + interface SessionKeysPrimitivesVrfVrfCryptoPublic extends SpCoreSr25519Public {} /** - * @name PalletMoonbeamOrbitersEvent (45) + * @name PalletMoonbeamOrbitersEvent (47) */ - export interface PalletMoonbeamOrbitersEvent extends Enum { + interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { readonly collator: AccountId20; @@ -730,9 +762,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletUtilityEvent (47) + * @name PalletUtilityEvent (49) */ - export interface PalletUtilityEvent extends Enum { + interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { readonly index: u32; @@ -759,16 +791,16 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletProxyEvent (50) + * @name PalletProxyEvent (52) */ - export interface PalletProxyEvent extends Enum { + interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { readonly result: Result; } & Struct; - readonly isAnonymousCreated: boolean; - readonly asAnonymousCreated: { - readonly anonymous: AccountId20; + readonly isPureCreated: boolean; + readonly asPureCreated: { + readonly pure: AccountId20; readonly who: AccountId20; readonly proxyType: MoonriverRuntimeProxyType; readonly disambiguationIndex: u16; @@ -793,18 +825,13 @@ declare module "@polkadot/types/lookup" { readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } & Struct; - readonly type: - | "ProxyExecuted" - | "AnonymousCreated" - | "Announced" - | "ProxyAdded" - | "ProxyRemoved"; + readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } /** - * @name MoonriverRuntimeProxyType (51) + * @name MoonriverRuntimeProxyType (53) */ - export interface MoonriverRuntimeProxyType extends Enum { + interface MoonriverRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -825,9 +852,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeEvent (53) + * @name PalletMaintenanceModeEvent (55) */ - export interface PalletMaintenanceModeEvent extends Enum { + interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; readonly isFailedToSuspendIdleXcmExecution: boolean; @@ -846,9 +873,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityEvent (54) + * @name PalletIdentityEvent (56) */ - export interface PalletIdentityEvent extends Enum { + interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { readonly who: AccountId20; @@ -914,13 +941,13 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMigrationsEvent (55) + * @name PalletMigrationsEvent (57) */ - export interface PalletMigrationsEvent extends Enum { + interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; readonly asRuntimeUpgradeCompleted: { - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isMigrationStarted: boolean; readonly asMigrationStarted: { @@ -929,7 +956,7 @@ declare module "@polkadot/types/lookup" { readonly isMigrationCompleted: boolean; readonly asMigrationCompleted: { readonly migrationName: Bytes; - readonly consumedWeight: u64; + readonly consumedWeight: SpWeightsWeightV2Weight; } & Struct; readonly type: | "RuntimeUpgradeStarted" @@ -939,9 +966,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEvmEvent (56) + * @name PalletEvmEvent (58) */ - export interface PalletEvmEvent extends Enum { + interface PalletEvmEvent extends Enum { readonly isLog: boolean; readonly asLog: { readonly log: EthereumLog; @@ -966,18 +993,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumLog (57) + * @name EthereumLog (59) */ - export interface EthereumLog extends Struct { + interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } /** - * @name PalletEthereumEvent (60) + * @name PalletEthereumEvent (62) */ - export interface PalletEthereumEvent extends Enum { + interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { readonly from: H160; @@ -989,9 +1016,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitReason (61) + * @name EvmCoreErrorExitReason (63) */ - export interface EvmCoreErrorExitReason extends Enum { + interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; readonly isError: boolean; @@ -1004,9 +1031,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitSucceed (62) + * @name EvmCoreErrorExitSucceed (64) */ - export interface EvmCoreErrorExitSucceed extends Enum { + interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; readonly isSuicided: boolean; @@ -1014,9 +1041,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitError (63) + * @name EvmCoreErrorExitError (65) */ - export interface EvmCoreErrorExitError extends Enum { + interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; readonly isInvalidJump: boolean; @@ -1053,17 +1080,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name EvmCoreErrorExitRevert (67) + * @name EvmCoreErrorExitRevert (69) */ - export interface EvmCoreErrorExitRevert extends Enum { + interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } /** - * @name EvmCoreErrorExitFatal (68) + * @name EvmCoreErrorExitFatal (70) */ - export interface EvmCoreErrorExitFatal extends Enum { + interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; readonly isCallErrorAsFatal: boolean; @@ -1074,29 +1101,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBaseFeeEvent (69) + * @name PalletBaseFeeEvent (71) */ - export interface PalletBaseFeeEvent extends Enum { + interface PalletBaseFeeEvent extends Enum { readonly isNewBaseFeePerGas: boolean; readonly asNewBaseFeePerGas: { readonly fee: U256; } & Struct; readonly isBaseFeeOverflow: boolean; - readonly isIsActive: boolean; - readonly asIsActive: { - readonly isActive: bool; - } & Struct; readonly isNewElasticity: boolean; readonly asNewElasticity: { readonly elasticity: Permill; } & Struct; - readonly type: "NewBaseFeePerGas" | "BaseFeeOverflow" | "IsActive" | "NewElasticity"; + readonly type: "NewBaseFeePerGas" | "BaseFeeOverflow" | "NewElasticity"; } /** - * @name PalletSchedulerEvent (73) + * @name PalletSchedulerEvent (75) */ - export interface PalletSchedulerEvent extends Enum { + interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { readonly when: u32; @@ -1110,31 +1133,37 @@ declare module "@polkadot/types/lookup" { readonly isDispatched: boolean; readonly asDispatched: { readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly id: Option; readonly result: Result; } & Struct; - readonly isCallLookupFailed: boolean; - readonly asCallLookupFailed: { + readonly isCallUnavailable: boolean; + readonly asCallUnavailable: { readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly error: FrameSupportScheduleLookupError; + readonly id: Option; } & Struct; - readonly type: "Scheduled" | "Canceled" | "Dispatched" | "CallLookupFailed"; - } - - /** - * @name FrameSupportScheduleLookupError (76) - */ - export interface FrameSupportScheduleLookupError extends Enum { - readonly isUnknown: boolean; - readonly isBadFormat: boolean; - readonly type: "Unknown" | "BadFormat"; + readonly isPeriodicFailed: boolean; + readonly asPeriodicFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly isPermanentlyOverweight: boolean; + readonly asPermanentlyOverweight: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly type: + | "Scheduled" + | "Canceled" + | "Dispatched" + | "CallUnavailable" + | "PeriodicFailed" + | "PermanentlyOverweight"; } /** - * @name PalletDemocracyEvent (77) + * @name PalletDemocracyEvent (78) */ - export interface PalletDemocracyEvent extends Enum { + interface PalletDemocracyEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly proposalIndex: u32; @@ -1144,7 +1173,6 @@ declare module "@polkadot/types/lookup" { readonly asTabled: { readonly proposalIndex: u32; readonly deposit: u128; - readonly depositors: Vec; } & Struct; readonly isExternalTabled: boolean; readonly isStarted: boolean; @@ -1164,11 +1192,6 @@ declare module "@polkadot/types/lookup" { readonly asCancelled: { readonly refIndex: u32; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly refIndex: u32; - readonly result: Result; - } & Struct; readonly isDelegated: boolean; readonly asDelegated: { readonly who: AccountId20; @@ -1184,35 +1207,6 @@ declare module "@polkadot/types/lookup" { readonly proposalHash: H256; readonly until: u32; } & Struct; - readonly isPreimageNoted: boolean; - readonly asPreimageNoted: { - readonly proposalHash: H256; - readonly who: AccountId20; - readonly deposit: u128; - } & Struct; - readonly isPreimageUsed: boolean; - readonly asPreimageUsed: { - readonly proposalHash: H256; - readonly provider: AccountId20; - readonly deposit: u128; - } & Struct; - readonly isPreimageInvalid: boolean; - readonly asPreimageInvalid: { - readonly proposalHash: H256; - readonly refIndex: u32; - } & Struct; - readonly isPreimageMissing: boolean; - readonly asPreimageMissing: { - readonly proposalHash: H256; - readonly refIndex: u32; - } & Struct; - readonly isPreimageReaped: boolean; - readonly asPreimageReaped: { - readonly proposalHash: H256; - readonly provider: AccountId20; - readonly deposit: u128; - readonly reaper: AccountId20; - } & Struct; readonly isBlacklisted: boolean; readonly asBlacklisted: { readonly proposalHash: H256; @@ -1240,15 +1234,9 @@ declare module "@polkadot/types/lookup" { | "Passed" | "NotPassed" | "Cancelled" - | "Executed" | "Delegated" | "Undelegated" | "Vetoed" - | "PreimageNoted" - | "PreimageUsed" - | "PreimageInvalid" - | "PreimageMissing" - | "PreimageReaped" | "Blacklisted" | "Voted" | "Seconded" @@ -1258,7 +1246,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletDemocracyVoteThreshold (79) */ - export interface PalletDemocracyVoteThreshold extends Enum { + interface PalletDemocracyVoteThreshold extends Enum { readonly isSuperMajorityApprove: boolean; readonly isSuperMajorityAgainst: boolean; readonly isSimpleMajority: boolean; @@ -1268,7 +1256,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletDemocracyVoteAccountVote (80) */ - export interface PalletDemocracyVoteAccountVote extends Enum { + interface PalletDemocracyVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { readonly vote: Vote; @@ -1283,9 +1271,28 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveEvent (82) + * @name PalletPreimageEvent (82) */ - export interface PalletCollectiveEvent extends Enum { + interface PalletPreimageEvent extends Enum { + readonly isNoted: boolean; + readonly asNoted: { + readonly hash_: H256; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly hash_: H256; + } & Struct; + readonly isCleared: boolean; + readonly asCleared: { + readonly hash_: H256; + } & Struct; + readonly type: "Noted" | "Requested" | "Cleared"; + } + + /** + * @name PalletCollectiveEvent (83) + */ + interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly account: AccountId20; @@ -1336,9 +1343,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTreasuryEvent (85) + * @name PalletTreasuryEvent (86) */ - export interface PalletTreasuryEvent extends Enum { + interface PalletTreasuryEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { readonly proposalIndex: u32; @@ -1388,9 +1395,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsEvent (86) + * @name PalletCrowdloanRewardsEvent (87) */ - export interface PalletCrowdloanRewardsEvent extends Enum { + interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; readonly isNativeIdentityAssociated: boolean; @@ -1415,19 +1422,19 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueEvent (87) + * @name CumulusPalletXcmpQueueEvent (88) */ - export interface CumulusPalletXcmpQueueEvent extends Enum { + interface CumulusPalletXcmpQueueEvent extends Enum { readonly isSuccess: boolean; readonly asSuccess: { readonly messageHash: Option; - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isFail: boolean; readonly asFail: { readonly messageHash: Option; readonly error: XcmV2TraitsError; - readonly weight: u64; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly isBadVersion: boolean; readonly asBadVersion: { @@ -1450,12 +1457,12 @@ declare module "@polkadot/types/lookup" { readonly sender: u32; readonly sentAt: u32; readonly index: u64; - readonly required: u64; + readonly required: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightServiced: boolean; readonly asOverweightServiced: { readonly index: u64; - readonly used: u64; + readonly used: SpWeightsWeightV2Weight; } & Struct; readonly type: | "Success" @@ -1469,9 +1476,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV2TraitsError (89) + * @name XcmV2TraitsError (90) */ - export interface XcmV2TraitsError extends Enum { + interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; readonly isUntrustedReserveLocation: boolean; @@ -1530,9 +1537,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmEvent (91) + * @name CumulusPalletXcmEvent (92) */ - export interface CumulusPalletXcmEvent extends Enum { + interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; readonly isUnsupportedVersion: boolean; @@ -1543,9 +1550,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV2TraitsOutcome (93) + * @name XcmV2TraitsOutcome (94) */ - export interface XcmV2TraitsOutcome extends Enum { + interface XcmV2TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: u64; readonly isIncomplete: boolean; @@ -1556,9 +1563,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletDmpQueueEvent (94) + * @name CumulusPalletDmpQueueEvent (95) */ - export interface CumulusPalletDmpQueueEvent extends Enum { + interface CumulusPalletDmpQueueEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: { readonly messageId: U8aFixed; @@ -1575,19 +1582,19 @@ declare module "@polkadot/types/lookup" { readonly isWeightExhausted: boolean; readonly asWeightExhausted: { readonly messageId: U8aFixed; - readonly remainingWeight: u64; - readonly requiredWeight: u64; + readonly remainingWeight: SpWeightsWeightV2Weight; + readonly requiredWeight: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightEnqueued: boolean; readonly asOverweightEnqueued: { readonly messageId: U8aFixed; readonly overweightIndex: u64; - readonly requiredWeight: u64; + readonly requiredWeight: SpWeightsWeightV2Weight; } & Struct; readonly isOverweightServiced: boolean; readonly asOverweightServiced: { readonly overweightIndex: u64; - readonly weightUsed: u64; + readonly weightUsed: SpWeightsWeightV2Weight; } & Struct; readonly type: | "InvalidFormat" @@ -1599,9 +1606,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmEvent (95) + * @name PalletXcmEvent (96) */ - export interface PalletXcmEvent extends Enum { + interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: XcmV2TraitsOutcome; readonly isSent: boolean; @@ -1613,7 +1620,9 @@ declare module "@polkadot/types/lookup" { readonly isNotified: boolean; readonly asNotified: ITuple<[u64, u8, u8]>; readonly isNotifyOverweight: boolean; - readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>; + readonly asNotifyOverweight: ITuple< + [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight] + >; readonly isNotifyDispatchError: boolean; readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>; readonly isNotifyDecodeFailed: boolean; @@ -1634,6 +1643,8 @@ declare module "@polkadot/types/lookup" { readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>; readonly isNotifyTargetMigrationFail: boolean; readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>; + readonly isAssetsClaimed: boolean; + readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>; readonly type: | "Attempted" | "Sent" @@ -1650,21 +1661,22 @@ declare module "@polkadot/types/lookup" { | "VersionChangeNotified" | "SupportedVersionChanged" | "NotifyTargetSendFail" - | "NotifyTargetMigrationFail"; + | "NotifyTargetMigrationFail" + | "AssetsClaimed"; } /** - * @name XcmV1MultiLocation (96) + * @name XcmV1MultiLocation (97) */ - export interface XcmV1MultiLocation extends Struct { + interface XcmV1MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV1MultilocationJunctions; } /** - * @name XcmV1MultilocationJunctions (97) + * @name XcmV1MultilocationJunctions (98) */ - export interface XcmV1MultilocationJunctions extends Enum { + interface XcmV1MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; readonly asX1: XcmV1Junction; @@ -1711,9 +1723,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Junction (98) + * @name XcmV1Junction (99) */ - export interface XcmV1Junction extends Enum { + interface XcmV1Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; readonly isAccountId32: boolean; @@ -1756,9 +1768,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0JunctionNetworkId (100) + * @name XcmV0JunctionNetworkId (101) */ - export interface XcmV0JunctionNetworkId extends Enum { + interface XcmV0JunctionNetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; readonly asNamed: Bytes; @@ -1770,7 +1782,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0JunctionBodyId (104) */ - export interface XcmV0JunctionBodyId extends Enum { + interface XcmV0JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; readonly asNamed: Bytes; @@ -1793,7 +1805,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0JunctionBodyPart (105) */ - export interface XcmV0JunctionBodyPart extends Enum { + interface XcmV0JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; readonly asMembers: { @@ -1820,12 +1832,12 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2Xcm (106) */ - export interface XcmV2Xcm extends Vec {} + interface XcmV2Xcm extends Vec {} /** * @name XcmV2Instruction (108) */ - export interface XcmV2Instruction extends Enum { + interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV1MultiassetMultiAssets; readonly isReserveAssetDeposited: boolean; @@ -1975,12 +1987,12 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetMultiAssets (109) */ - export interface XcmV1MultiassetMultiAssets extends Vec {} + interface XcmV1MultiassetMultiAssets extends Vec {} /** * @name XcmV1MultiAsset (111) */ - export interface XcmV1MultiAsset extends Struct { + interface XcmV1MultiAsset extends Struct { readonly id: XcmV1MultiassetAssetId; readonly fun: XcmV1MultiassetFungibility; } @@ -1988,7 +2000,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetAssetId (112) */ - export interface XcmV1MultiassetAssetId extends Enum { + interface XcmV1MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV1MultiLocation; readonly isAbstract: boolean; @@ -1999,7 +2011,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetFungibility (113) */ - export interface XcmV1MultiassetFungibility extends Enum { + interface XcmV1MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; readonly isNonFungible: boolean; @@ -2010,7 +2022,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetAssetInstance (114) */ - export interface XcmV1MultiassetAssetInstance extends Enum { + interface XcmV1MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; readonly asIndex: Compact; @@ -2030,7 +2042,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2Response (116) */ - export interface XcmV2Response extends Enum { + interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; readonly asAssets: XcmV1MultiassetMultiAssets; @@ -2044,7 +2056,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0OriginKind (119) */ - export interface XcmV0OriginKind extends Enum { + interface XcmV0OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; readonly isSuperuser: boolean; @@ -2055,14 +2067,14 @@ declare module "@polkadot/types/lookup" { /** * @name XcmDoubleEncoded (120) */ - export interface XcmDoubleEncoded extends Struct { + interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } /** * @name XcmV1MultiassetMultiAssetFilter (121) */ - export interface XcmV1MultiassetMultiAssetFilter extends Enum { + interface XcmV1MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV1MultiassetMultiAssets; readonly isWild: boolean; @@ -2073,7 +2085,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetWildMultiAsset (122) */ - export interface XcmV1MultiassetWildMultiAsset extends Enum { + interface XcmV1MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; readonly asAllOf: { @@ -2086,7 +2098,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV1MultiassetWildFungibility (123) */ - export interface XcmV1MultiassetWildFungibility extends Enum { + interface XcmV1MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; @@ -2095,7 +2107,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV2WeightLimit (124) */ - export interface XcmV2WeightLimit extends Enum { + interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; readonly asLimited: Compact; @@ -2105,7 +2117,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmVersionedMultiAssets (126) */ - export interface XcmVersionedMultiAssets extends Enum { + interface XcmVersionedMultiAssets extends Enum { readonly isV0: boolean; readonly asV0: Vec; readonly isV1: boolean; @@ -2116,7 +2128,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0MultiAsset (128) */ - export interface XcmV0MultiAsset extends Enum { + interface XcmV0MultiAsset extends Enum { readonly isNone: boolean; readonly isAll: boolean; readonly isAllFungible: boolean; @@ -2175,7 +2187,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0MultiLocation (129) */ - export interface XcmV0MultiLocation extends Enum { + interface XcmV0MultiLocation extends Enum { readonly isNull: boolean; readonly isX1: boolean; readonly asX1: XcmV0Junction; @@ -2224,7 +2236,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmV0Junction (130) */ - export interface XcmV0Junction extends Enum { + interface XcmV0Junction extends Enum { readonly isParent: boolean; readonly isParachain: boolean; readonly asParachain: Compact; @@ -2271,7 +2283,7 @@ declare module "@polkadot/types/lookup" { /** * @name XcmVersionedMultiLocation (131) */ - export interface XcmVersionedMultiLocation extends Enum { + interface XcmVersionedMultiLocation extends Enum { readonly isV0: boolean; readonly asV0: XcmV0MultiLocation; readonly isV1: boolean; @@ -2282,7 +2294,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletAssetsEvent (132) */ - export interface PalletAssetsEvent extends Enum { + interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { readonly assetId: u128; @@ -2408,7 +2420,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletAssetManagerEvent (133) */ - export interface PalletAssetManagerEvent extends Enum { + interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { readonly assetId: u128; @@ -2463,7 +2475,7 @@ declare module "@polkadot/types/lookup" { /** * @name MoonriverRuntimeXcmConfigAssetType (134) */ - export interface MoonriverRuntimeXcmConfigAssetType extends Enum { + interface MoonriverRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: XcmV1MultiLocation; readonly type: "Xcm"; @@ -2472,7 +2484,7 @@ declare module "@polkadot/types/lookup" { /** * @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (135) */ - export interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; readonly decimals: u8; @@ -2482,7 +2494,7 @@ declare module "@polkadot/types/lookup" { /** * @name OrmlXtokensModuleEvent (136) */ - export interface OrmlXtokensModuleEvent extends Enum { + interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredMultiAssets: boolean; readonly asTransferredMultiAssets: { readonly sender: AccountId20; @@ -2496,7 +2508,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletXcmTransactorEvent (137) */ - export interface PalletXcmTransactorEvent extends Enum { + interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { readonly accountId: AccountId20; @@ -2563,7 +2575,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (138) */ - export interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { + interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: u64; readonly maxWeight: u64; readonly transactExtraWeightSigned: Option; @@ -2572,7 +2584,7 @@ declare module "@polkadot/types/lookup" { /** * @name PalletRandomnessEvent (141) */ - export interface PalletRandomnessEvent extends Enum { + interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { readonly id: u64; @@ -2619,7 +2631,7 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemPhase (142) */ - export interface FrameSystemPhase extends Enum { + interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; readonly isFinalization: boolean; @@ -2630,7 +2642,7 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemLastRuntimeUpgradeInfo (144) */ - export interface FrameSystemLastRuntimeUpgradeInfo extends Struct { + interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } @@ -2638,7 +2650,7 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemCall (145) */ - export interface FrameSystemCall extends Enum { + interface FrameSystemCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { readonly ratio: Perbill; @@ -2691,16 +2703,16 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemLimitsBlockWeights (149) */ - export interface FrameSystemLimitsBlockWeights extends Struct { - readonly baseBlock: u64; - readonly maxBlock: u64; - readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass; + interface FrameSystemLimitsBlockWeights extends Struct { + readonly baseBlock: SpWeightsWeightV2Weight; + readonly maxBlock: SpWeightsWeightV2Weight; + readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } /** - * @name FrameSupportWeightsPerDispatchClassWeightsPerClass (150) + * @name FrameSupportDispatchPerDispatchClassWeightsPerClass (150) */ - export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct { + interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; @@ -2709,41 +2721,41 @@ declare module "@polkadot/types/lookup" { /** * @name FrameSystemLimitsWeightsPerClass (151) */ - export interface FrameSystemLimitsWeightsPerClass extends Struct { - readonly baseExtrinsic: u64; - readonly maxExtrinsic: Option; - readonly maxTotal: Option; - readonly reserved: Option; + interface FrameSystemLimitsWeightsPerClass extends Struct { + readonly baseExtrinsic: SpWeightsWeightV2Weight; + readonly maxExtrinsic: Option; + readonly maxTotal: Option; + readonly reserved: Option; } /** - * @name FrameSystemLimitsBlockLength (152) + * @name FrameSystemLimitsBlockLength (153) */ - export interface FrameSystemLimitsBlockLength extends Struct { - readonly max: FrameSupportWeightsPerDispatchClassU32; + interface FrameSystemLimitsBlockLength extends Struct { + readonly max: FrameSupportDispatchPerDispatchClassU32; } /** - * @name FrameSupportWeightsPerDispatchClassU32 (153) + * @name FrameSupportDispatchPerDispatchClassU32 (154) */ - export interface FrameSupportWeightsPerDispatchClassU32 extends Struct { + interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } /** - * @name FrameSupportWeightsRuntimeDbWeight (154) + * @name SpWeightsRuntimeDbWeight (155) */ - export interface FrameSupportWeightsRuntimeDbWeight extends Struct { + interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } /** - * @name SpVersionRuntimeVersion (155) + * @name SpVersionRuntimeVersion (156) */ - export interface SpVersionRuntimeVersion extends Struct { + interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; readonly authoringVersion: u32; @@ -2755,9 +2767,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSystemError (159) + * @name FrameSystemError (160) */ - export interface FrameSystemError extends Enum { + interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; readonly isFailedToExtractRuntimeVersion: boolean; @@ -2774,9 +2786,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2PersistedValidationData (160) + * @name PolkadotPrimitivesV2PersistedValidationData (161) */ - export interface PolkadotPrimitivesV2PersistedValidationData extends Struct { + interface PolkadotPrimitivesV2PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; readonly relayParentStorageRoot: H256; @@ -2784,25 +2796,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2UpgradeRestriction (163) + * @name PolkadotPrimitivesV2UpgradeRestriction (164) */ - export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum { + interface PolkadotPrimitivesV2UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } /** - * @name SpTrieStorageProof (164) + * @name SpTrieStorageProof (165) */ - export interface SpTrieStorageProof extends Struct { - readonly trieNodes: BTreeSetType; + interface SpTrieStorageProof extends Struct { + readonly trieNodes: BTreeSet; } /** - * @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (166) + * @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (167) */ - export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot - extends Struct { + interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueSize: ITuple<[u32, u32]>; readonly ingressChannels: Vec>; @@ -2810,9 +2821,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2AbridgedHrmpChannel (169) + * @name PolkadotPrimitivesV2AbridgedHrmpChannel (170) */ - export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct { + interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; readonly maxMessageSize: u32; @@ -2822,9 +2833,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotPrimitivesV2AbridgedHostConfiguration (170) + * @name PolkadotPrimitivesV2AbridgedHostConfiguration (171) */ - export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct { + interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; readonly maxUpwardQueueCount: u32; @@ -2837,17 +2848,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotCorePrimitivesOutboundHrmpMessage (176) + * @name PolkadotCorePrimitivesOutboundHrmpMessage (177) */ - export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { + interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } /** - * @name CumulusPalletParachainSystemCall (177) + * @name CumulusPalletParachainSystemCall (178) */ - export interface CumulusPalletParachainSystemCall extends Enum { + interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { readonly data: CumulusPrimitivesParachainInherentParachainInherentData; @@ -2872,9 +2883,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPrimitivesParachainInherentParachainInherentData (178) + * @name CumulusPrimitivesParachainInherentParachainInherentData (179) */ - export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { + interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV2PersistedValidationData; readonly relayChainState: SpTrieStorageProof; readonly downwardMessages: Vec; @@ -2882,25 +2893,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PolkadotCorePrimitivesInboundDownwardMessage (180) + * @name PolkadotCorePrimitivesInboundDownwardMessage (181) */ - export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { + interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } /** - * @name PolkadotCorePrimitivesInboundHrmpMessage (183) + * @name PolkadotCorePrimitivesInboundHrmpMessage (184) */ - export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { + interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } /** - * @name CumulusPalletParachainSystemError (186) + * @name CumulusPalletParachainSystemError (187) */ - export interface CumulusPalletParachainSystemError extends Enum { + interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; readonly isTooBig: boolean; @@ -2921,9 +2932,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTimestampCall (188) + * @name PalletTimestampCall (189) */ - export interface PalletTimestampCall extends Enum { + interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { readonly now: Compact; @@ -2932,18 +2943,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesBalanceLock (190) + * @name PalletBalancesBalanceLock (191) */ - export interface PalletBalancesBalanceLock extends Struct { + interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } /** - * @name PalletBalancesReasons (191) + * @name PalletBalancesReasons (192) */ - export interface PalletBalancesReasons extends Enum { + interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; readonly isAll: boolean; @@ -2951,26 +2962,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesReserveData (194) + * @name PalletBalancesReserveData (195) */ - export interface PalletBalancesReserveData extends Struct { + interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } /** - * @name PalletBalancesReleases (196) + * @name PalletBalancesReleases (197) */ - export interface PalletBalancesReleases extends Enum { + interface PalletBalancesReleases extends Enum { readonly isV100: boolean; readonly isV200: boolean; readonly type: "V100" | "V200"; } /** - * @name PalletBalancesCall (197) + * @name PalletBalancesCall (198) */ - export interface PalletBalancesCall extends Enum { + interface PalletBalancesCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { readonly dest: AccountId20; @@ -3013,9 +3024,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBalancesError (198) + * @name PalletBalancesError (199) */ - export interface PalletBalancesError extends Enum { + interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; readonly isInsufficientBalance: boolean; @@ -3036,35 +3047,35 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTransactionPaymentReleases (200) + * @name PalletTransactionPaymentReleases (201) */ - export interface PalletTransactionPaymentReleases extends Enum { + interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } /** - * @name PalletParachainStakingParachainBondConfig (201) + * @name PalletParachainStakingParachainBondConfig (202) */ - export interface PalletParachainStakingParachainBondConfig extends Struct { + interface PalletParachainStakingParachainBondConfig extends Struct { readonly account: AccountId20; readonly percent: Percent; } /** - * @name PalletParachainStakingRoundInfo (202) + * @name PalletParachainStakingRoundInfo (203) */ - export interface PalletParachainStakingRoundInfo extends Struct { + interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; readonly length: u32; } /** - * @name PalletParachainStakingDelegator (203) + * @name PalletParachainStakingDelegator (204) */ - export interface PalletParachainStakingDelegator extends Struct { + interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; readonly total: u128; @@ -3073,22 +3084,22 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingSetOrderedSet (204) + * @name PalletParachainStakingSetOrderedSet (205) */ - export interface PalletParachainStakingSetOrderedSet extends Vec {} + interface PalletParachainStakingSetOrderedSet extends Vec {} /** - * @name PalletParachainStakingBond (205) + * @name PalletParachainStakingBond (206) */ - export interface PalletParachainStakingBond extends Struct { + interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } /** - * @name PalletParachainStakingDelegatorStatus (207) + * @name PalletParachainStakingDelegatorStatus (208) */ - export interface PalletParachainStakingDelegatorStatus extends Enum { + interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; readonly asLeaving: u32; @@ -3096,9 +3107,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCandidateMetadata (208) + * @name PalletParachainStakingCandidateMetadata (209) */ - export interface PalletParachainStakingCandidateMetadata extends Struct { + interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; readonly totalCounted: u128; @@ -3112,9 +3123,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCapacityStatus (209) + * @name PalletParachainStakingCapacityStatus (210) */ - export interface PalletParachainStakingCapacityStatus extends Enum { + interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; readonly isPartial: boolean; @@ -3122,17 +3133,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCandidateBondLessRequest (211) + * @name PalletParachainStakingCandidateBondLessRequest (212) */ - export interface PalletParachainStakingCandidateBondLessRequest extends Struct { + interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } /** - * @name PalletParachainStakingCollatorStatus (212) + * @name PalletParachainStakingCollatorStatus (213) */ - export interface PalletParachainStakingCollatorStatus extends Enum { + interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; readonly isLeaving: boolean; @@ -3141,44 +3152,61 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingDelegationRequestsScheduledRequest (214) + * @name PalletParachainStakingDelegationRequestsScheduledRequest (215) */ - export interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { + interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } /** - * @name PalletParachainStakingDelegations (215) + * @name PalletParachainStakingAutoCompoundAutoCompoundConfig (217) + */ + interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { + readonly delegator: AccountId20; + readonly value: Percent; + } + + /** + * @name PalletParachainStakingDelegations (218) */ - export interface PalletParachainStakingDelegations extends Struct { + interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } /** - * @name PalletParachainStakingCollatorSnapshot (217) + * @name PalletParachainStakingCollatorSnapshot (221) */ - export interface PalletParachainStakingCollatorSnapshot extends Struct { + interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; - readonly delegations: Vec; + readonly delegations: Vec; readonly total: u128; } /** - * @name PalletParachainStakingDelayedPayout (218) + * @name PalletParachainStakingBondWithAutoCompound (223) + */ + interface PalletParachainStakingBondWithAutoCompound extends Struct { + readonly owner: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + } + + /** + * @name PalletParachainStakingDelayedPayout (224) */ - export interface PalletParachainStakingDelayedPayout extends Struct { + interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } /** - * @name PalletParachainStakingInflationInflationInfo (219) + * @name PalletParachainStakingInflationInflationInfo (225) */ - export interface PalletParachainStakingInflationInflationInfo extends Struct { + interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; readonly ideal: u128; @@ -3197,9 +3225,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletParachainStakingCall (222) + * @name PalletParachainStakingCall (228) */ - export interface PalletParachainStakingCall extends Enum { + interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { readonly expectations: { @@ -3276,6 +3304,15 @@ declare module "@polkadot/types/lookup" { readonly candidateDelegationCount: u32; readonly delegationCount: u32; } & Struct; + readonly isDelegateWithAutoCompound: boolean; + readonly asDelegateWithAutoCompound: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + readonly candidateDelegationCount: u32; + readonly candidateAutoCompoundingDelegationCount: u32; + readonly delegationCount: u32; + } & Struct; readonly isScheduleLeaveDelegators: boolean; readonly isExecuteLeaveDelegators: boolean; readonly asExecuteLeaveDelegators: { @@ -3306,6 +3343,13 @@ declare module "@polkadot/types/lookup" { readonly asCancelDelegationRequest: { readonly candidate: AccountId20; } & Struct; + readonly isSetAutoCompound: boolean; + readonly asSetAutoCompound: { + readonly candidate: AccountId20; + readonly value: Percent; + readonly candidateAutoCompoundingDelegationCountHint: u32; + readonly delegationCountHint: u32; + } & Struct; readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; readonly asHotfixRemoveDelegationRequestsExitedCandidates: { readonly candidates: Vec; @@ -3329,6 +3373,7 @@ declare module "@polkadot/types/lookup" { | "ExecuteCandidateBondLess" | "CancelCandidateBondLess" | "Delegate" + | "DelegateWithAutoCompound" | "ScheduleLeaveDelegators" | "ExecuteLeaveDelegators" | "CancelLeaveDelegators" @@ -3337,13 +3382,14 @@ declare module "@polkadot/types/lookup" { | "ScheduleDelegatorBondLess" | "ExecuteDelegationRequest" | "CancelDelegationRequest" + | "SetAutoCompound" | "HotfixRemoveDelegationRequestsExitedCandidates"; } /** - * @name PalletParachainStakingError (223) + * @name PalletParachainStakingError (229) */ - export interface PalletParachainStakingError extends Enum { + interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; readonly isDelegatorDNEInDelegatorSet: boolean; @@ -3386,6 +3432,9 @@ declare module "@polkadot/types/lookup" { readonly isPendingDelegationRequestNotDueYet: boolean; readonly isCannotDelegateLessThanOrEqualToLowestBottomWhenFull: boolean; readonly isPendingDelegationRevoke: boolean; + readonly isTooLowDelegationCountToAutoCompound: boolean; + readonly isTooLowCandidateAutoCompoundingDelegationCountToAutoCompound: boolean; + readonly isTooLowCandidateAutoCompoundingDelegationCountToDelegate: boolean; readonly type: | "DelegatorDNE" | "DelegatorDNEinTopNorBottom" @@ -3428,21 +3477,24 @@ declare module "@polkadot/types/lookup" { | "PendingDelegationRequestAlreadyExists" | "PendingDelegationRequestNotDueYet" | "CannotDelegateLessThanOrEqualToLowestBottomWhenFull" - | "PendingDelegationRevoke"; + | "PendingDelegationRevoke" + | "TooLowDelegationCountToAutoCompound" + | "TooLowCandidateAutoCompoundingDelegationCountToAutoCompound" + | "TooLowCandidateAutoCompoundingDelegationCountToDelegate"; } /** - * @name PalletAuthorInherentCall (224) + * @name PalletAuthorInherentCall (230) */ - export interface PalletAuthorInherentCall extends Enum { + interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } /** - * @name PalletAuthorInherentError (225) + * @name PalletAuthorInherentError (231) */ - export interface PalletAuthorInherentError extends Enum { + interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; readonly isCannotBeAuthor: boolean; @@ -3450,9 +3502,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorSlotFilterCall (226) + * @name PalletAuthorSlotFilterCall (232) */ - export interface PalletAuthorSlotFilterCall extends Enum { + interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { readonly new_: u32; @@ -3461,18 +3513,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorMappingRegistrationInfo (227) + * @name PalletAuthorMappingRegistrationInfo (233) */ - export interface PalletAuthorMappingRegistrationInfo extends Struct { + interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } /** - * @name PalletAuthorMappingCall (228) + * @name PalletAuthorMappingCall (234) */ - export interface PalletAuthorMappingCall extends Enum { + interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; @@ -3500,9 +3552,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAuthorMappingError (229) + * @name PalletAuthorMappingError (235) */ - export interface PalletAuthorMappingError extends Enum { + interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; readonly isCannotAffordSecurityDeposit: boolean; @@ -3523,26 +3575,26 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMoonbeamOrbitersCollatorPoolInfo (230) + * @name PalletMoonbeamOrbitersCollatorPoolInfo (236) */ - export interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { + interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } /** - * @name PalletMoonbeamOrbitersCurrentOrbiter (232) + * @name PalletMoonbeamOrbitersCurrentOrbiter (238) */ - export interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { + interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } /** - * @name PalletMoonbeamOrbitersCall (233) + * @name PalletMoonbeamOrbitersCall (239) */ - export interface PalletMoonbeamOrbitersCall extends Enum { + interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { readonly orbiter: AccountId20; @@ -3579,9 +3631,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMoonbeamOrbitersError (234) + * @name PalletMoonbeamOrbitersError (240) */ - export interface PalletMoonbeamOrbitersError extends Enum { + interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; readonly isCollatorPoolTooLarge: boolean; @@ -3604,9 +3656,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletUtilityCall (235) + * @name PalletUtilityCall (241) */ - export interface PalletUtilityCall extends Enum { + interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { readonly calls: Vec; @@ -3633,9 +3685,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletProxyCall (238) + * @name PalletProxyCall (244) */ - export interface PalletProxyCall extends Enum { + interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { readonly real: AccountId20; @@ -3655,14 +3707,14 @@ declare module "@polkadot/types/lookup" { readonly delay: u32; } & Struct; readonly isRemoveProxies: boolean; - readonly isAnonymous: boolean; - readonly asAnonymous: { + readonly isCreatePure: boolean; + readonly asCreatePure: { readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; readonly index: u16; } & Struct; - readonly isKillAnonymous: boolean; - readonly asKillAnonymous: { + readonly isKillPure: boolean; + readonly asKillPure: { readonly spawner: AccountId20; readonly proxyType: MoonriverRuntimeProxyType; readonly index: u16; @@ -3696,8 +3748,8 @@ declare module "@polkadot/types/lookup" { | "AddProxy" | "RemoveProxy" | "RemoveProxies" - | "Anonymous" - | "KillAnonymous" + | "CreatePure" + | "KillPure" | "Announce" | "RemoveAnnouncement" | "RejectAnnouncement" @@ -3705,18 +3757,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeCall (240) + * @name PalletMaintenanceModeCall (246) */ - export interface PalletMaintenanceModeCall extends Enum { + interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } /** - * @name PalletIdentityCall (241) + * @name PalletIdentityCall (247) */ - export interface PalletIdentityCall extends Enum { + interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { readonly account: AccountId20; @@ -3759,6 +3811,7 @@ declare module "@polkadot/types/lookup" { readonly regIndex: Compact; readonly target: AccountId20; readonly judgement: PalletIdentityJudgement; + readonly identity: H256; } & Struct; readonly isKillIdentity: boolean; readonly asKillIdentity: { @@ -3798,9 +3851,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityIdentityInfo (242) + * @name PalletIdentityIdentityInfo (248) */ - export interface PalletIdentityIdentityInfo extends Struct { + interface PalletIdentityIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; readonly legal: Data; @@ -3813,9 +3866,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityBitFlags (278) + * @name PalletIdentityBitFlags (284) */ - export interface PalletIdentityBitFlags extends Set { + interface PalletIdentityBitFlags extends Set { readonly isDisplay: boolean; readonly isLegal: boolean; readonly isWeb: boolean; @@ -3827,9 +3880,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityIdentityField (279) + * @name PalletIdentityIdentityField (285) */ - export interface PalletIdentityIdentityField extends Enum { + interface PalletIdentityIdentityField extends Enum { readonly isDisplay: boolean; readonly isLegal: boolean; readonly isWeb: boolean; @@ -3850,9 +3903,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletIdentityJudgement (280) + * @name PalletIdentityJudgement (286) */ - export interface PalletIdentityJudgement extends Enum { + interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; readonly asFeePaid: u128; @@ -3872,9 +3925,21 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEvmCall (281) + * @name PalletMigrationsCall (287) */ - export interface PalletEvmCall extends Enum { + interface PalletMigrationsCall extends Enum { + readonly isMigrateDemocracyPreimage: boolean; + readonly asMigrateDemocracyPreimage: { + readonly proposalHash: H256; + readonly proposalLenUpperBound: Compact; + } & Struct; + readonly type: "MigrateDemocracyPreimage"; + } + + /** + * @name PalletEvmCall (288) + */ + interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { readonly address: H160; @@ -3919,9 +3984,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEthereumCall (285) + * @name PalletEthereumCall (292) */ - export interface PalletEthereumCall extends Enum { + interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { readonly transaction: EthereumTransactionTransactionV2; @@ -3930,9 +3995,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionV2 (286) + * @name EthereumTransactionTransactionV2 (293) */ - export interface EthereumTransactionTransactionV2 extends Enum { + interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; readonly isEip2930: boolean; @@ -3943,9 +4008,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionLegacyTransaction (287) + * @name EthereumTransactionLegacyTransaction (294) */ - export interface EthereumTransactionLegacyTransaction extends Struct { + interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; readonly gasLimit: U256; @@ -3956,9 +4021,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionAction (288) + * @name EthereumTransactionTransactionAction (295) */ - export interface EthereumTransactionTransactionAction extends Enum { + interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; readonly isCreate: boolean; @@ -3966,18 +4031,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionTransactionSignature (289) + * @name EthereumTransactionTransactionSignature (296) */ - export interface EthereumTransactionTransactionSignature extends Struct { + interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } /** - * @name EthereumTransactionEip2930Transaction (291) + * @name EthereumTransactionEip2930Transaction (298) */ - export interface EthereumTransactionEip2930Transaction extends Struct { + interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; readonly gasPrice: U256; @@ -3992,17 +4057,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTransactionAccessListItem (293) + * @name EthereumTransactionAccessListItem (300) */ - export interface EthereumTransactionAccessListItem extends Struct { + interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } /** - * @name EthereumTransactionEip1559Transaction (294) + * @name EthereumTransactionEip1559Transaction (301) */ - export interface EthereumTransactionEip1559Transaction extends Struct { + interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; readonly maxPriorityFeePerGas: U256; @@ -4018,34 +4083,30 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletBaseFeeCall (295) + * @name PalletBaseFeeCall (302) */ - export interface PalletBaseFeeCall extends Enum { + interface PalletBaseFeeCall extends Enum { readonly isSetBaseFeePerGas: boolean; readonly asSetBaseFeePerGas: { readonly fee: U256; } & Struct; - readonly isSetIsActive: boolean; - readonly asSetIsActive: { - readonly isActive: bool; - } & Struct; readonly isSetElasticity: boolean; readonly asSetElasticity: { readonly elasticity: Permill; } & Struct; - readonly type: "SetBaseFeePerGas" | "SetIsActive" | "SetElasticity"; + readonly type: "SetBaseFeePerGas" | "SetElasticity"; } /** - * @name PalletSchedulerCall (296) + * @name PalletSchedulerCall (303) */ - export interface PalletSchedulerCall extends Enum { + interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { readonly when: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isCancel: boolean; readonly asCancel: { @@ -4054,30 +4115,30 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isScheduleNamed: boolean; readonly asScheduleNamed: { - readonly id: Bytes; + readonly id: U8aFixed; readonly when: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isCancelNamed: boolean; readonly asCancelNamed: { - readonly id: Bytes; + readonly id: U8aFixed; } & Struct; readonly isScheduleAfter: boolean; readonly asScheduleAfter: { readonly after: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly isScheduleNamedAfter: boolean; readonly asScheduleNamedAfter: { - readonly id: Bytes; + readonly id: U8aFixed; readonly after: u32; readonly maybePeriodic: Option>; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: Call; } & Struct; readonly type: | "Schedule" @@ -4089,29 +4150,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportScheduleMaybeHashed (298) + * @name PalletDemocracyCall (305) */ - export interface FrameSupportScheduleMaybeHashed extends Enum { - readonly isValue: boolean; - readonly asValue: Call; - readonly isHash: boolean; - readonly asHash: H256; - readonly type: "Value" | "Hash"; - } - - /** - * @name PalletDemocracyCall (299) - */ - export interface PalletDemocracyCall extends Enum { + interface PalletDemocracyCall extends Enum { readonly isPropose: boolean; readonly asPropose: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; readonly value: Compact; } & Struct; readonly isSecond: boolean; readonly asSecond: { readonly proposal: Compact; - readonly secondsUpperBound: Compact; } & Struct; readonly isVote: boolean; readonly asVote: { @@ -4124,15 +4173,15 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isExternalPropose: boolean; readonly asExternalPropose: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isExternalProposeMajority: boolean; readonly asExternalProposeMajority: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isExternalProposeDefault: boolean; readonly asExternalProposeDefault: { - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; } & Struct; readonly isFastTrack: boolean; readonly asFastTrack: { @@ -4148,10 +4197,6 @@ declare module "@polkadot/types/lookup" { readonly asCancelReferendum: { readonly refIndex: Compact; } & Struct; - readonly isCancelQueued: boolean; - readonly asCancelQueued: { - readonly which: u32; - } & Struct; readonly isDelegate: boolean; readonly asDelegate: { readonly to: AccountId20; @@ -4160,27 +4205,6 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isUndelegate: boolean; readonly isClearPublicProposals: boolean; - readonly isNotePreimage: boolean; - readonly asNotePreimage: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNotePreimageOperational: boolean; - readonly asNotePreimageOperational: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNoteImminentPreimage: boolean; - readonly asNoteImminentPreimage: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isNoteImminentPreimageOperational: boolean; - readonly asNoteImminentPreimageOperational: { - readonly encodedProposal: Bytes; - } & Struct; - readonly isReapPreimage: boolean; - readonly asReapPreimage: { - readonly proposalHash: H256; - readonly proposalLenUpperBound: Compact; - } & Struct; readonly isUnlock: boolean; readonly asUnlock: { readonly target: AccountId20; @@ -4194,11 +4218,6 @@ declare module "@polkadot/types/lookup" { readonly target: AccountId20; readonly index: u32; } & Struct; - readonly isEnactProposal: boolean; - readonly asEnactProposal: { - readonly proposalHash: H256; - readonly index: u32; - } & Struct; readonly isBlacklist: boolean; readonly asBlacklist: { readonly proposalHash: H256; @@ -4219,27 +4238,38 @@ declare module "@polkadot/types/lookup" { | "FastTrack" | "VetoExternal" | "CancelReferendum" - | "CancelQueued" | "Delegate" | "Undelegate" | "ClearPublicProposals" - | "NotePreimage" - | "NotePreimageOperational" - | "NoteImminentPreimage" - | "NoteImminentPreimageOperational" - | "ReapPreimage" | "Unlock" | "RemoveVote" | "RemoveOtherVote" - | "EnactProposal" | "Blacklist" | "CancelProposal"; } /** - * @name PalletDemocracyConviction (300) + * @name FrameSupportPreimagesBounded (306) + */ + interface FrameSupportPreimagesBounded extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: { + readonly hash_: H256; + } & Struct; + readonly isInline: boolean; + readonly asInline: Bytes; + readonly isLookup: boolean; + readonly asLookup: { + readonly hash_: H256; + readonly len: u32; + } & Struct; + readonly type: "Legacy" | "Inline" | "Lookup"; + } + + /** + * @name PalletDemocracyConviction (308) */ - export interface PalletDemocracyConviction extends Enum { + interface PalletDemocracyConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; readonly isLocked2x: boolean; @@ -4258,9 +4288,32 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveCall (302) + * @name PalletPreimageCall (310) */ - export interface PalletCollectiveCall extends Enum { + interface PalletPreimageCall extends Enum { + readonly isNotePreimage: boolean; + readonly asNotePreimage: { + readonly bytes: Bytes; + } & Struct; + readonly isUnnotePreimage: boolean; + readonly asUnnotePreimage: { + readonly hash_: H256; + } & Struct; + readonly isRequestPreimage: boolean; + readonly asRequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly isUnrequestPreimage: boolean; + readonly asUnrequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly type: "NotePreimage" | "UnnotePreimage" | "RequestPreimage" | "UnrequestPreimage"; + } + + /** + * @name PalletCollectiveCall (311) + */ + interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { readonly newMembers: Vec; @@ -4284,8 +4337,8 @@ declare module "@polkadot/types/lookup" { readonly index: Compact; readonly approve: bool; } & Struct; - readonly isClose: boolean; - readonly asClose: { + readonly isCloseOldWeight: boolean; + readonly asCloseOldWeight: { readonly proposalHash: H256; readonly index: Compact; readonly proposalWeightBound: Compact; @@ -4295,13 +4348,27 @@ declare module "@polkadot/types/lookup" { readonly asDisapproveProposal: { readonly proposalHash: H256; } & Struct; - readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "Close" | "DisapproveProposal"; + readonly isClose: boolean; + readonly asClose: { + readonly proposalHash: H256; + readonly index: Compact; + readonly proposalWeightBound: SpWeightsWeightV2Weight; + readonly lengthBound: Compact; + } & Struct; + readonly type: + | "SetMembers" + | "Execute" + | "Propose" + | "Vote" + | "CloseOldWeight" + | "DisapproveProposal" + | "Close"; } /** - * @name PalletTreasuryCall (305) + * @name PalletTreasuryCall (316) */ - export interface PalletTreasuryCall extends Enum { + interface PalletTreasuryCall extends Enum { readonly isProposeSpend: boolean; readonly asProposeSpend: { readonly value: Compact; @@ -4333,9 +4400,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsCall (306) + * @name PalletCrowdloanRewardsCall (317) */ - export interface PalletCrowdloanRewardsCall extends Enum { + interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { readonly rewardAccount: AccountId20; @@ -4371,9 +4438,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpRuntimeMultiSignature (307) + * @name SpRuntimeMultiSignature (318) */ - export interface SpRuntimeMultiSignature extends Enum { + interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: SpCoreEd25519Signature; readonly isSr25519: boolean; @@ -4384,24 +4451,24 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpCoreEd25519Signature (308) + * @name SpCoreEd25519Signature (319) */ - export interface SpCoreEd25519Signature extends U8aFixed {} + interface SpCoreEd25519Signature extends U8aFixed {} /** - * @name SpCoreSr25519Signature (310) + * @name SpCoreSr25519Signature (321) */ - export interface SpCoreSr25519Signature extends U8aFixed {} + interface SpCoreSr25519Signature extends U8aFixed {} /** - * @name SpCoreEcdsaSignature (311) + * @name SpCoreEcdsaSignature (322) */ - export interface SpCoreEcdsaSignature extends U8aFixed {} + interface SpCoreEcdsaSignature extends U8aFixed {} /** - * @name CumulusPalletDmpQueueCall (317) + * @name CumulusPalletDmpQueueCall (328) */ - export interface CumulusPalletDmpQueueCall extends Enum { + interface CumulusPalletDmpQueueCall extends Enum { readonly isServiceOverweight: boolean; readonly asServiceOverweight: { readonly index: u64; @@ -4411,9 +4478,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmCall (318) + * @name PalletXcmCall (329) */ - export interface PalletXcmCall extends Enum { + interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { readonly dest: XcmVersionedMultiLocation; @@ -4485,9 +4552,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedXcm (319) + * @name XcmVersionedXcm (330) */ - export interface XcmVersionedXcm extends Enum { + interface XcmVersionedXcm extends Enum { readonly isV0: boolean; readonly asV0: XcmV0Xcm; readonly isV1: boolean; @@ -4498,9 +4565,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Xcm (320) + * @name XcmV0Xcm (331) */ - export interface XcmV0Xcm extends Enum { + interface XcmV0Xcm extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: { readonly assets: Vec; @@ -4574,9 +4641,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Order (322) + * @name XcmV0Order (333) */ - export interface XcmV0Order extends Enum { + interface XcmV0Order extends Enum { readonly isNull: boolean; readonly isDepositAsset: boolean; readonly asDepositAsset: { @@ -4632,18 +4699,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV0Response (324) + * @name XcmV0Response (335) */ - export interface XcmV0Response extends Enum { + interface XcmV0Response extends Enum { readonly isAssets: boolean; readonly asAssets: Vec; readonly type: "Assets"; } /** - * @name XcmV1Xcm (325) + * @name XcmV1Xcm (336) */ - export interface XcmV1Xcm extends Enum { + interface XcmV1Xcm extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: { readonly assets: XcmV1MultiassetMultiAssets; @@ -4725,9 +4792,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Order (327) + * @name XcmV1Order (338) */ - export interface XcmV1Order extends Enum { + interface XcmV1Order extends Enum { readonly isNoop: boolean; readonly isDepositAsset: boolean; readonly asDepositAsset: { @@ -4785,9 +4852,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmV1Response (329) + * @name XcmV1Response (340) */ - export interface XcmV1Response extends Enum { + interface XcmV1Response extends Enum { readonly isAssets: boolean; readonly asAssets: XcmV1MultiassetMultiAssets; readonly isVersion: boolean; @@ -4796,9 +4863,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsCall (343) + * @name PalletAssetsCall (354) */ - export interface PalletAssetsCall extends Enum { + interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { readonly id: Compact; @@ -4974,18 +5041,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsDestroyWitness (344) + * @name PalletAssetsDestroyWitness (355) */ - export interface PalletAssetsDestroyWitness extends Struct { + interface PalletAssetsDestroyWitness extends Struct { readonly accounts: Compact; readonly sufficients: Compact; readonly approvals: Compact; } /** - * @name PalletAssetManagerCall (345) + * @name PalletAssetManagerCall (356) */ - export interface PalletAssetManagerCall extends Enum { + interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { readonly asset: MoonriverRuntimeXcmConfigAssetType; @@ -5045,21 +5112,21 @@ declare module "@polkadot/types/lookup" { } /** - * @name OrmlXtokensModuleCall (346) + * @name OrmlXtokensModuleCall (357) */ - export interface OrmlXtokensModuleCall extends Enum { + interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiasset: boolean; readonly asTransferMultiasset: { readonly asset: XcmVersionedMultiAsset; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferWithFee: boolean; readonly asTransferWithFee: { @@ -5067,28 +5134,28 @@ declare module "@polkadot/types/lookup" { readonly amount: u128; readonly fee: u128; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiassetWithFee: boolean; readonly asTransferMultiassetWithFee: { readonly asset: XcmVersionedMultiAsset; readonly fee: XcmVersionedMultiAsset; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMulticurrencies: boolean; readonly asTransferMulticurrencies: { readonly currencies: Vec>; readonly feeItem: u32; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly isTransferMultiassets: boolean; readonly asTransferMultiassets: { readonly assets: XcmVersionedMultiAssets; readonly feeItem: u32; readonly dest: XcmVersionedMultiLocation; - readonly destWeight: u64; + readonly destWeightLimit: XcmV2WeightLimit; } & Struct; readonly type: | "Transfer" @@ -5100,9 +5167,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name MoonriverRuntimeXcmConfigCurrencyId (347) + * @name MoonriverRuntimeXcmConfigCurrencyId (358) */ - export interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { + interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; readonly asForeignAsset: u128; @@ -5112,9 +5179,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedMultiAsset (348) + * @name XcmVersionedMultiAsset (359) */ - export interface XcmVersionedMultiAsset extends Enum { + interface XcmVersionedMultiAsset extends Enum { readonly isV0: boolean; readonly asV0: XcmV0MultiAsset; readonly isV1: boolean; @@ -5123,9 +5190,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorCall (351) + * @name PalletXcmTransactorCall (362) */ - export interface PalletXcmTransactorCall extends Enum { + interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { readonly who: AccountId20; @@ -5192,25 +5259,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name MoonriverRuntimeXcmConfigTransactors (352) + * @name MoonriverRuntimeXcmConfigTransactors (363) */ - export interface MoonriverRuntimeXcmConfigTransactors extends Enum { + interface MoonriverRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } /** - * @name PalletXcmTransactorCurrencyPayment (353) + * @name PalletXcmTransactorCurrencyPayment (364) */ - export interface PalletXcmTransactorCurrencyPayment extends Struct { + interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } /** - * @name PalletXcmTransactorCurrency (354) + * @name PalletXcmTransactorCurrency (365) */ - export interface PalletXcmTransactorCurrency extends Enum { + interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; readonly isAsMultiLocation: boolean; @@ -5219,25 +5286,25 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorTransactWeights (356) + * @name PalletXcmTransactorTransactWeights (367) */ - export interface PalletXcmTransactorTransactWeights extends Struct { + interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: u64; readonly overallWeight: Option; } /** - * @name PalletRandomnessCall (358) + * @name PalletRandomnessCall (369) */ - export interface PalletRandomnessCall extends Enum { + interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } /** - * @name MoonriverRuntimeOriginCaller (359) + * @name MoonriverRuntimeOriginCaller (370) */ - export interface MoonriverRuntimeOriginCaller extends Enum { + interface MoonriverRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; readonly isVoid: boolean; @@ -5265,9 +5332,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportDispatchRawOrigin (360) + * @name FrameSupportDispatchRawOrigin (371) */ - export interface FrameSupportDispatchRawOrigin extends Enum { + interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; readonly asSigned: AccountId20; @@ -5276,18 +5343,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletEthereumRawOrigin (361) + * @name PalletEthereumRawOrigin (372) */ - export interface PalletEthereumRawOrigin extends Enum { + interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } /** - * @name PalletCollectiveRawOrigin (362) + * @name PalletCollectiveRawOrigin (373) */ - export interface PalletCollectiveRawOrigin extends Enum { + interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; readonly isMember: boolean; @@ -5297,9 +5364,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmOrigin (365) + * @name CumulusPalletXcmOrigin (376) */ - export interface CumulusPalletXcmOrigin extends Enum { + interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; readonly asSiblingParachain: u32; @@ -5307,9 +5374,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmOrigin (366) + * @name PalletXcmOrigin (377) */ - export interface PalletXcmOrigin extends Enum { + interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: XcmV1MultiLocation; readonly isResponse: boolean; @@ -5318,40 +5385,40 @@ declare module "@polkadot/types/lookup" { } /** - * @name SpCoreVoid (367) + * @name SpCoreVoid (378) */ - export type SpCoreVoid = Null; + type SpCoreVoid = Null; /** - * @name PalletUtilityError (368) + * @name PalletUtilityError (379) */ - export interface PalletUtilityError extends Enum { + interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } /** - * @name PalletProxyProxyDefinition (371) + * @name PalletProxyProxyDefinition (382) */ - export interface PalletProxyProxyDefinition extends Struct { + interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } /** - * @name PalletProxyAnnouncement (375) + * @name PalletProxyAnnouncement (386) */ - export interface PalletProxyAnnouncement extends Struct { + interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } /** - * @name PalletProxyError (377) + * @name PalletProxyError (388) */ - export interface PalletProxyError extends Enum { + interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; readonly isNotProxy: boolean; @@ -5372,36 +5439,36 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletMaintenanceModeError (378) + * @name PalletMaintenanceModeError (389) */ - export interface PalletMaintenanceModeError extends Enum { + interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } /** - * @name PalletIdentityRegistration (379) + * @name PalletIdentityRegistration (390) */ - export interface PalletIdentityRegistration extends Struct { + interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityIdentityInfo; } /** - * @name PalletIdentityRegistrarInfo (387) + * @name PalletIdentityRegistrarInfo (398) */ - export interface PalletIdentityRegistrarInfo extends Struct { + interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: PalletIdentityBitFlags; } /** - * @name PalletIdentityError (389) + * @name PalletIdentityError (400) */ - export interface PalletIdentityError extends Enum { + interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; readonly isNotNamed: boolean; @@ -5418,6 +5485,7 @@ declare module "@polkadot/types/lookup" { readonly isAlreadyClaimed: boolean; readonly isNotSub: boolean; readonly isNotOwned: boolean; + readonly isJudgementForDifferentIdentity: boolean; readonly type: | "TooManySubAccounts" | "NotFound" @@ -5434,13 +5502,29 @@ declare module "@polkadot/types/lookup" { | "TooManyRegistrars" | "AlreadyClaimed" | "NotSub" - | "NotOwned"; + | "NotOwned" + | "JudgementForDifferentIdentity"; } /** - * @name PalletEvmError (391) + * @name PalletMigrationsError (401) */ - export interface PalletEvmError extends Enum { + interface PalletMigrationsError extends Enum { + readonly isPreimageMissing: boolean; + readonly isWrongUpperBound: boolean; + readonly isPreimageIsTooBig: boolean; + readonly isPreimageAlreadyExists: boolean; + readonly type: + | "PreimageMissing" + | "WrongUpperBound" + | "PreimageIsTooBig" + | "PreimageAlreadyExists"; + } + + /** + * @name PalletEvmError (403) + */ + interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; readonly isPaymentOverflow: boolean; @@ -5450,6 +5534,7 @@ declare module "@polkadot/types/lookup" { readonly isGasLimitTooLow: boolean; readonly isGasLimitTooHigh: boolean; readonly isUndefined: boolean; + readonly isReentrancy: boolean; readonly type: | "BalanceLow" | "FeeOverflow" @@ -5459,13 +5544,14 @@ declare module "@polkadot/types/lookup" { | "InvalidNonce" | "GasLimitTooLow" | "GasLimitTooHigh" - | "Undefined"; + | "Undefined" + | "Reentrancy"; } /** - * @name FpRpcTransactionStatus (394) + * @name FpRpcTransactionStatus (406) */ - export interface FpRpcTransactionStatus extends Struct { + interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; readonly from: H160; @@ -5476,14 +5562,14 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthbloomBloom (397) + * @name EthbloomBloom (409) */ - export interface EthbloomBloom extends U8aFixed {} + interface EthbloomBloom extends U8aFixed {} /** - * @name EthereumReceiptReceiptV3 (399) + * @name EthereumReceiptReceiptV3 (411) */ - export interface EthereumReceiptReceiptV3 extends Enum { + interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; readonly isEip2930: boolean; @@ -5494,9 +5580,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumReceiptEip658ReceiptData (400) + * @name EthereumReceiptEip658ReceiptData (412) */ - export interface EthereumReceiptEip658ReceiptData extends Struct { + interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; readonly logsBloom: EthbloomBloom; @@ -5504,18 +5590,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumBlock (401) + * @name EthereumBlock (413) */ - export interface EthereumBlock extends Struct { + interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } /** - * @name EthereumHeader (402) + * @name EthereumHeader (414) */ - export interface EthereumHeader extends Struct { + interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; readonly beneficiary: H160; @@ -5534,66 +5620,51 @@ declare module "@polkadot/types/lookup" { } /** - * @name EthereumTypesHashH64 (403) + * @name EthereumTypesHashH64 (415) */ - export interface EthereumTypesHashH64 extends U8aFixed {} + interface EthereumTypesHashH64 extends U8aFixed {} /** - * @name PalletEthereumError (408) + * @name PalletEthereumError (420) */ - export interface PalletEthereumError extends Enum { + interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } /** - * @name PalletSchedulerScheduledV3 (411) + * @name PalletSchedulerScheduled (423) */ - export interface PalletSchedulerScheduledV3 extends Struct { - readonly maybeId: Option; + interface PalletSchedulerScheduled extends Struct { + readonly maybeId: Option; readonly priority: u8; - readonly call: FrameSupportScheduleMaybeHashed; + readonly call: FrameSupportPreimagesBounded; readonly maybePeriodic: Option>; readonly origin: MoonriverRuntimeOriginCaller; } /** - * @name PalletSchedulerError (412) + * @name PalletSchedulerError (425) */ - export interface PalletSchedulerError extends Enum { + interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; readonly isTargetBlockNumberInPast: boolean; readonly isRescheduleNoChange: boolean; + readonly isNamed: boolean; readonly type: | "FailedToSchedule" | "NotFound" | "TargetBlockNumberInPast" - | "RescheduleNoChange"; - } - - /** - * @name PalletDemocracyPreimageStatus (416) - */ - export interface PalletDemocracyPreimageStatus extends Enum { - readonly isMissing: boolean; - readonly asMissing: u32; - readonly isAvailable: boolean; - readonly asAvailable: { - readonly data: Bytes; - readonly provider: AccountId20; - readonly deposit: u128; - readonly since: u32; - readonly expiry: Option; - } & Struct; - readonly type: "Missing" | "Available"; + | "RescheduleNoChange" + | "Named"; } /** - * @name PalletDemocracyReferendumInfo (417) + * @name PalletDemocracyReferendumInfo (430) */ - export interface PalletDemocracyReferendumInfo extends Enum { + interface PalletDemocracyReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletDemocracyReferendumStatus; readonly isFinished: boolean; @@ -5605,29 +5676,29 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletDemocracyReferendumStatus (418) + * @name PalletDemocracyReferendumStatus (431) */ - export interface PalletDemocracyReferendumStatus extends Struct { + interface PalletDemocracyReferendumStatus extends Struct { readonly end: u32; - readonly proposalHash: H256; + readonly proposal: FrameSupportPreimagesBounded; readonly threshold: PalletDemocracyVoteThreshold; readonly delay: u32; readonly tally: PalletDemocracyTally; } /** - * @name PalletDemocracyTally (419) + * @name PalletDemocracyTally (432) */ - export interface PalletDemocracyTally extends Struct { + interface PalletDemocracyTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly turnout: u128; } /** - * @name PalletDemocracyVoteVoting (420) + * @name PalletDemocracyVoteVoting (433) */ - export interface PalletDemocracyVoteVoting extends Enum { + interface PalletDemocracyVoteVoting extends Enum { readonly isDirect: boolean; readonly asDirect: { readonly votes: Vec>; @@ -5646,30 +5717,22 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletDemocracyDelegations (423) + * @name PalletDemocracyDelegations (437) */ - export interface PalletDemocracyDelegations extends Struct { + interface PalletDemocracyDelegations extends Struct { readonly votes: u128; readonly capital: u128; } /** - * @name PalletDemocracyVotePriorLock (424) - */ - export interface PalletDemocracyVotePriorLock extends ITuple<[u32, u128]> {} - - /** - * @name PalletDemocracyReleases (427) + * @name PalletDemocracyVotePriorLock (438) */ - export interface PalletDemocracyReleases extends Enum { - readonly isV1: boolean; - readonly type: "V1"; - } + interface PalletDemocracyVotePriorLock extends ITuple<[u32, u128]> {} /** - * @name PalletDemocracyError (428) + * @name PalletDemocracyError (441) */ - export interface PalletDemocracyError extends Enum { + interface PalletDemocracyError extends Enum { readonly isValueLow: boolean; readonly isProposalMissing: boolean; readonly isAlreadyCanceled: boolean; @@ -5679,13 +5742,7 @@ declare module "@polkadot/types/lookup" { readonly isInvalidHash: boolean; readonly isNoProposal: boolean; readonly isAlreadyVetoed: boolean; - readonly isDuplicatePreimage: boolean; - readonly isNotImminent: boolean; - readonly isTooEarly: boolean; - readonly isImminent: boolean; - readonly isPreimageMissing: boolean; readonly isReferendumInvalid: boolean; - readonly isPreimageInvalid: boolean; readonly isNoneWaiting: boolean; readonly isNotVoter: boolean; readonly isNoPermission: boolean; @@ -5697,7 +5754,7 @@ declare module "@polkadot/types/lookup" { readonly isNonsense: boolean; readonly isWrongUpperBound: boolean; readonly isMaxVotesReached: boolean; - readonly isTooManyProposals: boolean; + readonly isTooMany: boolean; readonly isVotingPeriodLow: boolean; readonly type: | "ValueLow" @@ -5709,13 +5766,7 @@ declare module "@polkadot/types/lookup" { | "InvalidHash" | "NoProposal" | "AlreadyVetoed" - | "DuplicatePreimage" - | "NotImminent" - | "TooEarly" - | "Imminent" - | "PreimageMissing" | "ReferendumInvalid" - | "PreimageInvalid" | "NoneWaiting" | "NotVoter" | "NoPermission" @@ -5727,14 +5778,51 @@ declare module "@polkadot/types/lookup" { | "Nonsense" | "WrongUpperBound" | "MaxVotesReached" - | "TooManyProposals" + | "TooMany" | "VotingPeriodLow"; } /** - * @name PalletCollectiveVotes (430) + * @name PalletPreimageRequestStatus (442) + */ + interface PalletPreimageRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** + * @name PalletPreimageError (447) + */ + interface PalletPreimageError extends Enum { + readonly isTooBig: boolean; + readonly isAlreadyNoted: boolean; + readonly isNotAuthorized: boolean; + readonly isNotNoted: boolean; + readonly isRequested: boolean; + readonly isNotRequested: boolean; + readonly type: + | "TooBig" + | "AlreadyNoted" + | "NotAuthorized" + | "NotNoted" + | "Requested" + | "NotRequested"; + } + + /** + * @name PalletCollectiveVotes (449) */ - export interface PalletCollectiveVotes extends Struct { + interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; readonly ayes: Vec; @@ -5743,9 +5831,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCollectiveError (431) + * @name PalletCollectiveError (450) */ - export interface PalletCollectiveError extends Enum { + interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; readonly isProposalMissing: boolean; @@ -5770,9 +5858,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletTreasuryProposal (435) + * @name PalletTreasuryProposal (454) */ - export interface PalletTreasuryProposal extends Struct { + interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; readonly beneficiary: AccountId20; @@ -5780,14 +5868,14 @@ declare module "@polkadot/types/lookup" { } /** - * @name FrameSupportPalletId (438) + * @name FrameSupportPalletId (457) */ - export interface FrameSupportPalletId extends U8aFixed {} + interface FrameSupportPalletId extends U8aFixed {} /** - * @name PalletTreasuryError (439) + * @name PalletTreasuryError (458) */ - export interface PalletTreasuryError extends Enum { + interface PalletTreasuryError extends Enum { readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; @@ -5802,18 +5890,18 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletCrowdloanRewardsRewardInfo (440) + * @name PalletCrowdloanRewardsRewardInfo (459) */ - export interface PalletCrowdloanRewardsRewardInfo extends Struct { + interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } /** - * @name PalletCrowdloanRewardsError (442) + * @name PalletCrowdloanRewardsError (461) */ - export interface PalletCrowdloanRewardsError extends Enum { + interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; readonly isFirstClaimAlreadyDone: boolean; @@ -5848,27 +5936,27 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueInboundChannelDetails (444) + * @name CumulusPalletXcmpQueueInboundChannelDetails (463) */ - export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct { + interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct { readonly sender: u32; readonly state: CumulusPalletXcmpQueueInboundState; readonly messageMetadata: Vec>; } /** - * @name CumulusPalletXcmpQueueInboundState (445) + * @name CumulusPalletXcmpQueueInboundState (464) */ - export interface CumulusPalletXcmpQueueInboundState extends Enum { + interface CumulusPalletXcmpQueueInboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } /** - * @name PolkadotParachainPrimitivesXcmpMessageFormat (448) + * @name PolkadotParachainPrimitivesXcmpMessageFormat (467) */ - export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum { + interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum { readonly isConcatenatedVersionedXcm: boolean; readonly isConcatenatedEncodedBlob: boolean; readonly isSignals: boolean; @@ -5876,9 +5964,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueOutboundChannelDetails (451) + * @name CumulusPalletXcmpQueueOutboundChannelDetails (470) */ - export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { + interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; readonly signalsExist: bool; @@ -5887,30 +5975,30 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmpQueueOutboundState (452) + * @name CumulusPalletXcmpQueueOutboundState (471) */ - export interface CumulusPalletXcmpQueueOutboundState extends Enum { + interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } /** - * @name CumulusPalletXcmpQueueQueueConfigData (454) + * @name CumulusPalletXcmpQueueQueueConfigData (473) */ - export interface CumulusPalletXcmpQueueQueueConfigData extends Struct { + interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; - readonly thresholdWeight: u64; - readonly weightRestrictDecay: u64; - readonly xcmpMaxIndividualWeight: u64; + readonly thresholdWeight: SpWeightsWeightV2Weight; + readonly weightRestrictDecay: SpWeightsWeightV2Weight; + readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight; } /** - * @name CumulusPalletXcmpQueueError (456) + * @name CumulusPalletXcmpQueueError (475) */ - export interface CumulusPalletXcmpQueueError extends Enum { + interface CumulusPalletXcmpQueueError extends Enum { readonly isFailedToSend: boolean; readonly isBadXcmOrigin: boolean; readonly isBadXcm: boolean; @@ -5925,39 +6013,39 @@ declare module "@polkadot/types/lookup" { } /** - * @name CumulusPalletXcmError (457) + * @name CumulusPalletXcmError (476) */ - export type CumulusPalletXcmError = Null; + type CumulusPalletXcmError = Null; /** - * @name CumulusPalletDmpQueueConfigData (458) + * @name CumulusPalletDmpQueueConfigData (477) */ - export interface CumulusPalletDmpQueueConfigData extends Struct { - readonly maxIndividual: u64; + interface CumulusPalletDmpQueueConfigData extends Struct { + readonly maxIndividual: SpWeightsWeightV2Weight; } /** - * @name CumulusPalletDmpQueuePageIndexData (459) + * @name CumulusPalletDmpQueuePageIndexData (478) */ - export interface CumulusPalletDmpQueuePageIndexData extends Struct { + interface CumulusPalletDmpQueuePageIndexData extends Struct { readonly beginUsed: u32; readonly endUsed: u32; readonly overweightCount: u64; } /** - * @name CumulusPalletDmpQueueError (462) + * @name CumulusPalletDmpQueueError (481) */ - export interface CumulusPalletDmpQueueError extends Enum { + interface CumulusPalletDmpQueueError extends Enum { readonly isUnknown: boolean; readonly isOverLimit: boolean; readonly type: "Unknown" | "OverLimit"; } /** - * @name PalletXcmQueryStatus (463) + * @name PalletXcmQueryStatus (482) */ - export interface PalletXcmQueryStatus extends Enum { + interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { readonly responder: XcmVersionedMultiLocation; @@ -5978,9 +6066,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name XcmVersionedResponse (466) + * @name XcmVersionedResponse (485) */ - export interface XcmVersionedResponse extends Enum { + interface XcmVersionedResponse extends Enum { readonly isV0: boolean; readonly asV0: XcmV0Response; readonly isV1: boolean; @@ -5991,9 +6079,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmVersionMigrationStage (472) + * @name PalletXcmVersionMigrationStage (491) */ - export interface PalletXcmVersionMigrationStage extends Enum { + interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; readonly isNotifyCurrentTargets: boolean; @@ -6007,9 +6095,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmError (473) + * @name PalletXcmError (493) */ - export interface PalletXcmError extends Enum { + interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; readonly isFiltered: boolean; @@ -6040,9 +6128,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsAssetDetails (474) + * @name PalletAssetsAssetDetails (494) */ - export interface PalletAssetsAssetDetails extends Struct { + interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; readonly admin: AccountId20; @@ -6058,9 +6146,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsAssetAccount (476) + * @name PalletAssetsAssetAccount (496) */ - export interface PalletAssetsAssetAccount extends Struct { + interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly isFrozen: bool; readonly reason: PalletAssetsExistenceReason; @@ -6068,9 +6156,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsExistenceReason (477) + * @name PalletAssetsExistenceReason (497) */ - export interface PalletAssetsExistenceReason extends Enum { + interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; readonly isDepositHeld: boolean; @@ -6080,17 +6168,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsApproval (479) + * @name PalletAssetsApproval (499) */ - export interface PalletAssetsApproval extends Struct { + interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } /** - * @name PalletAssetsAssetMetadata (480) + * @name PalletAssetsAssetMetadata (500) */ - export interface PalletAssetsAssetMetadata extends Struct { + interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; readonly symbol: Bytes; @@ -6099,9 +6187,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetsError (482) + * @name PalletAssetsError (502) */ - export interface PalletAssetsError extends Enum { + interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; readonly isNoPermission: boolean; @@ -6136,17 +6224,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletAssetManagerAssetInfo (483) + * @name PalletAssetManagerAssetInfo (503) */ - export interface PalletAssetManagerAssetInfo extends Struct { + interface PalletAssetManagerAssetInfo extends Struct { readonly creator: AccountId20; readonly deposit: u128; } /** - * @name PalletAssetManagerError (485) + * @name PalletAssetManagerError (505) */ - export interface PalletAssetManagerError extends Enum { + interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; readonly isAssetDoesNotExist: boolean; @@ -6167,9 +6255,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name OrmlXtokensModuleError (486) + * @name OrmlXtokensModuleError (506) */ - export interface OrmlXtokensModuleError extends Enum { + interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; readonly isInvalidDest: boolean; @@ -6212,9 +6300,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletXcmTransactorError (487) + * @name PalletXcmTransactorError (507) */ - export interface PalletXcmTransactorError extends Enum { + interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; readonly isNotOwner: boolean; @@ -6265,17 +6353,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestState (489) + * @name PalletRandomnessRequestState (509) */ - export interface PalletRandomnessRequestState extends Struct { + interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } /** - * @name PalletRandomnessRequest (490) + * @name PalletRandomnessRequest (510) */ - export interface PalletRandomnessRequest extends Struct { + interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; readonly fee: u128; @@ -6286,9 +6374,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestInfo (491) + * @name PalletRandomnessRequestInfo (511) */ - export interface PalletRandomnessRequestInfo extends Enum { + interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; readonly isLocal: boolean; @@ -6297,9 +6385,9 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRequestType (492) + * @name PalletRandomnessRequestType (512) */ - export interface PalletRandomnessRequestType extends Enum { + interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; readonly isLocal: boolean; @@ -6308,17 +6396,17 @@ declare module "@polkadot/types/lookup" { } /** - * @name PalletRandomnessRandomnessResult (493) + * @name PalletRandomnessRandomnessResult (513) */ - export interface PalletRandomnessRandomnessResult extends Struct { + interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } /** - * @name PalletRandomnessError (494) + * @name PalletRandomnessError (514) */ - export interface PalletRandomnessError extends Enum { + interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; readonly isMustRequestAtLeastOneWord: boolean; @@ -6347,42 +6435,42 @@ declare module "@polkadot/types/lookup" { } /** - * @name AccountEthereumSignature (496) + * @name AccountEthereumSignature (516) */ - export interface AccountEthereumSignature extends SpCoreEcdsaSignature {} + interface AccountEthereumSignature extends SpCoreEcdsaSignature {} /** - * @name FrameSystemExtensionsCheckSpecVersion (498) + * @name FrameSystemExtensionsCheckSpecVersion (518) */ - export type FrameSystemExtensionsCheckSpecVersion = Null; + type FrameSystemExtensionsCheckSpecVersion = Null; /** - * @name FrameSystemExtensionsCheckTxVersion (499) + * @name FrameSystemExtensionsCheckTxVersion (519) */ - export type FrameSystemExtensionsCheckTxVersion = Null; + type FrameSystemExtensionsCheckTxVersion = Null; /** - * @name FrameSystemExtensionsCheckGenesis (500) + * @name FrameSystemExtensionsCheckGenesis (520) */ - export type FrameSystemExtensionsCheckGenesis = Null; + type FrameSystemExtensionsCheckGenesis = Null; /** - * @name FrameSystemExtensionsCheckNonce (503) + * @name FrameSystemExtensionsCheckNonce (523) */ - export interface FrameSystemExtensionsCheckNonce extends Compact {} + interface FrameSystemExtensionsCheckNonce extends Compact {} /** - * @name FrameSystemExtensionsCheckWeight (504) + * @name FrameSystemExtensionsCheckWeight (524) */ - export type FrameSystemExtensionsCheckWeight = Null; + type FrameSystemExtensionsCheckWeight = Null; /** - * @name PalletTransactionPaymentChargeTransactionPayment (505) + * @name PalletTransactionPaymentChargeTransactionPayment (525) */ - export interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} + interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} /** - * @name MoonriverRuntimeRuntime (507) + * @name MoonriverRuntimeRuntime (527) */ - export type MoonriverRuntimeRuntime = Null; + type MoonriverRuntimeRuntime = Null; } // declare module