UNPKG

@nomicfoundation/hardhat-foundry

Version:

Hardhat plugin that provides compatibility with Foundry-based projects remappings.

9 lines 297 B
import { definePlugin } from "hardhat/plugins"; const hardhatFoundry = definePlugin({ id: "@nomicfoundation/hardhat-foundry", hookHandlers: { solidity: () => import("./internal/hook-handlers/solidity.js"), }, }); export default hardhatFoundry; //# sourceMappingURL=index.js.map