@tenderly/hardhat-tenderly
Version:
Package for overloading some of the HardhatRuntimeEnvironment components
5 lines • 413 B
TypeScript
import { HardhatRuntimeEnvironment } from "hardhat/types";
export declare function shouldPopulateHardhatVerifyConfig(hre: HardhatRuntimeEnvironment): boolean;
export declare function populateHardhatVerifyConfig(hre: HardhatRuntimeEnvironment): Promise<void>;
export declare function findEtherscanConfig(hre: HardhatRuntimeEnvironment): any | undefined;
//# sourceMappingURL=populate-hardhat-verify-config.d.ts.map