UNPKG

hardhat

Version:

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

7 lines 441 B
export declare const HARDHAT_CONFIG_PREFIX = "hardhat-config:"; export declare const FORGE_CONFIG_PREFIX = "forge-config:"; /** All supported inline config keys and their expected value types. */ export declare const KEY_TYPES: Record<string, "number" | "boolean">; /** Top-level key categories (e.g. "fuzz", "invariant", "allowInternalExpectRevert"). */ export declare const TOP_LEVEL_KEYS: string[]; //# sourceMappingURL=constants.d.ts.map