UNPKG

@nomiclabs/hardhat-etherscan

Version:
4 lines 265 B
import type { CustomChain } from "./types"; export declare function buildContractUrl(browserURL: string, contractAddress: string): string; export declare function printSupportedNetworks(customChains: CustomChain[]): Promise<void>; //# sourceMappingURL=util.d.ts.map