From 2497a80ebeeac43b121a411269b0a400a37cfe7e Mon Sep 17 00:00:00 2001 From: Eric Zhong Date: Wed, 20 Jul 2022 12:07:08 -0400 Subject: [PATCH] Add blockGasLimit to hardhat config to prevent ProviderGasError in integ tests (#126) --- hardhat.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat.config.js b/hardhat.config.js index 11bff9155..92ef8e32d 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -12,6 +12,7 @@ module.exports = { networks: { hardhat: { chainId: 1, + blockGasLimit: 150_000_000, forking: mainnetFork, accounts: { count: 2,