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 • 309 B
JavaScript
import { definePlugin } from "../../../plugins.js";
import { generateTasks } from "./tasks/index.js";
const hardhatPlugin = definePlugin({
id: "builtin:hhu",
tasks: generateTasks({ prefixWithUtils: true }),
npmPackage: "hardhat",
});
export default hardhatPlugin;
//# sourceMappingURL=index.js.map