UNPKG

@nomicfoundation/hardhat-verify

Version:
7 lines 349 B
import { task } from "hardhat/config"; import { extendWithVerificationArgs } from "../utils.js"; const verifyEtherscanTask = extendWithVerificationArgs(task(["verify", "etherscan"], "Verify a contract on Etherscan")) .setAction(() => import("./task-action.js")) .build(); export default verifyEtherscanTask; //# sourceMappingURL=index.js.map