diff --git a/hardhat.config.ts b/hardhat.config.ts index 310c93a0..b7308619 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -7,11 +7,6 @@ import '@nomicfoundation/hardhat-ethers'; import '@nomicfoundation/hardhat-chai-matchers'; import '@typechain/hardhat'; -// require("@nomiclabs/hardhat-waffle"); -// require("hardhat-gas-reporter"); -// require("solidity-coverage"); -//require("@foundry-rs/hardhat-forge"); - // This is a sample Hardhat task. To learn how to create your own go to // https://hardhat.org/guides/create-task.html task('accounts', 'Prints the list of accounts', async (taskArgs, hre) => {