diff --git a/package.json b/package.json index eacfbf908..2bfcf8af0 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ "update-pjs-deps": "substrate-update-pjs-deps && yarn" }, "dependencies": { - "@polkadot/api": "^8.14.1", - "@polkadot/util-crypto": "^10.1.1", + "@polkadot/api": "^9.0.1", + "@polkadot/util-crypto": "^10.1.2", "@substrate/calc": "^0.2.8", "argparse": "^2.0.1", "confmgr": "1.0.9", diff --git a/src/services/transaction/TransactionDryRunService.ts b/src/services/transaction/TransactionDryRunService.ts index b4934723a..e1e34d3a2 100644 --- a/src/services/transaction/TransactionDryRunService.ts +++ b/src/services/transaction/TransactionDryRunService.ts @@ -44,11 +44,11 @@ export class TransactionDryRunService extends AbstractService { result: applyExtrinsicResult.asOk, }; } else { - const { asError } = applyExtrinsicResult; + const { asErr } = applyExtrinsicResult; dryRunResult = { resultType: TransactionResultType.TransactionValidityError, - result: asError.isInvalid ? asError.asInvalid : asError.asUnknown, - validityErrorType: asError.isInvalid + result: asErr.isInvalid ? asErr.asInvalid : asErr.asUnknown, + validityErrorType: asErr.isInvalid ? ValidityErrorType.Invalid : ValidityErrorType.Unknown, }; diff --git a/yarn.lock b/yarn.lock index f6befe727..93b0db1c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -787,257 +787,257 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/api-augment@npm:8.14.1" +"@polkadot/api-augment@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/api-augment@npm:9.0.1" 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 - checksum: 8763eff8e206e021ed77b950691aeee8535d8b9c988e77a6803a0929eb5a8752b6dc2100450d699fb262e8a3c9171777f19204e5b2b2b21c989f751f6d645198 + "@polkadot/api-base": 9.0.1 + "@polkadot/rpc-augment": 9.0.1 + "@polkadot/types": 9.0.1 + "@polkadot/types-augment": 9.0.1 + "@polkadot/types-codec": 9.0.1 + "@polkadot/util": ^10.1.2 + checksum: 9755ca7d8b345a0bf7cbe8cee0ee4404ff96650d8a8ddef5b7637c98ebd2123692961581fbc405db5b4f64c33257b1ba3a4390e979841939e1a3e38a9c37b5f6 languageName: node linkType: hard -"@polkadot/api-base@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/api-base@npm:8.14.1" +"@polkadot/api-base@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/api-base@npm:9.0.1" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/rpc-core": 8.14.1 - "@polkadot/types": 8.14.1 - "@polkadot/util": ^10.1.1 + "@polkadot/rpc-core": 9.0.1 + "@polkadot/types": 9.0.1 + "@polkadot/util": ^10.1.2 rxjs: ^7.5.6 - checksum: 38468ee7f5e9dbc9c7ebc7c3f280a8f057a0095da8ae6b62b9face7ea8cd398e1ec194bb06ee62ed4d8a34d1784b7c1ee543b267d1b713493d047638b423eb03 + checksum: df175d13f9a7a488675a98a8aa0a23cf5dbe106f530ad1eb1fa203e73b21139f17301fd8a6d1a9ce491ea02b1f9329b26ca306d8d5691baf0f872fa28291e517 languageName: node linkType: hard -"@polkadot/api-derive@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/api-derive@npm:8.14.1" +"@polkadot/api-derive@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/api-derive@npm:9.0.1" 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 + "@polkadot/api": 9.0.1 + "@polkadot/api-augment": 9.0.1 + "@polkadot/api-base": 9.0.1 + "@polkadot/rpc-core": 9.0.1 + "@polkadot/types": 9.0.1 + "@polkadot/types-codec": 9.0.1 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 rxjs: ^7.5.6 - checksum: 5e25c87727e246b7c0e9f676d0a877c170b7649f03aa45f7aaa27d6113789f5724eac5eda67bbdbdaa9062bfdcce80f910e29f2c1f6fe9c8f4f44b5dca08338c + checksum: 4b88deae8a9da98073138735afbd94438f5a62a910fb00e252ef18b8ccb6653843bdf6700279c8eaa19d5c2bace3882014f051d0285914c7c583dc0f741703a5 languageName: node linkType: hard -"@polkadot/api@npm:8.14.1, @polkadot/api@npm:^8.14.1": - version: 8.14.1 - resolution: "@polkadot/api@npm:8.14.1" +"@polkadot/api@npm:9.0.1, @polkadot/api@npm:^9.0.1": + version: 9.0.1 + resolution: "@polkadot/api@npm:9.0.1" 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 + "@polkadot/api-augment": 9.0.1 + "@polkadot/api-base": 9.0.1 + "@polkadot/api-derive": 9.0.1 + "@polkadot/keyring": ^10.1.2 + "@polkadot/rpc-augment": 9.0.1 + "@polkadot/rpc-core": 9.0.1 + "@polkadot/rpc-provider": 9.0.1 + "@polkadot/types": 9.0.1 + "@polkadot/types-augment": 9.0.1 + "@polkadot/types-codec": 9.0.1 + "@polkadot/types-create": 9.0.1 + "@polkadot/types-known": 9.0.1 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 eventemitter3: ^4.0.7 rxjs: ^7.5.6 - checksum: 8aa2cca20c9ca96e9d03a0b4d77483b2dbed275d9c75f0736ac0b6e3d50b4d58429032ce846b5b597824d71f3beb88fd30e1dec385d23eab1c8d0308e40c0384 + checksum: d69a1d69a69645c77d4cdd466f6b858a500883aa3bb2f0bb4a4f63bf625ed9f4beef8ee8332a296d02f3521ffaff0cdbce496862757b59df3980e6d9b3d7b0ad languageName: node linkType: hard -"@polkadot/keyring@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/keyring@npm:10.1.1" +"@polkadot/keyring@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/keyring@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": 10.1.1 - "@polkadot/util-crypto": 10.1.1 + "@polkadot/util": 10.1.2 + "@polkadot/util-crypto": 10.1.2 peerDependencies: - "@polkadot/util": 10.1.1 - "@polkadot/util-crypto": 10.1.1 - checksum: 17be1a118dd6bd4e5698e3624d8533cb2785635b7e66696ebf7d88e9d97d8006dab04f63187778cc5c2453bb4cf2a21718763c2f171c03468753a2aa981faf34 + "@polkadot/util": 10.1.2 + "@polkadot/util-crypto": 10.1.2 + checksum: 5a9ec64fe3f3626d774a09c12add0d110237b034e0256684f3f38777279f925d41ea67340647445ec49208f228e25544f12663fed76feb544c3b6e66118c57d9 languageName: node linkType: hard -"@polkadot/networks@npm:10.1.1, @polkadot/networks@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/networks@npm:10.1.1" +"@polkadot/networks@npm:10.1.2, @polkadot/networks@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/networks@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": 10.1.1 - "@substrate/ss58-registry": ^1.24.0 - checksum: 78ec99c6d54981418659c2785e24815536ebf6745b32c1956159bb4510e587a8cb726cb7f35a64f589fa4f65b1de0eb12599ebe7f41442266e9b3030fe2f26da + "@polkadot/util": 10.1.2 + "@substrate/ss58-registry": ^1.25.0 + checksum: 030fbd6ba97b0a05e835d94b8977508d512c1db9fba074902dd08737c73e93ea6d7aff7f703d5bd1a226d2db815169f0ed5a0bf523ab394fd87811a00dbdce8c languageName: node linkType: hard -"@polkadot/rpc-augment@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/rpc-augment@npm:8.14.1" +"@polkadot/rpc-augment@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/rpc-augment@npm:9.0.1" 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 - checksum: 84e3c05e247ad6412f84ddc9c694831708fa62cbe0f779a3e14344a9321c5fb3bea23df6808b8f9ba5eece23f8138d6b6d08b12b63be797f1f387c81f979e3e6 + "@polkadot/rpc-core": 9.0.1 + "@polkadot/types": 9.0.1 + "@polkadot/types-codec": 9.0.1 + "@polkadot/util": ^10.1.2 + checksum: 3f32baa7406c530551c06ec4e17dfe5231b2a1f5907b982700855a4ec35f9b62aeb675b6a8519f35a561b5c76ac6b08ea07d90998da450241886b51594e280a6 languageName: node linkType: hard -"@polkadot/rpc-core@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/rpc-core@npm:8.14.1" +"@polkadot/rpc-core@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/rpc-core@npm:9.0.1" 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 + "@polkadot/rpc-augment": 9.0.1 + "@polkadot/rpc-provider": 9.0.1 + "@polkadot/types": 9.0.1 + "@polkadot/util": ^10.1.2 rxjs: ^7.5.6 - checksum: 46e94696e31bcc0394c0754f86f713ff9adc1b9bbcce0739ac425ac5dea86158b76acdbb7d0aaf95b6ebf00f110d4a836eaef481cdc51e53e12b383cae415f8b + checksum: 393522180dc768f3125324863f3ad76c2b063b554a0448d4666dcb52b59800d3e3ff92452e19759d8b0acf4fb96c9b7d5ed72169d15fab5bb6009f0bf8008e8e languageName: node linkType: hard -"@polkadot/rpc-provider@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/rpc-provider@npm:8.14.1" +"@polkadot/rpc-provider@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/rpc-provider@npm:9.0.1" 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 + "@polkadot/keyring": ^10.1.2 + "@polkadot/types": 9.0.1 + "@polkadot/types-support": 9.0.1 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 + "@polkadot/x-fetch": ^10.1.2 + "@polkadot/x-global": ^10.1.2 + "@polkadot/x-ws": ^10.1.2 "@substrate/connect": 0.7.9 eventemitter3: ^4.0.7 mock-socket: ^9.1.5 nock: ^13.2.9 - checksum: 8cbd09606efbdd00522101fbe71b48cbd820df5f83d2da1c63d503b61428c7456372c6e4f3d92f28700484dc7bc1c2ae2752b37dbeaa348ad93dc5cdb8f06b33 + checksum: ec253936b3405c19c4b92df845e2db7e97753fc6ef4d961117d533ff14a59014080c90ff72219900669d9e0580d40639f4b9a003fa8f723aeba0f27ac086ea08 languageName: node linkType: hard -"@polkadot/types-augment@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/types-augment@npm:8.14.1" +"@polkadot/types-augment@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/types-augment@npm:9.0.1" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/types": 8.14.1 - "@polkadot/types-codec": 8.14.1 - "@polkadot/util": ^10.1.1 - checksum: 504ee1506b1d07e1028f9ca3bd3978c83ff226d9223478ca64c215c1a63fc8d43e11d4c28b27ebd7878825dbc01b865a45ac8242717475bdd59e7ad61ce5e743 + "@polkadot/types": 9.0.1 + "@polkadot/types-codec": 9.0.1 + "@polkadot/util": ^10.1.2 + checksum: ce9bfd098f1bcc561b3cb4dc56dad1dea5c7af9c2075e1740eb3a2028269f88fb3a22633ec7f2653b4c58a48b340d3a6e315a6169b644ab2d6c5f5ead48b7802 languageName: node linkType: hard -"@polkadot/types-codec@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/types-codec@npm:8.14.1" +"@polkadot/types-codec@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/types-codec@npm:9.0.1" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": ^10.1.1 - "@polkadot/x-bigint": ^10.1.1 - checksum: 372587006c950732c9501b706cb41fb7af938a2c997118b692c4d1261d7f285eccf0ad76ee5e7ad8bd799a7b932837d033cdbc3255f256c299d3775e76ba9ae1 + "@polkadot/util": ^10.1.2 + "@polkadot/x-bigint": ^10.1.2 + checksum: 2da129395975d96696c48147d408c4f733f463e9ffea267121393338e2145a264f5f6b38aa8acfa29bb31d8fc1a63591ff23566f1ee0e2ef1d0110d8a38385e2 languageName: node linkType: hard -"@polkadot/types-create@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/types-create@npm:8.14.1" +"@polkadot/types-create@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/types-create@npm:9.0.1" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/types-codec": 8.14.1 - "@polkadot/util": ^10.1.1 - checksum: f4f2ad27e794e17d086b458e4b7b52d4c527e4ce37a80c40d8c78cecb811e831a4f6c6588ef4acb587e151feee74d4b7c81435981e97495afba289469b9b03d3 + "@polkadot/types-codec": 9.0.1 + "@polkadot/util": ^10.1.2 + checksum: 491c20a549357c83b868c08765769437fd347f3f62db1292371577242ede7713ff72326b6ea0f2795ffe8d630fd9a10a3c920e8a23cecef06d7d59b190b42f2e languageName: node linkType: hard -"@polkadot/types-known@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/types-known@npm:8.14.1" +"@polkadot/types-known@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/types-known@npm:9.0.1" 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 - checksum: c9eb2059c676b15eceb9559195c81db4e1b29440f67fd5a54fa2e7572c673650d1a9106c5ea7fd6d17597afc58243123de68cb2a602f8b87378eefec61fb36a7 + "@polkadot/networks": ^10.1.2 + "@polkadot/types": 9.0.1 + "@polkadot/types-codec": 9.0.1 + "@polkadot/types-create": 9.0.1 + "@polkadot/util": ^10.1.2 + checksum: 2632e4c63d1e95e48e069d8237ab66ce1da444ab798b29e40990a2bcece0ac0cb0aaad277bc8a6e37a98b830dbf3495fe6906aa761411acfa2ab439ab6bac669 languageName: node linkType: hard -"@polkadot/types-support@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/types-support@npm:8.14.1" +"@polkadot/types-support@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/types-support@npm:9.0.1" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/util": ^10.1.1 - checksum: 0397efb3c91b512c8189b072c9d0dfa38b0bd0461db5e55a130b11bf47a5b88b79040c95337e054bc54db4d9df2af1a86b4cddb3c1cbe859872292a1448769f8 + "@polkadot/util": ^10.1.2 + checksum: 4c9f06c42db1a8c090b16b8845712f651453995b32b33073efca635716a067ba5b9dcb924c1f44896bbef12afcfb4938bacd8ed1234a9271661dba4c0b35ccb8 languageName: node linkType: hard -"@polkadot/types@npm:8.14.1": - version: 8.14.1 - resolution: "@polkadot/types@npm:8.14.1" +"@polkadot/types@npm:9.0.1": + version: 9.0.1 + resolution: "@polkadot/types@npm:9.0.1" 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 + "@polkadot/keyring": ^10.1.2 + "@polkadot/types-augment": 9.0.1 + "@polkadot/types-codec": 9.0.1 + "@polkadot/types-create": 9.0.1 + "@polkadot/util": ^10.1.2 + "@polkadot/util-crypto": ^10.1.2 rxjs: ^7.5.6 - checksum: 26c78d0c2873d492f29cf9595c1e43de96a6622960b183e52141e8f687f6979470ad22e4d9b0ae6b1fe102c30b326b9645784812f68d284ae0ac8bd72e409163 + checksum: 02ed55b090d9f8653154c3ebc89fb3d87b82b232679be15b078460808aef940e5e8775785fb0a26356863721f075a0ab19b71a91bcf1f6f62a8477eef8d5aad9 languageName: node linkType: hard -"@polkadot/util-crypto@npm:10.1.1, @polkadot/util-crypto@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/util-crypto@npm:10.1.1" +"@polkadot/util-crypto@npm:10.1.2, @polkadot/util-crypto@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/util-crypto@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 "@noble/hashes": 1.1.2 "@noble/secp256k1": 1.6.3 - "@polkadot/networks": 10.1.1 - "@polkadot/util": 10.1.1 + "@polkadot/networks": 10.1.2 + "@polkadot/util": 10.1.2 "@polkadot/wasm-crypto": ^6.3.1 - "@polkadot/x-bigint": 10.1.1 - "@polkadot/x-randomvalues": 10.1.1 + "@polkadot/x-bigint": 10.1.2 + "@polkadot/x-randomvalues": 10.1.2 "@scure/base": 1.1.1 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 10.1.1 - checksum: f42345d1e0118a4544d88ac331a8bbff401195b48c02b4bd4a9e4df12527ea31c86852d700bbce391c3fd3ccfec3932b63c1596d808c10fde13e4ef898353ec0 + "@polkadot/util": 10.1.2 + checksum: f3f5045893628e96d6e2e0b4662c00fd857602d4e457a506fec72c336a00ff06e97ac1ab70539ec2dd110e91797360f752937032fead0272047742607da5dd30 languageName: node linkType: hard -"@polkadot/util@npm:10.1.1, @polkadot/util@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/util@npm:10.1.1" +"@polkadot/util@npm:10.1.2, @polkadot/util@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/util@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-bigint": 10.1.1 - "@polkadot/x-global": 10.1.1 - "@polkadot/x-textdecoder": 10.1.1 - "@polkadot/x-textencoder": 10.1.1 + "@polkadot/x-bigint": 10.1.2 + "@polkadot/x-global": 10.1.2 + "@polkadot/x-textdecoder": 10.1.2 + "@polkadot/x-textencoder": 10.1.2 "@types/bn.js": ^5.1.0 bn.js: ^5.2.1 - checksum: 360b29bd70315c354742605b0f461416d23a9971e3af7cd80d11c9a49c020b7834ebf6e2a3064f2e120c274f0844b1f56ed13ce1e963c58c7255d04f9f666516 + checksum: fd76295cc1d3cda17beff019074fc7e6eff74b4563d28a028e48a4b714592f1ab9f979b6d14245d3bec45a4318972834f0c5842f1f906611dd2ce228842e4899 languageName: node linkType: hard @@ -1119,76 +1119,76 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:10.1.1, @polkadot/x-bigint@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-bigint@npm:10.1.1" +"@polkadot/x-bigint@npm:10.1.2, @polkadot/x-bigint@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-bigint@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: 81d565ecc95b68cd37ce90b94049f35a3f9dda19e3d97497d7c615a793dd4cfe075ad0ac505332f738888cb97b8d4ac55160dfe736b528ced1e08f49bbac7634 + "@polkadot/x-global": 10.1.2 + checksum: b7108a0337f8421319a1f05e8602370d31223eba2d4ebf66bf78164a407a00d1e41bf45b6735a3b859e0a8457e4431ef1dd99db3c0031a3e1611d8ab13c6a588 languageName: node linkType: hard -"@polkadot/x-fetch@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-fetch@npm:10.1.1" +"@polkadot/x-fetch@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-fetch@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 + "@polkadot/x-global": 10.1.2 "@types/node-fetch": ^2.6.2 node-fetch: ^3.2.9 - checksum: a953b309fc97b4f766226c00f6e1d6e82cd1e2ff7a2bdf5f614162737139e2db1ae7b568757c533ff001fffef9f19e72cac34bf0e51831234ec5da956dd18ff9 + checksum: 78abb48306e35487bbdeee7d2df21e7b56dbc19f7f40244590d63a372bd27ed79665ebecaaeb519bc3dda4907b71e198b518649d15532e41c2314f98ccbba1dd languageName: node linkType: hard -"@polkadot/x-global@npm:10.1.1, @polkadot/x-global@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-global@npm:10.1.1" +"@polkadot/x-global@npm:10.1.2, @polkadot/x-global@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-global@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - checksum: bc928fc10ff1e12694fbec68ecca129169397b326dd4aaaf0342bd7be198a0f2907a232ce33b3ad2ca06d9c54e6e8d9190e1fef12696111d98ead53882e144fa + checksum: b6e1db20c3e38d939429ffaddb1b78dc354ac992e0b0a4fb66df34c88e2022973ded47451705552f455e75a528cf24adc8d8aae4b1bb5ac21a615693ba86da9c languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-randomvalues@npm:10.1.1" +"@polkadot/x-randomvalues@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-randomvalues@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: 5d38e54d7b473c91b3e85779f8c4eb361066d38ee8ea3cbded641f85e24c5e4bf176a8b50d751b0f8e76132e564e2691c21bce668b2b2fd86b437a2ee07acf9b + "@polkadot/x-global": 10.1.2 + checksum: 269c726a8a39555305b826abab165a8e969ee10c0987ea33c5f589909bfaec1c1e0ce4bcfadadc2c152d3993858b487b4731e8724e270afb63c92bf852ca05fb languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-textdecoder@npm:10.1.1" +"@polkadot/x-textdecoder@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-textdecoder@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: f632c203ad83fa7a33e87c955da4da4ab448d2798186fe15490d0419af9f26458ec5afea73e51ec08c704031daa2a1b1bae6aa1aa133b5057806a739bde79279 + "@polkadot/x-global": 10.1.2 + checksum: 252d03ad20f4945638fdac443874965d19c034f91704803a72bd739eedf01dd37ac24381a9d7595fed64ef2d2d30c98067f440c177cd114b7ec812c3c45a0550 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-textencoder@npm:10.1.1" +"@polkadot/x-textencoder@npm:10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-textencoder@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 - checksum: 528e768ca9b28b73b2564c0140aa9473492f30f2580c70b4ad549de34460271030b8cd24a93f567f982222705c0fca58cccf0fec3ace3f8191e292f5d5701794 + "@polkadot/x-global": 10.1.2 + checksum: ac53acfa931f55508b345a35a5d8e626195e92faeecf1706582ac9f7d3c0773cfb0a06aae4523c3408e3a29b1423b4fec279ab3b356a082c3a189ebf58997053 languageName: node linkType: hard -"@polkadot/x-ws@npm:^10.1.1": - version: 10.1.1 - resolution: "@polkadot/x-ws@npm:10.1.1" +"@polkadot/x-ws@npm:^10.1.2": + version: 10.1.2 + resolution: "@polkadot/x-ws@npm:10.1.2" dependencies: "@babel/runtime": ^7.18.9 - "@polkadot/x-global": 10.1.1 + "@polkadot/x-global": 10.1.2 "@types/websocket": ^1.0.5 websocket: ^1.0.34 - checksum: 35882293d39fe09d484db84735bfb70186bfb420462854c354313fdcb583cca747ffb74a5d6efe12fc1f45cde3c6336d4214a8d6e3b0bdd462d096fb2735ec9b + checksum: 08ac81dd877785b5eca8dccd147426720c775b7d610cb700800e14ebee0ce2a5bc5f970fa7b0cc01b595f48c780e9d17f6861053a4503ca9b321b888182b8274 languageName: node linkType: hard @@ -1221,8 +1221,8 @@ __metadata: version: 0.0.0-use.local resolution: "@substrate/api-sidecar@workspace:." dependencies: - "@polkadot/api": ^8.14.1 - "@polkadot/util-crypto": ^10.1.1 + "@polkadot/api": ^9.0.1 + "@polkadot/util-crypto": ^10.1.2 "@substrate/calc": ^0.2.8 "@substrate/dev": ^0.6.3 "@types/argparse": 2.0.10 @@ -1309,7 +1309,7 @@ __metadata: languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.24.0": +"@substrate/ss58-registry@npm:^1.25.0": version: 1.25.0 resolution: "@substrate/ss58-registry@npm:1.25.0" checksum: 87f6e29702154ace790489342a1157afd9b855bd79a5061472564fb0843addfe0c11c8cc46c7a35fddd5106bce8c1c9a9cace19822185ae5a1975f0f7504b9be