export const TASK_GAS_REPORTER_MERGE_REPORTS = "hhgas:merge-reports";
export const TASK_GAS_REPORTER_MERGE = "hhgas:merge";
export const TASK_GAS_REPORTER_START = "hhgas:start";
export const TASK_GAS_REPORTER_STOP = "hhgas:stop";

export const TASK_GAS_REPORTER_MERGE_REPORTS_LEGACY = "gas-reporter:merge-reports";
export const TASK_GAS_REPORTER_MERGE_LEGACY = "gas-reporter:merge";
