UNPKG

@excubiae/contracts

Version:
10 lines 375 B
import { HardhatUserConfig } from "hardhat/config"; import "@nomicfoundation/hardhat-toolbox"; import "@nomicfoundation/hardhat-foundry"; import "@nomicfoundation/hardhat-verify"; import "hardhat-gas-reporter"; import "./tasks/accounts"; import "./tasks/extensions"; declare const config: HardhatUserConfig; export default config; //# sourceMappingURL=hardhat.config.d.ts.map