UNPKG

@nomicfoundation/hardhat-verify

Version:
9 lines 303 B
import { Blockscout } from "./blockscout.js"; import { Etherscan } from "./etherscan.js"; import { Sourcify } from "./sourcify.js"; export const VERIFICATION_PROVIDERS = { etherscan: Etherscan, blockscout: Blockscout, sourcify: Sourcify, }; //# sourceMappingURL=verification-providers.js.map