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 245 B
import { Common } from "@nomicfoundation/ethereumjs-common"; import { LocalNodeConfig } from "../node-types"; export declare function makeCommon({ chainId, networkId, hardfork }: LocalNodeConfig): Common; //# sourceMappingURL=makeCommon.d.ts.map