UNPKG

cofhe-hardhat-plugin

Version:
8 lines 325 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; export type DeployMocksArgs = { deployTestBed?: boolean; gasWarning?: boolean; silent?: boolean; }; export declare const deployMocks: (hre: HardhatRuntimeEnvironment, options?: DeployMocksArgs) => Promise<void>; //# sourceMappingURL=deploy-mocks.d.ts.map