From ac6de72154becff0f6fd25ca001a5a6fe8145f0f Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Mon, 10 Jul 2023 15:03:12 +0400 Subject: [PATCH] remove comments --- helpers/evm.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/evm.ts b/helpers/evm.ts index fa4f008c..4bf5e11b 100644 --- a/helpers/evm.ts +++ b/helpers/evm.ts @@ -2,7 +2,6 @@ import { MaxUint256 } from "@ethersproject/constants"; import { parseUnits } from "@ethersproject/units"; import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers"; -// import { ethers } from "hardhat"; import { TestSystemContract, TestSystemContract__factory,