@nomicfoundation/hardhat-verify
Version:
Hardhat plugin for verifying contracts
8 lines • 357 B
JavaScript
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