diff --git a/.changeset/metal-beds-hug.md b/.changeset/metal-beds-hug.md new file mode 100644 index 00000000..db3bfb84 --- /dev/null +++ b/.changeset/metal-beds-hug.md @@ -0,0 +1,8 @@ +--- +"@moonwall/types": patch +"@moonwall/util": patch +"@moonwall/cli": patch +"@moonwall/tests": patch +--- + +Package Update diff --git a/biome.json b/biome.json index 80500de7..3c9c687d 100644 --- a/biome.json +++ b/biome.json @@ -2,15 +2,14 @@ "$schema": "https://biomejs.dev/schemas/1.6.1/schema.json", "files": { "include": ["*.js", "*.ts", "*.json", "*.yml", "*.md"], - "ignore": ["./dist/*", "./node_modules/*"] + "ignore": ["./dist/*", "./node_modules/*", "package.json"] }, "organizeImports": { "enabled": false }, "formatter": { "enabled": true, - "indentStyle": "space", - "attributePosition": "multiline" + "indentStyle": "space" }, "javascript": { "formatter": { diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 00000000..32876bde Binary files /dev/null and b/bun.lockb differ diff --git a/package.json b/package.json index 36bacac0..f807429b 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "typecheck": "pnpm -r --filter='./packages/**' run typecheck" }, "devDependencies": { - "@biomejs/biome": "1.6.1", + "@biomejs/biome": "1.6.4", "@changesets/cli": "2.27.1", - "typescript": "5.4.2" + "typescript": "5.4.3" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index fc5e724f..4e3facbb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -58,16 +58,16 @@ "prepublish": "pnpm run build && pnpm run generate-types" }, "dependencies": { - "@acala-network/chopsticks": "0.9.10", + "@acala-network/chopsticks": "0.9.13", "@moonbeam-network/api-augment": "0.2801.0", "@moonwall/types": "workspace:*", "@moonwall/util": "workspace:*", - "@octokit/rest": "^20.0.2", - "@polkadot/api": "10.12.4", - "@polkadot/api-derive": "10.12.4", + "@octokit/rest": "^20.1.0", + "@polkadot/api": "10.12.6", + "@polkadot/api-derive": "10.12.6", "@polkadot/keyring": "12.6.2", - "@polkadot/types": "10.12.4", - "@polkadot/types-codec": "10.12.4", + "@polkadot/types": "10.12.6", + "@polkadot/types-codec": "10.12.6", "@polkadot/util": "12.6.2", "@polkadot/util-crypto": "12.6.2", "@vitest/ui": "1.4.0", @@ -81,40 +81,40 @@ "debug": "4.3.4", "dotenv": "16.4.5", "ethers": "6.11.1", - "get-port": "^7.0.0", - "inquirer": "9.2.16", + "get-port": "^7.1.0", + "inquirer": "9.2.17", "inquirer-press-to-continue": "1.2.0", "jsonc-parser": "3.2.1", - "minimatch": "9.0.3", + "minimatch": "9.0.4", "node-fetch": "3.3.2", "semver": "7.6.0", - "viem": "2.8.13", + "viem": "2.9.9", "vitest": "1.4.0", - "web3": "4.6.0", + "web3": "4.7.0", "web3-providers-ws": "^4.0.7", "ws": "8.16.0", "yaml": "2.4.1", "yargs": "17.7.2" }, "peerDependencies": { - "@acala-network/chopsticks": "0.9.10", - "@polkadot/api": "10.11.2", - "@vitest/ui": "1.2.2", - "vitest": "1.2.2" + "@acala-network/chopsticks": "^0.9.10", + "@polkadot/api": "^10.11.2", + "@vitest/ui": "^1.2.2", + "vitest": "^1.2.2" }, "devDependencies": { - "@biomejs/biome": "1.6.1", + "@biomejs/biome": "1.6.4", "@types/clear": "^0.1.4", "@types/cli-progress": "3.11.5", "@types/debug": "4.1.12", "@types/inquirer": "^9.0.7", - "@types/node": "20.11.30", + "@types/node": "20.12.4", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", "@types/yargs": "17.0.32", "tsup": "8.0.2", - "tsx": "4.7.1", - "typescript": "5.4.2" + "tsx": "4.7.2", + "typescript": "5.4.3" }, "publishConfig": { "access": "public" diff --git a/packages/types/package.json b/packages/types/package.json index 8156bdb5..91fa8861 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -47,37 +47,37 @@ "watch": "tsup src --format esm --watch", "lint": "pnpm biome lint ./src", "lint:fix": "pnpm biome lint ./src --apply", - "fmt": "biome format .", - "fmt:fix": "biome format . --write", + "fmt": "biome format src", + "fmt:fix": "biome format src --write", "prepublish": "pnpm run build && pnpm run generate-types", "schema": "typescript-json-schema --tsNodeRegister --esModuleInterop -o config_schema.json ./src/config.ts MoonwallConfig && pnpm biome format config_schema.json --write" }, "dependencies": { - "@polkadot/api": "10.12.4", - "@polkadot/api-base": "10.12.4", + "@polkadot/api": "10.12.6", + "@polkadot/api-base": "10.12.6", "@polkadot/keyring": "12.6.2", - "@polkadot/types": "10.12.4", + "@polkadot/types": "10.12.6", "@polkadot/util": "12.6.2", "@polkadot/util-crypto": "12.6.2", - "@types/node": "20.11.30", + "@types/node": "20.12.4", "@zombienet/utils": "0.0.24", "bottleneck": "2.19.5", "debug": "4.3.4", "ethers": "6.11.1", - "viem": "2.8.13", - "web3": "4.6.0" + "viem": "2.9.9", + "web3": "4.7.0" }, "peerDependencies": { - "@polkadot/api": "10.11.2" + "@polkadot/api": "^10.12.6" }, "publishConfig": { "access": "public" }, "devDependencies": { - "@biomejs/biome": "1.6.1", + "@biomejs/biome": "1.6.4", "@types/debug": "4.1.12", "tsup": "8.0.2", - "typescript": "5.4.2", + "typescript": "5.4.3", "typescript-json-schema": "0.63.0" } } diff --git a/packages/util/package.json b/packages/util/package.json index a6a80e88..0d96ba96 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -55,12 +55,12 @@ "dependencies": { "@moonbeam-network/api-augment": "0.2801.0", "@moonwall/types": "workspace:*", - "@polkadot/api": "10.12.4", - "@polkadot/api-derive": "10.12.4", + "@polkadot/api": "10.12.6", + "@polkadot/api-derive": "10.12.6", "@polkadot/keyring": "12.6.2", - "@polkadot/rpc-provider": "10.12.4", - "@polkadot/types": "10.12.4", - "@polkadot/types-codec": "10.12.4", + "@polkadot/rpc-provider": "10.12.6", + "@polkadot/types": "10.12.6", + "@polkadot/types-codec": "10.12.6", "@polkadot/util": "12.6.2", "@polkadot/util-crypto": "12.6.2", "bottleneck": "2.19.5", @@ -71,30 +71,30 @@ "debug": "4.3.4", "dotenv": "16.4.5", "ethers": "6.11.1", - "inquirer": "9.2.16", + "inquirer": "9.2.17", "inquirer-press-to-continue": "1.2.0", "node-fetch": "3.3.2", "rlp": "3.0.0", "semver": "7.6.0", - "viem": "2.8.13", + "viem": "2.9.9", "vitest": "1.4.0", - "web3": "4.6.0", + "web3": "4.7.0", "ws": "8.16.0", "yaml": "2.4.1", "yargs": "17.7.2" }, "peerDependencies": { - "@polkadot/api": "10.11.2", - "vitest": "1.2.2" + "@polkadot/api": "^10.11.2", + "vitest": "^1.2.2" }, "devDependencies": { - "@biomejs/biome": "1.6.1", + "@biomejs/biome": "1.6.4", "@types/debug": "4.1.12", - "@types/node": "20.11.30", + "@types/node": "20.12.4", "@types/ws": "^8.5.10", "@types/yargs": "17.0.32", "tsup": "8.0.2", - "typescript": "5.4.2" + "typescript": "5.4.3" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 70f507e1..309603f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,14 +9,14 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: 1.6.1 - version: 1.6.1 + specifier: 1.6.4 + version: 1.6.4 '@changesets/cli': specifier: 2.27.1 version: 2.27.1 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.3 + version: 5.4.3 docs: dependencies: @@ -29,13 +29,13 @@ importers: devDependencies: vitepress: specifier: 1.0.0-rc.44 - version: 1.0.0-rc.44(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.4.2) + version: 1.0.0-rc.44(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.4.3) packages/cli: dependencies: '@acala-network/chopsticks': - specifier: 0.9.10 - version: 0.9.10(debug@4.3.4) + specifier: 0.9.13 + version: 0.9.13(debug@4.3.4) '@moonbeam-network/api-augment': specifier: 0.2801.0 version: 0.2801.0 @@ -46,23 +46,23 @@ importers: specifier: workspace:* version: link:../util '@octokit/rest': - specifier: ^20.0.2 - version: 20.0.2 + specifier: ^20.1.0 + version: 20.1.0 '@polkadot/api': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/api-derive': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/keyring': specifier: 12.6.2 version: 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) '@polkadot/types': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/types-codec': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/util': specifier: 12.6.2 version: 12.6.2 @@ -74,10 +74,10 @@ importers: version: 1.4.0(vitest@1.4.0) '@zombienet/orchestrator': specifier: 0.0.76 - version: 0.0.76(@polkadot/util@12.6.2)(@types/node@20.11.30) + version: 0.0.76(@polkadot/util@12.6.2)(@types/node@20.12.4) '@zombienet/utils': specifier: 0.0.24 - version: 0.0.24(@types/node@20.11.30)(typescript@5.4.2) + version: 0.0.24(@types/node@20.12.4)(typescript@5.4.3) bottleneck: specifier: 2.19.5 version: 2.19.5 @@ -103,20 +103,20 @@ importers: specifier: 6.11.1 version: 6.11.1 get-port: - specifier: ^7.0.0 - version: 7.0.0 + specifier: ^7.1.0 + version: 7.1.0 inquirer: - specifier: 9.2.16 - version: 9.2.16 + specifier: 9.2.17 + version: 9.2.17 inquirer-press-to-continue: specifier: 1.2.0 - version: 1.2.0(inquirer@9.2.16) + version: 1.2.0(inquirer@9.2.17) jsonc-parser: specifier: 3.2.1 version: 3.2.1 minimatch: - specifier: 9.0.3 - version: 9.0.3 + specifier: 9.0.4 + version: 9.0.4 node-fetch: specifier: 3.3.2 version: 3.3.2 @@ -124,14 +124,14 @@ importers: specifier: 7.6.0 version: 7.6.0 viem: - specifier: 2.8.13 - version: 2.8.13(typescript@5.4.2) + specifier: 2.9.9 + version: 2.9.9(typescript@5.4.3) vitest: specifier: 1.4.0 - version: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + version: 1.4.0(@types/node@20.12.4)(@vitest/ui@1.4.0) web3: - specifier: 4.6.0 - version: 4.6.0(typescript@5.4.2) + specifier: 4.7.0 + version: 4.7.0(typescript@5.4.3) web3-providers-ws: specifier: ^4.0.7 version: 4.0.7 @@ -146,8 +146,8 @@ importers: version: 17.7.2 devDependencies: '@biomejs/biome': - specifier: 1.6.1 - version: 1.6.1 + specifier: 1.6.4 + version: 1.6.4 '@types/clear': specifier: ^0.1.4 version: 0.1.4 @@ -161,8 +161,8 @@ importers: specifier: ^9.0.7 version: 9.0.7 '@types/node': - specifier: 20.11.30 - version: 20.11.30 + specifier: 20.12.4 + version: 20.12.4 '@types/semver': specifier: ^7.5.8 version: 7.5.8 @@ -174,28 +174,28 @@ importers: version: 17.0.32 tsup: specifier: 8.0.2 - version: 8.0.2(typescript@5.4.2) + version: 8.0.2(typescript@5.4.3) tsx: - specifier: 4.7.1 - version: 4.7.1 + specifier: 4.7.2 + version: 4.7.2 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.3 + version: 5.4.3 packages/types: dependencies: '@polkadot/api': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/api-base': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/keyring': specifier: 12.6.2 version: 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) '@polkadot/types': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/util': specifier: 12.6.2 version: 12.6.2 @@ -203,11 +203,11 @@ importers: specifier: 12.6.2 version: 12.6.2(@polkadot/util@12.6.2) '@types/node': - specifier: 20.11.30 - version: 20.11.30 + specifier: 20.12.4 + version: 20.12.4 '@zombienet/utils': specifier: 0.0.24 - version: 0.0.24(@types/node@20.11.30)(typescript@5.4.2) + version: 0.0.24(@types/node@20.12.4)(typescript@5.4.3) bottleneck: specifier: 2.19.5 version: 2.19.5 @@ -218,24 +218,24 @@ importers: specifier: 6.11.1 version: 6.11.1 viem: - specifier: 2.8.13 - version: 2.8.13(typescript@5.4.2) + specifier: 2.9.9 + version: 2.9.9(typescript@5.4.3) web3: - specifier: 4.6.0 - version: 4.6.0(typescript@5.4.2) + specifier: 4.7.0 + version: 4.7.0(typescript@5.4.3) devDependencies: '@biomejs/biome': - specifier: 1.6.1 - version: 1.6.1 + specifier: 1.6.4 + version: 1.6.4 '@types/debug': specifier: 4.1.12 version: 4.1.12 tsup: specifier: 8.0.2 - version: 8.0.2(typescript@5.4.2) + version: 8.0.2(typescript@5.4.3) typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.3 + version: 5.4.3 typescript-json-schema: specifier: 0.63.0 version: 0.63.0 @@ -249,23 +249,23 @@ importers: specifier: workspace:* version: link:../types '@polkadot/api': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/api-derive': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/keyring': specifier: 12.6.2 version: 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) '@polkadot/rpc-provider': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/types': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/types-codec': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/util': specifier: 12.6.2 version: 12.6.2 @@ -297,11 +297,11 @@ importers: specifier: 6.11.1 version: 6.11.1 inquirer: - specifier: 9.2.16 - version: 9.2.16 + specifier: 9.2.17 + version: 9.2.17 inquirer-press-to-continue: specifier: 1.2.0 - version: 1.2.0(inquirer@9.2.16) + version: 1.2.0(inquirer@9.2.17) node-fetch: specifier: 3.3.2 version: 3.3.2 @@ -312,14 +312,14 @@ importers: specifier: 7.6.0 version: 7.6.0 viem: - specifier: 2.8.13 - version: 2.8.13(typescript@5.4.2) + specifier: 2.9.9 + version: 2.9.9(typescript@5.4.3) vitest: specifier: 1.4.0 - version: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + version: 1.4.0(@types/node@20.12.4)(@vitest/ui@1.4.0) web3: - specifier: 4.6.0 - version: 4.6.0(typescript@5.4.2) + specifier: 4.7.0 + version: 4.7.0(typescript@5.4.3) ws: specifier: 8.16.0 version: 8.16.0 @@ -331,14 +331,14 @@ importers: version: 17.7.2 devDependencies: '@biomejs/biome': - specifier: 1.6.1 - version: 1.6.1 + specifier: 1.6.4 + version: 1.6.4 '@types/debug': specifier: 4.1.12 version: 4.1.12 '@types/node': - specifier: 20.11.30 - version: 20.11.30 + specifier: 20.12.4 + version: 20.12.4 '@types/ws': specifier: ^8.5.10 version: 8.5.10 @@ -347,26 +347,26 @@ importers: version: 17.0.32 tsup: specifier: 8.0.2 - version: 8.0.2(typescript@5.4.2) + version: 8.0.2(typescript@5.4.3) typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.3 + version: 5.4.3 test: dependencies: '@types/bun': - specifier: ^1.0.8 - version: 1.0.8 + specifier: ^1.0.12 + version: 1.0.12 inquirer: - specifier: 9.2.16 - version: 9.2.16 + specifier: 9.2.17 + version: 9.2.17 devDependencies: '@acala-network/chopsticks': - specifier: 0.9.10 - version: 0.9.10(debug@4.3.4) + specifier: 0.9.13 + version: 0.9.13(debug@4.3.4) '@biomejs/biome': - specifier: 1.6.1 - version: 1.6.1 + specifier: 1.6.4 + version: 1.6.4 '@moonbeam-network/api-augment': specifier: 0.2801.0 version: 0.2801.0 @@ -383,8 +383,8 @@ importers: specifier: 4.9.3 version: 4.9.3 '@polkadot/api': - specifier: 10.12.4 - version: 10.12.4 + specifier: 10.12.6 + version: 10.12.6 '@polkadot/util': specifier: 12.6.2 version: 12.6.2 @@ -392,8 +392,8 @@ importers: specifier: ^9.0.7 version: 9.0.7 '@types/node': - specifier: 20.11.30 - version: 20.11.30 + specifier: 20.12.4 + version: 20.12.4 '@types/yargs': specifier: 17.0.32 version: 17.0.32 @@ -410,40 +410,40 @@ importers: specifier: 6.11.1 version: 6.11.1 pnpm: - specifier: 8.15.5 - version: 8.15.5 + specifier: 8.15.6 + version: 8.15.6 solc: - specifier: 0.8.24 - version: 0.8.24 + specifier: 0.8.25 + version: 0.8.25 tsx: - specifier: 4.7.1 - version: 4.7.1 + specifier: 4.7.2 + version: 4.7.2 typescript: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.4.3 + version: 5.4.3 viem: - specifier: 2.8.13 - version: 2.8.13(typescript@5.4.2) + specifier: 2.9.9 + version: 2.9.9(typescript@5.4.3) vitest: specifier: 1.4.0 - version: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + version: 1.4.0(@types/node@20.12.4)(@vitest/ui@1.4.0) web3: - specifier: 4.6.0 - version: 4.6.0(typescript@5.4.2) + specifier: 4.7.0 + version: 4.7.0(typescript@5.4.3) yargs: specifier: 17.7.2 version: 17.7.2 packages: - /@acala-network/chopsticks-core@0.9.10: - resolution: {integrity: sha512-AJ0tcUl8oGxf+b8ReJzaEugea8fejzSkErtFl7WOxIVNyqRa6klo5IxcZSxj6oM3Q6sQ4rlRxvsrafcCQasNSg==} + /@acala-network/chopsticks-core@0.9.13: + resolution: {integrity: sha512-cuXTgg6hl9Jw6qHIxzsLd7rCWnfO+ZvCpFKx8MHCS6NXIyUj01O8S7vtz5B6pfDK8VoCKs8zEoOS/ahoTbDL/Q==} dependencies: - '@acala-network/chopsticks-executor': 0.9.10 - '@polkadot/rpc-provider': 10.12.4 - '@polkadot/types': 10.12.4 - '@polkadot/types-codec': 10.12.4 - '@polkadot/types-known': 10.12.3 + '@acala-network/chopsticks-executor': 0.9.13 + '@polkadot/rpc-provider': 10.12.6 + '@polkadot/types': 10.12.6 + '@polkadot/types-codec': 10.12.6 + '@polkadot/types-known': 10.12.6 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) comlink: 4.4.1 @@ -451,7 +451,7 @@ packages: lodash: 4.17.21 lru-cache: 10.2.0 pino: 8.19.0 - pino-pretty: 10.3.1 + pino-pretty: 11.0.0 rxjs: 7.8.1 zod: 3.22.4 transitivePeerDependencies: @@ -459,10 +459,10 @@ packages: - supports-color - utf-8-validate - /@acala-network/chopsticks-db@0.9.10: - resolution: {integrity: sha512-1uB30N8plKFbNqXxWoUnbQ0lizDiKTS3+SVmoMOPRiN6h/es1Tsl78JrG81wLxWB85laDt/E2QWkXxEYFAM1qQ==} + /@acala-network/chopsticks-db@0.9.13: + resolution: {integrity: sha512-Ipc3N9cxzSdrgyvDgcQDapnqN/hJpXsJ/WtDnhiQ8AbX2jZH9fd3kWMBvMRsUYx8TrT5HlQE7EryxTGYdy/y/A==} dependencies: - '@acala-network/chopsticks-core': 0.9.10 + '@acala-network/chopsticks-core': 0.9.13 '@polkadot/util': 12.6.2 idb: 8.0.0 sqlite3: 5.1.7 @@ -489,21 +489,21 @@ packages: - typeorm-aurora-data-api-driver - utf-8-validate - /@acala-network/chopsticks-executor@0.9.10: - resolution: {integrity: sha512-tJgLkrxpwH6BaCfHIjihZrPsBWT7jMJWcn6AHP4f6KTWbJUGYH4Tl0pZDyGjJjHV1kA5esY8S0tRRgWlPZK97g==} + /@acala-network/chopsticks-executor@0.9.13: + resolution: {integrity: sha512-3Wl9YuHcEV0xJUyXOQrAil3knu4GDJqKwJX5OiQBYxfuAYals0GyAP1q5GMzALmMkPt1GCyAkam3zjcdzXWTXQ==} dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - /@acala-network/chopsticks@0.9.10(debug@4.3.4): - resolution: {integrity: sha512-fh5/Sdb878rBivvlxA01rdyUGRMKL5rIdlsoeisYvaWwO6pVfbYtsjaKRUAzqn2JA0cfhF22CM7b0CR6zVT2CQ==} + /@acala-network/chopsticks@0.9.13(debug@4.3.4): + resolution: {integrity: sha512-8KY6fEO+6ErCttzKpHssifClijoq7FSenTy00Rut6EPTMYKOlrz+DMRsi9TO9vIEm9oUro9wjCUhQVh8hUMcuw==} hasBin: true dependencies: - '@acala-network/chopsticks-core': 0.9.10 - '@acala-network/chopsticks-db': 0.9.10 + '@acala-network/chopsticks-core': 0.9.13 + '@acala-network/chopsticks-db': 0.9.13 '@pnpm/npm-conf': 2.2.2 - '@polkadot/api-augment': 10.12.3 - '@polkadot/types': 10.12.4 + '@polkadot/api-augment': 10.12.6 + '@polkadot/types': 10.12.6 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) axios: 1.6.8(debug@4.3.4) @@ -731,88 +731,88 @@ packages: to-fast-properties: 2.0.0 dev: true - /@biomejs/biome@1.6.1: - resolution: {integrity: sha512-SILQvA2S0XeaOuu1bivv6fQmMo7zMfr2xqDEN+Sz78pGbAKZnGmg0emsXjQWoBY/RVm9kPCgX+aGEpZZTYaM7w==} - engines: {node: '>=14.*'} + /@biomejs/biome@1.6.4: + resolution: {integrity: sha512-3groVd2oWsLC0ZU+XXgHSNbq31lUcOCBkCcA7sAQGBopHcmL+jmmdoWlY3S61zIh+f2mqQTQte1g6PZKb3JJjA==} + engines: {node: '>=14.21.3'} hasBin: true requiresBuild: true optionalDependencies: - '@biomejs/cli-darwin-arm64': 1.6.1 - '@biomejs/cli-darwin-x64': 1.6.1 - '@biomejs/cli-linux-arm64': 1.6.1 - '@biomejs/cli-linux-arm64-musl': 1.6.1 - '@biomejs/cli-linux-x64': 1.6.1 - '@biomejs/cli-linux-x64-musl': 1.6.1 - '@biomejs/cli-win32-arm64': 1.6.1 - '@biomejs/cli-win32-x64': 1.6.1 - dev: true - - /@biomejs/cli-darwin-arm64@1.6.1: - resolution: {integrity: sha512-KlvY00iB9T/vFi4m/GXxEyYkYnYy6aw06uapzUIIdiMMj7I/pmZu7CsZlzWdekVD0j+SsQbxdZMsb0wPhnRSsg==} - engines: {node: '>=14.*'} + '@biomejs/cli-darwin-arm64': 1.6.4 + '@biomejs/cli-darwin-x64': 1.6.4 + '@biomejs/cli-linux-arm64': 1.6.4 + '@biomejs/cli-linux-arm64-musl': 1.6.4 + '@biomejs/cli-linux-x64': 1.6.4 + '@biomejs/cli-linux-x64-musl': 1.6.4 + '@biomejs/cli-win32-arm64': 1.6.4 + '@biomejs/cli-win32-x64': 1.6.4 + dev: true + + /@biomejs/cli-darwin-arm64@1.6.4: + resolution: {integrity: sha512-2WZef8byI9NRzGajGj5RTrroW9BxtfbP9etigW1QGAtwu/6+cLkdPOWRAs7uFtaxBNiKFYA8j/BxV5zeAo5QOQ==} + engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@biomejs/cli-darwin-x64@1.6.1: - resolution: {integrity: sha512-jP4E8TXaQX5e3nvRJSzB+qicZrdIDCrjR0sSb1DaDTx4JPZH5WXq/BlTqAyWi3IijM+IYMjWqAAK4kOHsSCzxw==} - engines: {node: '>=14.*'} + /@biomejs/cli-darwin-x64@1.6.4: + resolution: {integrity: sha512-uo1zgM7jvzcoDpF6dbGizejDLCqNpUIRkCj/oEK0PB0NUw8re/cn1EnxuOLZqDpn+8G75COLQTOx8UQIBBN/Kg==} + engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@biomejs/cli-linux-arm64-musl@1.6.1: - resolution: {integrity: sha512-YdkDgFecdHJg7PJxAMaZIixVWGB6St4yH08BHagO0fEhNNiY8cAKEVo2mcXlsnEiTMpeSEAY9VxLUrVT3IVxpw==} - engines: {node: '>=14.*'} + /@biomejs/cli-linux-arm64-musl@1.6.4: + resolution: {integrity: sha512-Hp8Jwt6rjj0wCcYAEN6/cfwrrPLLlGOXZ56Lei4Pt4jy39+UuPeAVFPeclrrCfxyL1wQ2xPrhd/saTHSL6DoJg==} + engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@biomejs/cli-linux-arm64@1.6.1: - resolution: {integrity: sha512-nxD1UyX3bWSl/RSKlib/JsOmt+652/9yieogdSC/UTLgVCZYOF7u8L/LK7kAa0Y4nA8zSPavAQTgko7mHC2ObA==} - engines: {node: '>=14.*'} + /@biomejs/cli-linux-arm64@1.6.4: + resolution: {integrity: sha512-wAOieaMNIpLrxGc2/xNvM//CIZg7ueWy3V5A4T7gDZ3OL/Go27EKE59a+vMKsBCYmTt7jFl4yHz0TUkUbodA/w==} + engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@biomejs/cli-linux-x64-musl@1.6.1: - resolution: {integrity: sha512-aSISIDmxq04NNy7tm4x9rBk2vH0ub2VDIE4outEmdC2LBtEJoINiphlZagx/FvjbsqUfygent9QUSn0oREnAXg==} - engines: {node: '>=14.*'} + /@biomejs/cli-linux-x64-musl@1.6.4: + resolution: {integrity: sha512-wqi0hr8KAx5kBO0B+m5u8QqiYFFBJOSJVSuRqTeGWW+GYLVUtXNidykNqf1JsW6jJDpbkSp2xHKE/bTlVaG2Kg==} + engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@biomejs/cli-linux-x64@1.6.1: - resolution: {integrity: sha512-BYAzenlMF3QdngjNFw9QVBXKGNzeecqwF3pwDgUGEvU7OJpn1/lyVkJVxYPtVGRNdjQ9e6l/s8NjKuBpW/ZR4Q==} - engines: {node: '>=14.*'} + /@biomejs/cli-linux-x64@1.6.4: + resolution: {integrity: sha512-qTWhuIw+/ePvOkjE9Zxf5OqSCYxtAvcTJtVmZT8YQnmY2I62JKNV2m7tf6O5ViKZUOP0mOQ6NgqHKcHH1eT8jw==} + engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@biomejs/cli-win32-arm64@1.6.1: - resolution: {integrity: sha512-/eCHQKZ1kEawUpkSuXq4urtxMsD1P1678OPG3zNKt3ru16AqqspLdO3jzBe3k74xCPYnQ36e9Yqc97Mo0qgPtg==} - engines: {node: '>=14.*'} + /@biomejs/cli-win32-arm64@1.6.4: + resolution: {integrity: sha512-Wp3FiEeF6v6C5qMfLkHwf4YsoNHr/n0efvoC8jCKO/kX05OXaVExj+1uVQ1eGT7Pvx0XVm/TLprRO0vq/V6UzA==} + engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /@biomejs/cli-win32-x64@1.6.1: - resolution: {integrity: sha512-5TUZbzBwnDLFxLVGEPsorNi6eC2Gt+z4Oei9Qvq0M/4c4/mjZ96ABgwao/tMxf4ZBr/qyy2YdvF+gX9Rc+xC0A==} - engines: {node: '>=14.*'} + /@biomejs/cli-win32-x64@1.6.4: + resolution: {integrity: sha512-mz183Di5hTSGP7KjNWEhivcP1wnHLGmOxEROvoFsIxMYtDhzJDad4k5gI/1JbmA0xe4n52vsgqo09tBhrMT/Zg==} + engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] requiresBuild: true @@ -1415,7 +1415,7 @@ packages: '@octokit/graphql': 7.0.2 '@octokit/request': 8.2.0 '@octokit/request-error': 5.0.1 - '@octokit/types': 12.5.0 + '@octokit/types': 12.6.0 before-after-hook: 2.2.3 universal-user-agent: 6.0.1 dev: false @@ -1424,7 +1424,7 @@ packages: resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 12.5.0 + '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 dev: false @@ -1433,48 +1433,48 @@ packages: engines: {node: '>= 18'} dependencies: '@octokit/request': 8.2.0 - '@octokit/types': 12.5.0 + '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 dev: false - /@octokit/openapi-types@19.1.0: - resolution: {integrity: sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==} + /@octokit/openapi-types@20.0.0: + resolution: {integrity: sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==} dev: false - /@octokit/plugin-paginate-rest@9.1.5(@octokit/core@5.1.0): - resolution: {integrity: sha512-WKTQXxK+bu49qzwv4qKbMMRXej1DU2gq017euWyKVudA6MldaSSQuxtz+vGbhxV4CjxpUxjZu6rM2wfc1FiWVg==} + /@octokit/plugin-paginate-rest@9.2.1(@octokit/core@5.1.0): + resolution: {integrity: sha512-wfGhE/TAkXZRLjksFXuDZdmGnJQHvtU/joFQdweXUgzo1XwvBCD4o4+75NtFfjfLK5IwLf9vHTfSiU3sLRYpRw==} engines: {node: '>= 18'} peerDependencies: - '@octokit/core': '>=5' + '@octokit/core': '5' dependencies: '@octokit/core': 5.1.0 - '@octokit/types': 12.5.0 + '@octokit/types': 12.6.0 dev: false - /@octokit/plugin-request-log@4.0.0(@octokit/core@5.1.0): - resolution: {integrity: sha512-2uJI1COtYCq8Z4yNSnM231TgH50bRkheQ9+aH8TnZanB6QilOnx8RMD2qsnamSOXtDj0ilxvevf5fGsBhBBzKA==} + /@octokit/plugin-request-log@4.0.1(@octokit/core@5.1.0): + resolution: {integrity: sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA==} engines: {node: '>= 18'} peerDependencies: - '@octokit/core': '>=5' + '@octokit/core': '5' dependencies: '@octokit/core': 5.1.0 dev: false - /@octokit/plugin-rest-endpoint-methods@10.3.0(@octokit/core@5.1.0): - resolution: {integrity: sha512-c/fjpoHispRvBZuRoTVt/uALg7pXa9RQbXWJiDMk6NDkGNomuAZG7YuYYpZoxeoXv+kVRjIDTsO0e1z0pei+PQ==} + /@octokit/plugin-rest-endpoint-methods@10.4.1(@octokit/core@5.1.0): + resolution: {integrity: sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==} engines: {node: '>= 18'} peerDependencies: - '@octokit/core': '>=5' + '@octokit/core': '5' dependencies: '@octokit/core': 5.1.0 - '@octokit/types': 12.5.0 + '@octokit/types': 12.6.0 dev: false /@octokit/request-error@5.0.1: resolution: {integrity: sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==} engines: {node: '>= 18'} dependencies: - '@octokit/types': 12.5.0 + '@octokit/types': 12.6.0 deprecation: 2.3.1 once: 1.4.0 dev: false @@ -1485,24 +1485,24 @@ packages: dependencies: '@octokit/endpoint': 9.0.4 '@octokit/request-error': 5.0.1 - '@octokit/types': 12.5.0 + '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 dev: false - /@octokit/rest@20.0.2: - resolution: {integrity: sha512-Ux8NDgEraQ/DMAU1PlAohyfBBXDwhnX2j33Z1nJNziqAfHi70PuxkFYIcIt8aIAxtRE7KVuKp8lSR8pA0J5iOQ==} + /@octokit/rest@20.1.0: + resolution: {integrity: sha512-STVO3itHQLrp80lvcYB2UIKoeil5Ctsgd2s1AM+du3HqZIR35ZH7WE9HLwUOLXH0myA0y3AGNPo8gZtcgIbw0g==} engines: {node: '>= 18'} dependencies: '@octokit/core': 5.1.0 - '@octokit/plugin-paginate-rest': 9.1.5(@octokit/core@5.1.0) - '@octokit/plugin-request-log': 4.0.0(@octokit/core@5.1.0) - '@octokit/plugin-rest-endpoint-methods': 10.3.0(@octokit/core@5.1.0) + '@octokit/plugin-paginate-rest': 9.2.1(@octokit/core@5.1.0) + '@octokit/plugin-request-log': 4.0.1(@octokit/core@5.1.0) + '@octokit/plugin-rest-endpoint-methods': 10.4.1(@octokit/core@5.1.0) dev: false - /@octokit/types@12.5.0: - resolution: {integrity: sha512-YJEKcb0KkJlIUNU/zjnZwHEP8AoVh/OoIcP/1IyR4UHxExz7fzpe/a8IG4wBtQi7QDEqiomVLX88S6FpxxAJtg==} + /@octokit/types@12.6.0: + resolution: {integrity: sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==} dependencies: - '@octokit/openapi-types': 19.1.0 + '@octokit/openapi-types': 20.0.0 dev: false /@openzeppelin/contracts@4.9.3: @@ -1573,7 +1573,7 @@ packages: dependencies: '@noble/hashes': 1.4.0 '@polkadot-api/utils': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 - '@scure/base': 1.1.5 + '@scure/base': 1.1.6 scale-ts: 1.6.0 optional: true @@ -1587,31 +1587,15 @@ packages: requiresBuild: true optional: true - /@polkadot/api-augment@10.12.3: - resolution: {integrity: sha512-Wn58HJJ3CZKGNi/biVCBjDmR1Xs37KZRyG6q16CoPpyM/k+FLZkJynmYocHluhi5W3FPXyX4GFj++egxmytZrA==} - engines: {node: '>=18'} - dependencies: - '@polkadot/api-base': 10.12.3 - '@polkadot/rpc-augment': 10.12.3 - '@polkadot/types': 10.12.3 - '@polkadot/types-augment': 10.12.3 - '@polkadot/types-codec': 10.12.3 - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - /@polkadot/api-augment@10.12.4: - resolution: {integrity: sha512-ZKKeA8OnB1kkqBlvMhTw7QpPsRxpf/OE2UGhuCabQmU+MysYaWTPGssqAFEBqUZ+iyvTk83s+ssoMlXxdIhblA==} + /@polkadot/api-augment@10.12.6: + resolution: {integrity: sha512-CZHaFAd6zexk3JCm1mY5doE1E634xNpKaTGpbs61Ch285d5EqBY25GdzGNiMprNl4VyRFT4N7dXKfwEdsM6Z9w==} engines: {node: '>=18'} dependencies: - '@polkadot/api-base': 10.12.4 - '@polkadot/rpc-augment': 10.12.4 - '@polkadot/types': 10.12.4 - '@polkadot/types-augment': 10.12.4 - '@polkadot/types-codec': 10.12.4 + '@polkadot/api-base': 10.12.6 + '@polkadot/rpc-augment': 10.12.6 + '@polkadot/types': 10.12.6 + '@polkadot/types-augment': 10.12.6 + '@polkadot/types-codec': 10.12.6 '@polkadot/util': 12.6.2 tslib: 2.6.2 transitivePeerDependencies: @@ -1619,12 +1603,12 @@ packages: - supports-color - utf-8-validate - /@polkadot/api-base@10.12.3: - resolution: {integrity: sha512-H92NgQnSJ2A24T0GkqSerYFO4sE3Pjf8U5e5RWCTgfXKiwzLU8OtT9vxPNLZrPei+4qNPE2p2nYKWnXI4XQmIA==} + /@polkadot/api-base@10.12.6: + resolution: {integrity: sha512-6EzMettffiadB5j0X2nValtrEZJ2dKZMArfWHbSCV1QRSPOaMO3Phf/idqtF8HgBHD3FCHJ+JsZEns6xpkpteg==} engines: {node: '>=18'} dependencies: - '@polkadot/rpc-core': 10.12.3 - '@polkadot/types': 10.12.3 + '@polkadot/rpc-core': 10.12.6 + '@polkadot/types': 10.12.6 '@polkadot/util': 12.6.2 rxjs: 7.8.1 tslib: 2.6.2 @@ -1633,30 +1617,16 @@ packages: - supports-color - utf-8-validate - /@polkadot/api-base@10.12.4: - resolution: {integrity: sha512-e9s5rW9KgR+xs3sTI3B38KKQnd+D0WZ3PyNm66Q9aqIZDgDmpe9LIdmKfrqsX/rH74132Fq90mt3aN//DpwgBg==} + /@polkadot/api-derive@10.12.6: + resolution: {integrity: sha512-stjciYU9caSvPrcPo40zwPu15O7Q9OK9ldMFyyQkDdUT4cCE0LHuCmTNwcm4XhQq3XXJn+e7WNdhBfquwvkuhw==} engines: {node: '>=18'} dependencies: - '@polkadot/rpc-core': 10.12.4 - '@polkadot/types': 10.12.4 - '@polkadot/util': 12.6.2 - rxjs: 7.8.1 - tslib: 2.6.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - /@polkadot/api-derive@10.12.4: - resolution: {integrity: sha512-V5DogVPWoMw8U6V5hCkxDZP2qpashLUruyWVDcGhQmMb0f5d5PG/dPlZ3CzvAars6G2ypJ8ciSNKDdApP5JWaQ==} - engines: {node: '>=18'} - dependencies: - '@polkadot/api': 10.12.4 - '@polkadot/api-augment': 10.12.4 - '@polkadot/api-base': 10.12.4 - '@polkadot/rpc-core': 10.12.4 - '@polkadot/types': 10.12.4 - '@polkadot/types-codec': 10.12.4 + '@polkadot/api': 10.12.6 + '@polkadot/api-augment': 10.12.6 + '@polkadot/api-base': 10.12.6 + '@polkadot/rpc-core': 10.12.6 + '@polkadot/types': 10.12.6 + '@polkadot/types-codec': 10.12.6 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 @@ -1666,22 +1636,22 @@ packages: - supports-color - utf-8-validate - /@polkadot/api@10.12.4: - resolution: {integrity: sha512-bCWF1ciMqvy2XusHRk2AGKgOmod2dk/4WqQu43F8OSUXuazDOXeYJgJTv/oDznU6xQASW7awntp3JpSvsxviaA==} + /@polkadot/api@10.12.6: + resolution: {integrity: sha512-qWF7qFLZtpSILuPeZcvz0oCBXe89XndDjzgCnflvEVIUkQvxtFM8mDXpzI4bz8klrLYHlyFbP7HJl/xLi+XTew==} engines: {node: '>=18'} dependencies: - '@polkadot/api-augment': 10.12.4 - '@polkadot/api-base': 10.12.4 - '@polkadot/api-derive': 10.12.4 + '@polkadot/api-augment': 10.12.6 + '@polkadot/api-base': 10.12.6 + '@polkadot/api-derive': 10.12.6 '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/rpc-augment': 10.12.4 - '@polkadot/rpc-core': 10.12.4 - '@polkadot/rpc-provider': 10.12.4 - '@polkadot/types': 10.12.4 - '@polkadot/types-augment': 10.12.4 - '@polkadot/types-codec': 10.12.4 - '@polkadot/types-create': 10.12.4 - '@polkadot/types-known': 10.12.4 + '@polkadot/rpc-augment': 10.12.6 + '@polkadot/rpc-core': 10.12.6 + '@polkadot/rpc-provider': 10.12.6 + '@polkadot/types': 10.12.6 + '@polkadot/types-augment': 10.12.6 + '@polkadot/types-codec': 10.12.6 + '@polkadot/types-create': 10.12.6 + '@polkadot/types-known': 10.12.6 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) eventemitter3: 5.0.1 @@ -1711,56 +1681,27 @@ packages: '@substrate/ss58-registry': 1.46.0 tslib: 2.6.2 - /@polkadot/rpc-augment@10.12.3: - resolution: {integrity: sha512-I3AL7ihwKZKXYEegm54SaVAtsVxoo5ckDrIYH0MICvXTMbKjRhq+xSuCtTUodgkAcaGFwmjGgyZIkELncHJjbg==} - engines: {node: '>=18'} - dependencies: - '@polkadot/rpc-core': 10.12.3 - '@polkadot/types': 10.12.3 - '@polkadot/types-codec': 10.12.3 - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - /@polkadot/rpc-augment@10.12.4: - resolution: {integrity: sha512-GELqgtpoxmvFdXREYhrTGAFJ+xnQp8IYHFFtixfLM3SeV/F5FF0T7c1jSJ4PlEgK1tYg/KQ/DLl21fF7aWaInA==} - engines: {node: '>=18'} - dependencies: - '@polkadot/rpc-core': 10.12.4 - '@polkadot/types': 10.12.4 - '@polkadot/types-codec': 10.12.4 - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - /@polkadot/rpc-core@10.12.3: - resolution: {integrity: sha512-XrfxPW5k9Ffi5adJtAaUkh4XetO5BTBEjuYvKFX9t1VxePSkV2SWjhCTP6z/g3T50KmCOY1NZ+MKEFvjJdYJjw==} + /@polkadot/rpc-augment@10.12.6: + resolution: {integrity: sha512-MMZgdZtVygHqgsmCdKhfaN9ywf6im72xJzc9H8fkqyoJ+cGVy36uI3e8YwEM9vV6g/nallFmz4mU46u8/TjGlw==} engines: {node: '>=18'} dependencies: - '@polkadot/rpc-augment': 10.12.3 - '@polkadot/rpc-provider': 10.12.3 - '@polkadot/types': 10.12.3 + '@polkadot/rpc-core': 10.12.6 + '@polkadot/types': 10.12.6 + '@polkadot/types-codec': 10.12.6 '@polkadot/util': 12.6.2 - rxjs: 7.8.1 tslib: 2.6.2 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - /@polkadot/rpc-core@10.12.4: - resolution: {integrity: sha512-OtOW3AQyvDR+0G7VylfwEyE5XnYhHrcRtGULT9NzjZTVHnDFghNIYoDcu6ucHBuMsvx5mbyaXsRtWDDZdr4trw==} + /@polkadot/rpc-core@10.12.6: + resolution: {integrity: sha512-aBXhkryv2NMNg+cWajn/G0DF13inXIW+6iZV9cGc6lfsYT9Di/sasO0EIx7UUZW3ILYQ6Gh9jRgNLkwSNlAV9Q==} engines: {node: '>=18'} dependencies: - '@polkadot/rpc-augment': 10.12.4 - '@polkadot/rpc-provider': 10.12.4 - '@polkadot/types': 10.12.4 + '@polkadot/rpc-augment': 10.12.6 + '@polkadot/rpc-provider': 10.12.6 + '@polkadot/types': 10.12.6 '@polkadot/util': 12.6.2 rxjs: 7.8.1 tslib: 2.6.2 @@ -1769,13 +1710,13 @@ packages: - supports-color - utf-8-validate - /@polkadot/rpc-provider@10.12.3: - resolution: {integrity: sha512-vXTZl8mP8dmldiyGxn4HooVgr2SQ9TPagXoubI/myhx32ADEHatvMz4oVhj+mYMQUmYgbaetmeuDwL6LTz90fQ==} + /@polkadot/rpc-provider@10.12.6: + resolution: {integrity: sha512-xLmzb2rMQXEWQlrIDY3E3IXo1jcV9+Vy3A8zMw/s/UIrwXZ3I0TefP8+mXcqEjLkkz7zwldDQvHfdmtnxdE14g==} engines: {node: '>=18'} dependencies: '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/types': 10.12.3 - '@polkadot/types-support': 10.12.3 + '@polkadot/types': 10.12.6 + '@polkadot/types-support': 10.12.6 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 @@ -1792,136 +1733,57 @@ packages: - supports-color - utf-8-validate - /@polkadot/rpc-provider@10.12.4: - resolution: {integrity: sha512-awXLK28nt6BvOwoTnOVPtz+Qu5sx40Al1yb5lzKG6jYFQrEmqrENufHNOCLU3Uspfqmc6eJmNluZOmVtJKDCPg==} + /@polkadot/types-augment@10.12.6: + resolution: {integrity: sha512-eUNanLs0w7SQLlsjFs7kTPfOTclfjllJxghwRqWZFHWjUbVcGcPwr8ITv/mfx1WTCqUqLMe6K8CPJ7BSggAWBA==} engines: {node: '>=18'} dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/types': 10.12.4 - '@polkadot/types-support': 10.12.4 + '@polkadot/types': 10.12.6 + '@polkadot/types-codec': 10.12.6 '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - '@polkadot/x-fetch': 12.6.2 - '@polkadot/x-global': 12.6.2 - '@polkadot/x-ws': 12.6.2 - eventemitter3: 5.0.1 - mock-socket: 9.3.1 - nock: 13.5.4 tslib: 2.6.2 - optionalDependencies: - '@substrate/connect': 0.8.8 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - /@polkadot/types-augment@10.12.3: - resolution: {integrity: sha512-VhXHYOl+ntO62mfQT6oZUIof5a2ZytEbM2w0BEMfhUXObD/fN34kGRdent3tisrPxH48W5IdPlCjMWmQpgsjNw==} - engines: {node: '>=18'} - dependencies: - '@polkadot/types': 10.12.3 - '@polkadot/types-codec': 10.12.3 - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - - /@polkadot/types-augment@10.12.4: - resolution: {integrity: sha512-BS7uMd5WzbpcXimYcbwQGJFjsZikVW1XXPS3FHAkcdPOKm1qWZ/r3V18XH9G4DKj0O0s4VrdVTl0nMcOZurKKg==} - engines: {node: '>=18'} - dependencies: - '@polkadot/types': 10.12.4 - '@polkadot/types-codec': 10.12.4 - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - - /@polkadot/types-codec@10.12.3: - resolution: {integrity: sha512-8cFpznnDYqV3Zigl5T5mTQiHKSvECSyz9BPfItUvGbYTpPu4+HfzbFnV9EuAaBsx6kHykOM7dLni13K6owg6pA==} - engines: {node: '>=18'} - dependencies: - '@polkadot/util': 12.6.2 - '@polkadot/x-bigint': 12.6.2 - tslib: 2.6.2 - - /@polkadot/types-codec@10.12.4: - resolution: {integrity: sha512-8SEwgQT+JfmI62C9MZisA/1oQFuQW1OySvZFZlSqkaoRooK+JMl7Sp9fnRhCuiHMiz08YO4lX16O+aAu0/bmmw==} + /@polkadot/types-codec@10.12.6: + resolution: {integrity: sha512-yCzKdj/mLhjSG3mR1XhQdzzpAy0Exv9UuEhGQHPpdjkF0CCfVgsFoOAF3ScsSzwacJxGgxPWvlk849DfTrBYGA==} engines: {node: '>=18'} dependencies: '@polkadot/util': 12.6.2 '@polkadot/x-bigint': 12.6.2 tslib: 2.6.2 - /@polkadot/types-create@10.12.3: - resolution: {integrity: sha512-rZ4RO3CKDFMsGjLfQH3lub9Z5kbCyzqMccTN5O8XBfYVb8Q4RwcDiHbZRjVp4t3j2chLwTnVBAwwUao/qBLLlQ==} + /@polkadot/types-create@10.12.6: + resolution: {integrity: sha512-byuPy7IUFjzoxG3qrP4kEScfR92KFOAkaJksNT4kDZILPCeZSPPN7cLqdejypwDBqJthTJM0LqKK4g+eHGKdvw==} engines: {node: '>=18'} dependencies: - '@polkadot/types-codec': 10.12.3 + '@polkadot/types-codec': 10.12.6 '@polkadot/util': 12.6.2 tslib: 2.6.2 - /@polkadot/types-create@10.12.4: - resolution: {integrity: sha512-K3a6q+q+as/FfxrbXgFdgK8aqrsUgAkH5c0KQS+nt6xMs+Yf2ctpqiLPOjOEVEw8kHRpYtjx1db8Namegk51ig==} - engines: {node: '>=18'} - dependencies: - '@polkadot/types-codec': 10.12.4 - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - - /@polkadot/types-known@10.12.3: - resolution: {integrity: sha512-BNc4pvlRqWg/0znY8rNitOSQ7A8g22O6T6eAmmJDSh61NcD8qKxId6Rmo1yh7QDEr1Mi4cgNv0JW8SKaHj+Aag==} - engines: {node: '>=18'} - dependencies: - '@polkadot/networks': 12.6.2 - '@polkadot/types': 10.12.3 - '@polkadot/types-codec': 10.12.3 - '@polkadot/types-create': 10.12.3 - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - - /@polkadot/types-known@10.12.4: - resolution: {integrity: sha512-fiS26ep9QwHIUn/N0X9R3DIFP8ar4cEG/oJyxs5uBNtIEiAZdWucEZAZFxJnNp6Lib0PGYaz9T9ph0+UbnKKEg==} + /@polkadot/types-known@10.12.6: + resolution: {integrity: sha512-E/LWfOAPUW7YKAiioY7Ax/s+G4cuNQop3U/TPPM7sxXOv9hSia2hgFjtiU4NyTRVwf1O07YASXtYSecdSgcCuQ==} engines: {node: '>=18'} dependencies: '@polkadot/networks': 12.6.2 - '@polkadot/types': 10.12.4 - '@polkadot/types-codec': 10.12.4 - '@polkadot/types-create': 10.12.4 + '@polkadot/types': 10.12.6 + '@polkadot/types-codec': 10.12.6 + '@polkadot/types-create': 10.12.6 '@polkadot/util': 12.6.2 tslib: 2.6.2 - /@polkadot/types-support@10.12.3: - resolution: {integrity: sha512-gbxD7XmRekqet50qGk85c7th+8Y4N0uig+1ZnRnvpsbJMSP0jlErI8Rd1Mms4Ywk5Jvd0jRkDVD9vDk8FQDs+Q==} + /@polkadot/types-support@10.12.6: + resolution: {integrity: sha512-SMq/hUZJLCZXq26pNDaxgXNJqAJD8YhVXWXulCg0YvbIoVwEkFE66TEkUbtoRLKcsZXbPdxJ3JfSoa9r6Ewhnw==} engines: {node: '>=18'} dependencies: '@polkadot/util': 12.6.2 tslib: 2.6.2 - /@polkadot/types-support@10.12.4: - resolution: {integrity: sha512-uK0AoxzbuFEwlR3eoTKdWuZxAKYOn2B67Xo+swwRL0/VTZvEc6mGnFUd1RfVM+cWKfH3eqwKQCYhjvFRlOkA8g==} - engines: {node: '>=18'} - dependencies: - '@polkadot/util': 12.6.2 - tslib: 2.6.2 - - /@polkadot/types@10.12.3: - resolution: {integrity: sha512-KKdEyGJRyaaCaQC5IGdMCcGE3JpwZCPe8Jyz4LPOfuDNppNj1Z//aCvKLNm0v0QLAVu5IxCwjWig+iJP2f0f2A==} + /@polkadot/types@10.12.6: + resolution: {integrity: sha512-ByjvZkKJclHSWEETk1m9HPYn/IdIyjWONOdy7Ih+/Nd0wVIahvXDYbV4CXe25xO0RhfFJzkGIZP+LFHL5F63Uw==} engines: {node: '>=18'} dependencies: '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/types-augment': 10.12.3 - '@polkadot/types-codec': 10.12.3 - '@polkadot/types-create': 10.12.3 - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - rxjs: 7.8.1 - tslib: 2.6.2 - - /@polkadot/types@10.12.4: - resolution: {integrity: sha512-KJfxAdOyA/ZmGzRpRWojZx6hOU4iFHiwmerAZQzxELMCUCSsAd4joiXWQX7leSrlJCvvk8/VecnXGTqRe8jtGw==} - engines: {node: '>=18'} - dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/types-augment': 10.12.4 - '@polkadot/types-codec': 10.12.4 - '@polkadot/types-create': 10.12.4 + '@polkadot/types-augment': 10.12.6 + '@polkadot/types-codec': 10.12.6 + '@polkadot/types-create': 10.12.6 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 @@ -2326,6 +2188,11 @@ packages: /@scure/base@1.1.5: resolution: {integrity: sha512-Brj9FiG2W1MRQSTB212YVPRrcbjkv48FoZi/u4l/zds/ieRrqsh7aUf6CLwkAq61oKXr/ZlTzlY66gLIj3TFTQ==} + /@scure/base@1.1.6: + resolution: {integrity: sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==} + requiresBuild: true + optional: true + /@scure/bip32@1.3.2: resolution: {integrity: sha512-N1ZhksgwD3OBlwTv3R6KFEcPojl/W4ElJOeCZdi+vuI5QmTFwLq3OFf2zd2ROpKvxFdgZ6hUpb0dx9bVNEwYCA==} dependencies: @@ -2431,12 +2298,12 @@ packages: /@types/bn.js@5.1.5: resolution: {integrity: sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.4 - /@types/bun@1.0.8: - resolution: {integrity: sha512-E6UWZuN4ymAxzUBWVIGDHJ3Zey7I8cMzDZ+cB1BqhZsmd1uPb9iAQzpWMruY1mKzsuD3R+dZPoBkZz8QL1KhSA==} + /@types/bun@1.0.12: + resolution: {integrity: sha512-qPb5FcygbpSS1NDBjWyQCWeI9kKXwSYSR1Enu7yb+gMXgFwGMhlyOvgV/7FGrdvAjlSXWRY6IDepos7k8WzAtQ==} dependencies: - bun-types: 1.0.29 + bun-types: 1.0.36 dev: false /@types/clear@0.1.4: @@ -2446,7 +2313,7 @@ packages: /@types/cli-progress@3.11.5: resolution: {integrity: sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.4 dev: true /@types/debug@4.1.12: @@ -2500,8 +2367,8 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node@16.18.91: - resolution: {integrity: sha512-h8Q4klc8xzc9kJKr7UYNtJde5TU2qEePVyH3WyzJaUC+3ptyc5kPQbWOIUcn8ZsG5+KSkq+P0py0kC0VqxgAXw==} + /@types/node@16.18.94: + resolution: {integrity: sha512-X8q3DoKq8t/QhA0Rk/9wJUajxtXRDiCK+cVaONKLxpsjPhu+xX6uZuEj4UKGLQ4p0obTdFxa0cP/BMvf9mOYZA==} dev: true /@types/node@18.15.13: @@ -2511,6 +2378,12 @@ packages: resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} dependencies: undici-types: 5.26.5 + dev: false + + /@types/node@20.12.4: + resolution: {integrity: sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==} + dependencies: + undici-types: 5.26.5 /@types/normalize-package-data@2.4.4: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2523,7 +2396,7 @@ packages: /@types/through@0.0.33: resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.4 dev: true /@types/web-bluetooth@0.0.20: @@ -2533,12 +2406,12 @@ packages: /@types/ws@8.5.10: resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.4 /@types/ws@8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.4 /@types/yargs-parser@21.0.3: resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} @@ -2558,7 +2431,7 @@ packages: vue: ^3.2.25 dependencies: vite: 5.1.3 - vue: 3.4.19(typescript@5.4.2) + vue: 3.4.19(typescript@5.4.3) dev: true /@vitest/expect@1.4.0: @@ -2599,7 +2472,7 @@ packages: pathe: 1.1.2 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0) + vitest: 1.4.0(@types/node@20.12.4)(@vitest/ui@1.4.0) /@vitest/utils@1.4.0: resolution: {integrity: sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==} @@ -2665,7 +2538,7 @@ packages: mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - vue: 3.4.19(typescript@5.4.2) + vue: 3.4.19(typescript@5.4.3) dev: true /@vue/devtools-shared@7.0.15: @@ -2702,7 +2575,7 @@ packages: dependencies: '@vue/compiler-ssr': 3.4.19 '@vue/shared': 3.4.19 - vue: 3.4.19(typescript@5.4.2) + vue: 3.4.19(typescript@5.4.3) dev: true /@vue/shared@3.4.19: @@ -2784,14 +2657,14 @@ packages: - vue dev: true - /@zombienet/orchestrator@0.0.76(@polkadot/util@12.6.2)(@types/node@20.11.30): + /@zombienet/orchestrator@0.0.76(@polkadot/util@12.6.2)(@types/node@20.12.4): resolution: {integrity: sha512-/w0iJFgYp1fnCp0EsZE/lMTnwhauezE0CEo+5tlxgwfThMkRd7ftsnu+umG1j2aOGX7xIofJold0R+i1ka0WJA==} engines: {node: '>=18'} dependencies: - '@polkadot/api': 10.12.4 + '@polkadot/api': 10.12.6 '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - '@zombienet/utils': 0.0.24(@types/node@20.11.30)(typescript@5.4.2) + '@zombienet/utils': 0.0.24(@types/node@20.12.4)(typescript@5.4.3) JSONStream: 1.3.5 chai: 4.4.1 debug: 4.3.4(supports-color@8.1.1) @@ -2800,12 +2673,12 @@ packages: jsdom: 23.2.0 json-bigint: 1.0.0 libp2p-crypto: 0.21.2 - minimatch: 9.0.3 + minimatch: 9.0.4 mocha: 10.3.0 napi-maybe-compressed-blob: 0.0.11 peer-id: 0.16.0 tmp-promise: 3.0.3 - typescript: 5.4.2 + typescript: 5.4.3 yaml: 2.4.1 transitivePeerDependencies: - '@polkadot/util' @@ -2819,7 +2692,7 @@ packages: - utf-8-validate dev: false - /@zombienet/utils@0.0.24(@types/node@20.11.30)(typescript@5.4.2): + /@zombienet/utils@0.0.24(@types/node@20.12.4)(typescript@5.4.3): resolution: {integrity: sha512-CUHn4u04ryfRqCQQsZHSpMIpMxzdMvSZR86Gp3Hwexf7wZTkHNZ5hsJnQO+J/yl28ny0GcjLJSU1hZ2kMV+hqw==} engines: {node: '>=18'} dependencies: @@ -2828,7 +2701,7 @@ packages: mocha: 10.2.0 nunjucks: 3.2.4 toml: 3.0.0 - ts-node: 10.9.2(@types/node@20.11.30)(typescript@5.4.2) + ts-node: 10.9.2(@types/node@20.12.4)(typescript@5.4.3) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -2855,7 +2728,7 @@ packages: requiresBuild: true optional: true - /abitype@0.7.1(typescript@5.4.2): + /abitype@0.7.1(typescript@5.4.3): resolution: {integrity: sha512-VBkRHTDZf9Myaek/dO3yMmOzB/y2s3Zo6nVU7yaw1G+TvCHAjwaJzNGN9yo4K5D8bU/VZXKP1EJpRhFr862PlQ==} peerDependencies: typescript: '>=4.9.4' @@ -2864,9 +2737,9 @@ packages: zod: optional: true dependencies: - typescript: 5.4.2 + typescript: 5.4.3 - /abitype@1.0.0(typescript@5.4.2): + /abitype@1.0.0(typescript@5.4.3): resolution: {integrity: sha512-NMeMah//6bJ56H5XRj8QCV4AwuW6hB6zqz2LnhhLdcWVQOsXki6/Pn3APeqxCma62nXIcmZWdu1DlHWS74umVQ==} peerDependencies: typescript: '>=5.0.4' @@ -2877,7 +2750,7 @@ packages: zod: optional: true dependencies: - typescript: 5.4.2 + typescript: 5.4.3 /abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -3209,8 +3082,8 @@ packages: base64-js: 1.5.1 ieee754: 1.2.1 - /bun-types@1.0.29: - resolution: {integrity: sha512-Z+U1ORr/2UCwxelIZxE83pyPLclviYL9UewQCNEUmGeLObY8ao+3WF3D8N1+NMv2+S+hUWsdBJam+4GoPEz35g==} + /bun-types@1.0.36: + resolution: {integrity: sha512-gaIb1SyhB0JZfIEg73/kSFhqolUqJXC68peguhXGwqr27HuvI8nkD0LTIHp/1DY4cNadfXHYgYrZIWX7oEoXlg==} dependencies: '@types/node': 20.11.30 '@types/ws': 8.5.10 @@ -4192,16 +4065,6 @@ packages: tabbable: 6.2.0 dev: true - /follow-redirects@1.15.5: - resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dev: true - /follow-redirects@1.15.6(debug@4.3.4): resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} @@ -4342,8 +4205,8 @@ packages: hasown: 2.0.2 dev: false - /get-port@7.0.0: - resolution: {integrity: sha512-mDHFgApoQd+azgMdwylJrv2DX47ywGq1i5VFJE7fZ0dttNq3iQMfsU4IvEgBHojA3KqEudyu7Vq+oN8kNaNkWw==} + /get-port@7.1.0: + resolution: {integrity: sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==} engines: {node: '>=16'} dev: false @@ -4363,8 +4226,8 @@ packages: get-intrinsic: 1.2.2 dev: true - /get-tsconfig@4.7.2: - resolution: {integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==} + /get-tsconfig@4.7.3: + resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==} dependencies: resolve-pkg-maps: 1.0.0 dev: true @@ -4385,7 +4248,7 @@ packages: dependencies: foreground-child: 3.1.1 jackspeak: 2.3.6 - minimatch: 9.0.3 + minimatch: 9.0.4 minipass: 7.0.4 path-scurry: 1.10.1 @@ -4673,18 +4536,18 @@ packages: /ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - /inquirer-press-to-continue@1.2.0(inquirer@9.2.16): + /inquirer-press-to-continue@1.2.0(inquirer@9.2.17): resolution: {integrity: sha512-HdKOgEAydYhI3OKLy5S4LMi7a/AHJjPzF06mHqbdVxlTmHOaytQVBaVbQcSytukD70K9FYLhYicNOPuNjFiWVQ==} peerDependencies: inquirer: '>=8.0.0 <10.0.0' dependencies: deep-equal: 2.2.3 - inquirer: 9.2.16 + inquirer: 9.2.17 ora: 6.3.1 dev: false - /inquirer@9.2.16: - resolution: {integrity: sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==} + /inquirer@9.2.17: + resolution: {integrity: sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==} engines: {node: '>=18'} dependencies: '@ljharb/through': 2.3.13 @@ -5340,8 +5203,8 @@ packages: brace-expansion: 2.0.1 dev: false - /minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + /minimatch@9.0.4: + resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 @@ -5988,8 +5851,8 @@ packages: readable-stream: 4.5.2 split2: 4.2.0 - /pino-pretty@10.3.1: - resolution: {integrity: sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==} + /pino-pretty@11.0.0: + resolution: {integrity: sha512-YFJZqw59mHIY72wBnBs7XhLGG6qpJMa4pEQTRgEPEbjIYbng2LXEZZF1DoyDg9CfejEy8uZCyzpcBXXG0oOCwQ==} hasBin: true dependencies: colorette: 2.0.20 @@ -6045,8 +5908,8 @@ packages: mlly: 1.6.1 pathe: 1.1.2 - /pnpm@8.15.5: - resolution: {integrity: sha512-sFGjLH5pWDO4SSbTspuMylclS1ifBknYmcbp0O22cLkex+KkNFm65zdZu1zmGcMmbxFr+THOItHvF1mn5Fqpbw==} + /pnpm@8.15.6: + resolution: {integrity: sha512-d7iem+d6Kwatj0A6Gcrl4il29hAj+YrTI9XDAZSVjrwC7gpq5dE+5FT2E05OjK8poF8LGg4dKxe8prah8RWfhg==} engines: {node: '>=16.14'} hasBin: true dev: true @@ -6179,7 +6042,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 20.11.30 + '@types/node': 20.12.4 long: 4.0.0 dev: false @@ -6705,14 +6568,14 @@ packages: smart-buffer: 4.2.0 optional: true - /solc@0.8.24: - resolution: {integrity: sha512-G5yUqjTUPc8Np74sCFwfsevhBPlUifUOfhYrgyu6CmYlC6feSw0YS6eZW47XDT23k3JYdKx5nJ+Q7whCEmNcoA==} + /solc@0.8.25: + resolution: {integrity: sha512-7P0TF8gPeudl1Ko3RGkyY6XVCxe2SdD/qQhtns1vl3yAbK/PDifKDLHGtx1t7mX3LgR7ojV7Fg/Kc6Q9D2T8UQ==} engines: {node: '>=10.0.0'} hasBin: true dependencies: command-exists: 1.2.9 commander: 8.3.0 - follow-redirects: 1.15.5 + follow-redirects: 1.15.6(debug@4.3.4) js-sha3: 0.8.0 memorystream: 0.3.1 semver: 5.7.2 @@ -7113,7 +6976,7 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-node@10.9.2(@types/node@16.18.91)(typescript@5.1.6): + /ts-node@10.9.2(@types/node@16.18.94)(typescript@5.1.6): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -7132,7 +6995,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 16.18.91 + '@types/node': 16.18.94 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -7144,7 +7007,7 @@ packages: yn: 3.1.1 dev: true - /ts-node@10.9.2(@types/node@20.11.30)(typescript@5.4.2): + /ts-node@10.9.2(@types/node@20.12.4)(typescript@5.4.3): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -7163,14 +7026,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.11.30 + '@types/node': 20.12.4 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.4.2 + typescript: 5.4.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -7181,7 +7044,7 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsup@8.0.2(typescript@5.4.2): + /tsup@8.0.2(typescript@5.4.3): resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} engines: {node: '>=18'} hasBin: true @@ -7214,19 +7077,19 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 - typescript: 5.4.2 + typescript: 5.4.3 transitivePeerDependencies: - supports-color - ts-node dev: true - /tsx@4.7.1: - resolution: {integrity: sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==} + /tsx@4.7.2: + resolution: {integrity: sha512-BCNd4kz6fz12fyrgCTEdZHGJ9fWTGeUzXmQysh0RVocDY3h4frk05ZNCXSy4kIenF7y/QnrdiVpTsyNRn6vlAw==} engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.19.12 - get-tsconfig: 4.7.2 + get-tsconfig: 4.7.3 optionalDependencies: fsevents: 2.3.3 dev: true @@ -7393,11 +7256,11 @@ packages: hasBin: true dependencies: '@types/json-schema': 7.0.15 - '@types/node': 16.18.91 + '@types/node': 16.18.94 glob: 7.2.3 path-equal: 1.2.5 safe-stable-stringify: 2.4.3 - ts-node: 10.9.2(@types/node@16.18.91)(typescript@5.1.6) + ts-node: 10.9.2(@types/node@16.18.94)(typescript@5.1.6) typescript: 5.1.6 yargs: 17.7.2 transitivePeerDependencies: @@ -7411,8 +7274,8 @@ packages: hasBin: true dev: true - /typescript@5.4.2: - resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + /typescript@5.4.3: + resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} engines: {node: '>=14.17'} hasBin: true @@ -7503,8 +7366,8 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /viem@2.8.13(typescript@5.4.2): - resolution: {integrity: sha512-jEbRUjsiBwmoDr3fnKL1Bh1GhK5ERhmZcPLeARtEaQoBTPB6bcO2siKhNPVOF8qrYRnGHGQrZHncBWMQhTjGYg==} + /viem@2.9.9(typescript@5.4.3): + resolution: {integrity: sha512-SUIHBL6M5IIlqDCMEQwAAvHzeglaM4FEqM6bCI+srLXtFYmrpV4tWhnpobQRNwh4f7HIksmKLLZ+cytv8FfnJQ==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -7516,16 +7379,16 @@ packages: '@noble/hashes': 1.3.2 '@scure/bip32': 1.3.2 '@scure/bip39': 1.2.1 - abitype: 1.0.0(typescript@5.4.2) + abitype: 1.0.0(typescript@5.4.3) isows: 1.0.3(ws@8.13.0) - typescript: 5.4.2 + typescript: 5.4.3 ws: 8.13.0 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - /vite-node@1.4.0(@types/node@20.11.30): + /vite-node@1.4.0(@types/node@20.12.4): resolution: {integrity: sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7534,7 +7397,7 @@ packages: debug: 4.3.4(supports-color@8.1.1) pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.1.6(@types/node@20.11.30) + vite: 5.1.6(@types/node@20.12.4) transitivePeerDependencies: - '@types/node' - less @@ -7580,7 +7443,7 @@ packages: fsevents: 2.3.3 dev: true - /vite@5.1.6(@types/node@20.11.30): + /vite@5.1.6(@types/node@20.12.4): resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7608,14 +7471,14 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.4 esbuild: 0.19.12 postcss: 8.4.36 rollup: 4.13.0 optionalDependencies: fsevents: 2.3.3 - /vitepress@1.0.0-rc.44(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.4.2): + /vitepress@1.0.0-rc.44(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.4.3): resolution: {integrity: sha512-tO5taxGI7fSpBK1D8zrZTyJJERlyU9nnt0jHSt3fywfq3VKn977Hg0wUuTkEmwXlFYwuW26+6+3xorf4nD3XvA==} hasBin: true peerDependencies: @@ -7641,7 +7504,7 @@ packages: minisearch: 6.3.0 shiki: 1.1.5 vite: 5.1.3 - vue: 3.4.19(typescript@5.4.2) + vue: 3.4.19(typescript@5.4.3) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -7670,7 +7533,7 @@ packages: - universal-cookie dev: true - /vitest@1.4.0(@types/node@20.11.30)(@vitest/ui@1.4.0): + /vitest@1.4.0(@types/node@20.12.4)(@vitest/ui@1.4.0): resolution: {integrity: sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7695,7 +7558,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.4 '@vitest/expect': 1.4.0 '@vitest/runner': 1.4.0 '@vitest/snapshot': 1.4.0 @@ -7714,8 +7577,8 @@ packages: strip-literal: 2.0.0 tinybench: 2.6.0 tinypool: 0.8.2 - vite: 5.1.6(@types/node@20.11.30) - vite-node: 1.4.0(@types/node@20.11.30) + vite: 5.1.6(@types/node@20.12.4) + vite-node: 1.4.0(@types/node@20.12.4) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -7738,10 +7601,10 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.4.19(typescript@5.4.2) + vue: 3.4.19(typescript@5.4.3) dev: true - /vue@3.4.19(typescript@5.4.2): + /vue@3.4.19(typescript@5.4.3): resolution: {integrity: sha512-W/7Fc9KUkajFU8dBeDluM4sRGc/aa4YJnOYck8dkjgZoXtVsn3OeTGni66FV1l3+nvPA7VBFYtPioaGKUmEADw==} peerDependencies: typescript: '*' @@ -7754,7 +7617,7 @@ packages: '@vue/runtime-dom': 3.4.19 '@vue/server-renderer': 3.4.19(vue@3.4.19) '@vue/shared': 3.4.19 - typescript: 5.4.2 + typescript: 5.4.3 dev: true /w3c-xmlserializer@5.0.0: @@ -7798,11 +7661,11 @@ packages: dependencies: web3-types: 1.3.1 - /web3-eth-abi@4.2.0(typescript@5.4.2): + /web3-eth-abi@4.2.0(typescript@5.4.3): resolution: {integrity: sha512-x7dUCmk6th+5N63s5kUusoNtsDJKUUQgl9+jECvGTBOTiyHe/V6aOY0120FUjaAGaapOnR7BImQdhqHv6yT2YQ==} engines: {node: '>=14', npm: '>=6.12.0'} dependencies: - abitype: 0.7.1(typescript@5.4.2) + abitype: 0.7.1(typescript@5.4.3) web3-errors: 1.1.4 web3-types: 1.5.0 web3-utils: 4.2.1 @@ -7823,17 +7686,17 @@ packages: web3-utils: 4.2.1 web3-validator: 2.0.4 - /web3-eth-contract@4.2.0(typescript@5.4.2): - resolution: {integrity: sha512-K7bUypsomTs8/Oa0Lgvq5plsSB5afgKJ79NMuXxvC5jfV+AxNrQyKcr5Vd5yEGNqrdQuIPduGQa8DpuY+rMe1g==} + /web3-eth-contract@4.3.0(typescript@5.4.3): + resolution: {integrity: sha512-4fzSklA65zUn6SthU3T3tbVJacfP8/wkJmCuvmPaf2ZTFdnhsF96G5IQtCRf0+wASb4yk0A6IBvXZfk1B4R4HA==} engines: {node: '>=14', npm: '>=6.12.0'} dependencies: web3-core: 4.3.2 web3-errors: 1.1.4 - web3-eth: 4.5.0(typescript@5.4.2) - web3-eth-abi: 4.2.0(typescript@5.4.2) + web3-eth: 4.5.0(typescript@5.4.3) + web3-eth-abi: 4.2.0(typescript@5.4.3) web3-types: 1.5.0 - web3-utils: 4.2.1 - web3-validator: 2.0.4 + web3-utils: 4.2.2 + web3-validator: 2.0.5 transitivePeerDependencies: - bufferutil - encoding @@ -7841,19 +7704,19 @@ packages: - utf-8-validate - zod - /web3-eth-ens@4.1.0(typescript@5.4.2): - resolution: {integrity: sha512-B+QsXXJb/gJkHb1ZGfErNLeFI9zUf2TsQcvi2+NsSuzFwvjIO5IyrrGtqBmXMLWC8ZikMOHuc8ZfFuGrELl31Q==} + /web3-eth-ens@4.2.0(typescript@5.4.3): + resolution: {integrity: sha512-qYj34te2UctoObt8rlEIY/t2MuTMiMiiHhO2JAHRGqSLCQ7b8DM3RpvkiiSB0N0ZyEn+CetZqJCTYb8DNKBS/g==} engines: {node: '>=14', npm: '>=6.12.0'} dependencies: '@adraffy/ens-normalize': 1.10.1 web3-core: 4.3.2 web3-errors: 1.1.4 - web3-eth: 4.5.0(typescript@5.4.2) - web3-eth-contract: 4.2.0(typescript@5.4.2) + web3-eth: 4.5.0(typescript@5.4.3) + web3-eth-contract: 4.3.0(typescript@5.4.3) web3-net: 4.0.7 web3-types: 1.5.0 - web3-utils: 4.2.1 - web3-validator: 2.0.4 + web3-utils: 4.2.2 + web3-validator: 2.0.5 transitivePeerDependencies: - bufferutil - encoding @@ -7870,12 +7733,12 @@ packages: web3-utils: 4.2.1 web3-validator: 2.0.4 - /web3-eth-personal@4.0.8(typescript@5.4.2): + /web3-eth-personal@4.0.8(typescript@5.4.3): resolution: {integrity: sha512-sXeyLKJ7ddQdMxz1BZkAwImjqh7OmKxhXoBNF3isDmD4QDpMIwv/t237S3q4Z0sZQamPa/pHebJRWVuvP8jZdw==} engines: {node: '>=14', npm: '>=6.12.0'} dependencies: web3-core: 4.3.2 - web3-eth: 4.5.0(typescript@5.4.2) + web3-eth: 4.5.0(typescript@5.4.3) web3-rpc-methods: 1.2.0 web3-types: 1.5.0 web3-utils: 4.2.1 @@ -7887,14 +7750,14 @@ packages: - utf-8-validate - zod - /web3-eth@4.5.0(typescript@5.4.2): + /web3-eth@4.5.0(typescript@5.4.3): resolution: {integrity: sha512-crisE46o/SHMVm+XHAXEaR8k76NCImq+hi0QQEJ+VaLZbDobI/Gvog1HwTukDUDRgnYSAFGqD0cTRyAwDurwpA==} engines: {node: '>=14', npm: '>=6.12.0'} dependencies: setimmediate: 1.0.5 web3-core: 4.3.2 web3-errors: 1.1.4 - web3-eth-abi: 4.2.0(typescript@5.4.2) + web3-eth-abi: 4.2.0(typescript@5.4.3) web3-eth-accounts: 4.1.1 web3-net: 4.0.7 web3-providers-ws: 4.0.7 @@ -7996,6 +7859,16 @@ packages: web3-types: 1.5.0 web3-validator: 2.0.4 + /web3-utils@4.2.2: + resolution: {integrity: sha512-z+4owWcnoB4EH8yWIL1FBeyqe+sXwaGxUDtVTNPTMf2oB5C+paCToZUdCV5Bi+M543zZEzlzNTabOD+OWNc7NA==} + engines: {node: '>=14', npm: '>=6.12.0'} + dependencies: + ethereum-cryptography: 2.1.3 + eventemitter3: 5.0.1 + web3-errors: 1.1.4 + web3-types: 1.5.0 + web3-validator: 2.0.5 + /web3-validator@2.0.4: resolution: {integrity: sha512-qRxVePwdW+SByOmTpDZFWHIUAa7PswvxNszrOua6BoGqAhERo5oJZBN+EbWtK/+O+ApNxt5FR3nCPmiZldiOQA==} engines: {node: '>=14', npm: '>=6.12.0'} @@ -8006,26 +7879,36 @@ packages: web3-types: 1.3.1 zod: 3.22.4 - /web3@4.6.0(typescript@5.4.2): - resolution: {integrity: sha512-hoI6r29B4kjxINI21rBVaE0Bz0hwtW+Sbppn5ZDTWn5PSQpBW4ecYFDVKVE6K3gbmSjY2fknu2cjBTqha7S53A==} + /web3-validator@2.0.5: + resolution: {integrity: sha512-2gLOSW8XqEN5pw5jVUm20EB7A8SbQiekpAtiI0JBmCIV0a2rp97v8FgWY5E3UEqnw5WFfEqvcDVW92EyynDTyQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + dependencies: + ethereum-cryptography: 2.1.3 + util: 0.12.5 + web3-errors: 1.1.4 + web3-types: 1.5.0 + zod: 3.22.4 + + /web3@4.7.0(typescript@5.4.3): + resolution: {integrity: sha512-3g+1e7B/IW0Nw9WP1dotrZKWD9o5IBfl27dxEnE1LxBZBax6ZkviiAwf18utIhlNBD07RgI+PPfKDXxfDBlHWA==} engines: {node: '>=14.0.0', npm: '>=6.12.0'} dependencies: web3-core: 4.3.2 web3-errors: 1.1.4 - web3-eth: 4.5.0(typescript@5.4.2) - web3-eth-abi: 4.2.0(typescript@5.4.2) + web3-eth: 4.5.0(typescript@5.4.3) + web3-eth-abi: 4.2.0(typescript@5.4.3) web3-eth-accounts: 4.1.1 - web3-eth-contract: 4.2.0(typescript@5.4.2) - web3-eth-ens: 4.1.0(typescript@5.4.2) + web3-eth-contract: 4.3.0(typescript@5.4.3) + web3-eth-ens: 4.2.0(typescript@5.4.3) web3-eth-iban: 4.0.7 - web3-eth-personal: 4.0.8(typescript@5.4.2) + web3-eth-personal: 4.0.8(typescript@5.4.3) web3-net: 4.0.7 web3-providers-http: 4.1.0 web3-providers-ws: 4.0.7 web3-rpc-methods: 1.2.0 web3-types: 1.5.0 - web3-utils: 4.2.1 - web3-validator: 2.0.4 + web3-utils: 4.2.2 + web3-validator: 2.0.5 transitivePeerDependencies: - bufferutil - encoding diff --git a/test/configs/relaytest.toml b/test/configs/relaytest.toml index 8f87d363..039ee1e3 100644 --- a/test/configs/relaytest.toml +++ b/test/configs/relaytest.toml @@ -1,16 +1,6 @@ -[[parachains]] -cumulus_based = true -id = 2_001 - -[parachains.collator] -args = ["-lparachain=debug"] -command = "polkadot-parachain" -image = "parity/polkadot-parachain:1.7.0" -name = "collator02" - [relaychain] chain = "rococo-local" -default_image = "docker.io/parity/polkadot:v1.7.0" +image = "docker.io/parity/polkadot:v1.9.0" [relaychain.genesis.runtimeGenesis.patch.configuration.config] scheduling_lookahead = 4 @@ -22,7 +12,27 @@ max_candidate_depth = 4 [[relaychain.node_groups]] args = ["-lparachain=debug"] count = 2 -name = "alice" +name = "relay" + +[[parachains]] +cumulus_based = true +id = 2_001 + +[parachains.collator] +args = ["-lparachain=debug"] +command = "polkadot-parachain" +image = "docker.io/parity/polkadot-parachain:1.8.0" +name = "generic-para" + +[[parachains]] +id = 1282 +chain = "moonbase-local" + +[parachains.collator] +name = "mb" +image = "docker.io/moonbeamfoundation/moonbeam:latest" +command = "/moonbeam/moonbeam" +args = ["-lparachain=debug"] [settings] timeout = 1_000 @@ -30,4 +40,4 @@ timeout = 1_000 [types.Header] number = "u64" parent_hash = "Hash" -post_state = "Hash" \ No newline at end of file +post_state = "Hash" diff --git a/test/configs/zombieK8.toml b/test/configs/zombieK8.toml new file mode 100644 index 00000000..cf4e2ec8 --- /dev/null +++ b/test/configs/zombieK8.toml @@ -0,0 +1,28 @@ +[relaychain] +chain = "rococo-local" +default_image = "docker.io/parity/polkadot:v1.8.0" + +[[relaychain.node_groups]] +args = [ + "-lparachain=debug", +] +count = 2 +name = "relay" + +[[parachains]] +id = 1282 +chain = "moonbase-local" + +[parachains.collator] +name = "mb" +image = "docker.io/moonbeamfoundation/moonbeam:latest" +command = "/moonbeam/moonbeam" +args = ["-lparachain=debug"] + +[settings] +timeout = 1_000 + +[types.Header] +number = "u64" +parent_hash = "Hash" +post_state = "Hash" diff --git a/test/package.json b/test/package.json index 5d1f28cf..f30395a0 100644 --- a/test/package.json +++ b/test/package.json @@ -17,33 +17,33 @@ "bun_test": "bun test suites/bun_test/*" }, "devDependencies": { - "@acala-network/chopsticks": "0.9.10", - "@biomejs/biome": "1.6.1", + "@acala-network/chopsticks": "0.9.13", + "@biomejs/biome": "1.6.4", "@moonbeam-network/api-augment": "0.2801.0", "@moonwall/cli": "workspace:*", "@moonwall/types": "workspace:*", "@moonwall/util": "workspace:*", "@openzeppelin/contracts": "4.9.3", - "@polkadot/api": "10.12.4", + "@polkadot/api": "10.12.6", "@polkadot/util": "12.6.2", "@types/inquirer": "^9.0.7", - "@types/node": "20.11.30", + "@types/node": "20.12.4", "@types/yargs": "17.0.32", "@vitest/ui": "1.4.0", "chai": "5.1.0", "chalk": "5.3.0", "ethers": "6.11.1", - "pnpm": "8.15.5", - "solc": "0.8.24", - "tsx": "4.7.1", - "typescript": "5.4.2", - "viem": "2.8.13", + "pnpm": "8.15.6", + "solc": "0.8.25", + "tsx": "4.7.2", + "typescript": "5.4.3", + "viem": "2.9.9", "vitest": "1.4.0", - "web3": "4.6.0", + "web3": "4.7.0", "yargs": "17.7.2" }, "dependencies": { - "@types/bun": "^1.0.8", - "inquirer": "9.2.16" + "@types/bun": "^1.0.12", + "inquirer": "9.2.17" } }