UNPKG

hardhat

Version:

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

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