UNPKG

@nomicfoundation/hardhat-verify

Version:
9 lines 404 B
import { Verification } from "../verification-helpers.js"; export default async () => ({ async newConnection(context, next) { const connection = await next(context); connection.verification = new Verification(connection.provider, connection.networkName, context.config.chainDescriptors, context.config.verify); return connection; }, }); //# sourceMappingURL=network.js.map