@nomiclabs/hardhat-etherscan
Version:
Hardhat plugin for verifying contracts on etherscan
5 lines • 478 B
TypeScript
import { EthereumProvider } from "hardhat/types";
import { ChainConfig, CustomChain, EtherscanNetworkEntry } from "../types";
export declare function getEtherscanEndpoints(provider: EthereumProvider, networkName: string, chainConfig: ChainConfig, customChains: CustomChain[]): Promise<EtherscanNetworkEntry>;
export declare function retrieveContractBytecode(address: string, provider: EthereumProvider, networkName: string): Promise<string>;
//# sourceMappingURL=prober.d.ts.map