UNPKG

@nomicfoundation/hardhat-verify

Version:
8 lines 357 B
import { LazyEtherscanImpl } from "./etherscan.js"; export class Verification { etherscan; constructor(provider, networkName, chainDescriptors, verificationProvidersConfig) { this.etherscan = new LazyEtherscanImpl(provider, networkName, chainDescriptors, verificationProvidersConfig); } } //# sourceMappingURL=verification-helpers.js.map