From 30411363e2745aa4073343dcfbffe1cf8d8f6a78 Mon Sep 17 00:00:00 2001 From: malteish Date: Thu, 13 Jun 2024 11:17:06 +0200 Subject: [PATCH] cleanup --- hardhat.config.ts | 5 ----- 1 file changed, 5 deletions(-) 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) => {