hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
9 lines • 456 B
TypeScript
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" | "string">;
/** Top-level key categories (e.g. "fuzz", "invariant", "allowInternalExpectRevert"). */
export declare const TOP_LEVEL_KEYS: string[];
//# sourceMappingURL=constants.d.ts.map