cofhe-hardhat-plugin
Version:
Hardhat TypeScript plugin boilerplate
9 lines • 670 B
TypeScript
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