@nomicfoundation/hardhat-viem
Version:
Hardhat plugin for viem
7 lines • 410 B
TypeScript
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