From 0b41a6d550d1832f88d1e6f9a8d69c0d73b64afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3nal=20Murray?= Date: Wed, 25 Oct 2023 11:25:58 +0100 Subject: [PATCH] Add collectives-westend and glutton-westend bench --- src/command-configs/__mocks__/fetchCommandsConfiguration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command-configs/__mocks__/fetchCommandsConfiguration.ts b/src/command-configs/__mocks__/fetchCommandsConfiguration.ts index 84a4c4e..169a280 100644 --- a/src/command-configs/__mocks__/fetchCommandsConfiguration.ts +++ b/src/command-configs/__mocks__/fetchCommandsConfiguration.ts @@ -134,7 +134,7 @@ export const cmd: CommandConfigs = { repos: ["cumulus", "polkadot-sdk"], args: { subcommand: { label: "Subcommand", type_one_of: ["pallet", "xcm"] }, - runtime: { label: "Runtime", type_one_of: ["collectives-polkadot"] }, + runtime: { label: "Runtime", type_one_of: ["collectives-polkadot", "collectives-westend"] }, pallet: { label: "Pallet", type_rule: "^([a-z_]+)([:]{2}[a-z_]+)?$", example: "pallet_name" }, runtime_dir: { label: "Runtime Dir", type_string: "collectives" }, target_dir: { label: "Target Directory", type_string: "cumulus" }, @@ -170,7 +170,7 @@ export const cmd: CommandConfigs = { repos: ["cumulus", "polkadot-sdk"], args: { subcommand: { label: "Subcommand", type_one_of: ["pallet"] }, - runtime: { label: "Runtime", type_one_of: ["glutton-kusama", "glutton-kusama-dev-1300"] }, + runtime: { label: "Runtime", type_one_of: ["glutton-kusama", "glutton-kusama-dev-1300", "glutton-westend", "glutton-westend-dev-1300"] }, pallet: { label: "Pallet", type_rule: "^([a-z_]+)([:]{2}[a-z_]+)?$", example: "pallet_name" }, runtime_dir: { label: "Runtime Dir", type_string: "glutton" }, target_dir: { label: "Target Directory", type_string: "cumulus" },