UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

4 lines 253 B
import type { CompilerInput } from "../../../types/solidity.js"; export declare const DEFAULT_OUTPUT_SELECTION: CompilerInput["settings"]["outputSelection"]; export declare const SOLC_DEFAULT_OPTIMIZER_RUNS = 200; //# sourceMappingURL=constants.d.ts.map