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 273 B
import type { ChainType } from "../../types/network.js"; export declare function isSupportedChainType(chainType: unknown): chainType is ChainType; export declare function hardhatChainTypeToEdrChainType(chainType: ChainType): string; //# sourceMappingURL=chain-type.d.ts.map