UNPKG

cofhe-hardhat-plugin

Version:
9 lines 670 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; export declare const hardhatSetCode: (hre: HardhatRuntimeEnvironment, address: string, bytecode: string) => Promise<void>; export declare const checkNetworkAndSkip: (hre: HardhatRuntimeEnvironment) => Promise<boolean>; export declare const logEmpty: () => void; export declare const logSuccess: (message: string, indent?: number) => void; export declare const logWarning: (message: string, indent?: number) => void; export declare const logError: (message: string, indent?: number) => void; export declare const logDeployment: (contractName: string, address: string) => void; //# sourceMappingURL=utils.d.ts.map