UNPKG

@nomicfoundation/hardhat-viem

Version:
7 lines 410 B
import type { EthereumProvider } from "hardhat/types"; import type { Chain } from "viem"; import type { TestClientMode } from "../types"; export declare function getChain(provider: EthereumProvider): Promise<Chain>; export declare function isDevelopmentNetwork(chainId: number): boolean; export declare function getMode(provider: EthereumProvider): Promise<TestClientMode>; //# sourceMappingURL=chains.d.ts.map