/** * * DO NOT EDIT THIS FILE! * * This file is merely a loader for the infinitymint.config.js and you should put inside of the hardhat key what ever you would * put inside of here. */ import "module-alias/register"; import "@nomicfoundation/hardhat-toolbox"; import "@nomiclabs/hardhat-ethers"; import "hardhat-deploy"; import "hardhat-change-network"; declare const _default: import("hardhat/types").HardhatUserConfig; export default _default; //# sourceMappingURL=hardhat.config.d.ts.map