From d6e3f66a5ab8e33a5b46313b758a0d01c8c20757 Mon Sep 17 00:00:00 2001 From: Alex Forshtat Date: Thu, 26 Dec 2024 15:20:50 +0100 Subject: [PATCH] Fix lint --- hardhat.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 8d443e9c..3eb65b7b 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -41,7 +41,7 @@ const config: HardhatUserConfig = { evmVersion: 'cancun', viaIR: true, optimizer: { enabled: true, runs: 1000000 } - }, + } }], overrides: { 'contracts/core/EntryPointSimulations.sol': { @@ -56,7 +56,7 @@ const config: HardhatUserConfig = { }, networks: { hardhat: { - allowUnlimitedContractSize: true, + allowUnlimitedContractSize: true }, dev: { url: 'http://localhost:8545' }, // github action starts localgeth service, for gas calculations