UNPKG

@nomiclabs/hardhat-etherscan

Version:
5 lines 478 B
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