From 105ae5200289fc4b106e89f5f24d4c9bdf6295f4 Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Wed, 10 Jul 2024 16:39:42 +0800 Subject: [PATCH] Use solc 0.8.26 for RollupUserLogic to avoid the size issue --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 34cb2483..048657a6 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -26,7 +26,7 @@ const solidity = { ], overrides: { 'src/rollup/RollupUserLogic.sol': { - version: '0.8.9', + version: '0.8.26', settings: { optimizer: { enabled: true,