From 7f6f8164795a056164f380d2aea481b8fc835559 Mon Sep 17 00:00:00 2001 From: Alex Forshtat Date: Fri, 27 Dec 2024 14:32:11 +0100 Subject: [PATCH] Update hardhat.config.ts --- hardhat.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 438750c6..ddf7597e 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -59,9 +59,6 @@ const config: HardhatUserConfig = { } }, networks: { - hardhat: { - allowUnlimitedContractSize: true - }, dev: { url: 'http://localhost:8545' }, // github action starts localgeth service, for gas calculations localgeth: { url: 'http://localgeth:8545' },