hardhat-gas-reporter
Version:
Gas Analytics plugin for Hardhat
10 lines • 708 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TASK_GAS_REPORTER_MERGE_LEGACY = exports.TASK_GAS_REPORTER_MERGE_REPORTS_LEGACY = exports.TASK_GAS_REPORTER_STOP = exports.TASK_GAS_REPORTER_START = exports.TASK_GAS_REPORTER_MERGE = exports.TASK_GAS_REPORTER_MERGE_REPORTS = void 0;
exports.TASK_GAS_REPORTER_MERGE_REPORTS = "hhgas:merge-reports";
exports.TASK_GAS_REPORTER_MERGE = "hhgas:merge";
exports.TASK_GAS_REPORTER_START = "hhgas:start";
exports.TASK_GAS_REPORTER_STOP = "hhgas:stop";
exports.TASK_GAS_REPORTER_MERGE_REPORTS_LEGACY = "gas-reporter:merge-reports";
exports.TASK_GAS_REPORTER_MERGE_LEGACY = "gas-reporter:merge";
//# sourceMappingURL=task-names.js.map