From b050d25989b26ace49edfe6a996759b6cbf11b10 Mon Sep 17 00:00:00 2001 From: Player1Taco Date: Fri, 18 Aug 2023 21:59:11 -0600 Subject: [PATCH] Update hardhat.config.js updated spelling --- hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 83c0599..705f8b9 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -23,7 +23,7 @@ module.exports = { networks: { hardhat:{ blockGasLimit: 120_000_000 - // 4x block limit (120 million). An reasonable amount for major node operators + // 4x block limit (120 million). A reasonable amount for major node operators // eth_call limit: // Alchemy: 550 million // Infura: 10x (300 Million)