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