UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

10 lines 292 B
import { definePlugin } from "../../../plugins.js"; const hardhatPlugin = definePlugin({ id: "builtin:artifacts", hookHandlers: { hre: () => import("./hook-handlers/hre.js"), }, npmPackage: "hardhat", }); export default hardhatPlugin; //# sourceMappingURL=index.js.map