From 8810a77ef3f95c6d7d7214f3b65d0c3588f2a68b Mon Sep 17 00:00:00 2001 From: clement-ux Date: Thu, 29 Aug 2024 17:46:29 +0200 Subject: [PATCH] chore: increase gas limit for test for AMO quoter. --- contracts/hardhat.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/hardhat.config.js b/contracts/hardhat.config.js index 9218077d91..841693cd7e 100644 --- a/contracts/hardhat.config.js +++ b/contracts/hardhat.config.js @@ -103,6 +103,7 @@ module.exports = { accounts: { mnemonic, }, + blockGasLimit: 1000000000, chainId, ...(isArbitrumFork ? { tags: ["arbitrumOne"] }