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 255 B
import { L1HardforkName, OpHardforkName } from "../types/hardfork.js"; export declare function getL1HardforkName(name: string): L1HardforkName; export declare function getOpHardforkName(name: string): OpHardforkName; //# sourceMappingURL=hardfork.d.ts.map