import "dotenv/config"; import "@nomiclabs/hardhat-etherscan"; import "@nomiclabs/hardhat-web3"; import "@typechain/hardhat"; import "hardhat-deploy"; import "hardhat-deploy-ethers"; import "hardhat-gas-reporter"; import "solidity-coverage";