hardhat-deploy
Version:
Hardhat Plugin For Replicable Deployments And Tests
12 lines • 442 B
TypeScript
import { HardhatRuntimeEnvironment } from 'hardhat/types';
export declare function submitSources(hre: HardhatRuntimeEnvironment, solcInputsPath: string, config?: {
contractName?: string;
etherscanApiKey?: string;
license?: string;
fallbackOnSolcInput?: boolean;
forceLicense?: boolean;
sleepBetween?: boolean;
apiUrl?: string;
writePostData?: boolean;
}): Promise<void>;
//# sourceMappingURL=etherscan.d.ts.map