From cb10af703cb9adb31def595fd46de9715548324a Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 15 Mar 2026 00:01:14 +0000 Subject: [PATCH] fix: fix: increase CALCULATE_PARAMS_GAS_LIMIT from 200k to 500k (#782) --- STATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/STATE.md b/STATE.md index 33e3634..940eab1 100644 --- a/STATE.md +++ b/STATE.md @@ -34,3 +34,4 @@ - [2026-03-14] llm_contrarian.push3 AW=150/250 clamped to 100 — three rounds unaddressed (#756) - [2026-03-14] bootstrap.sh hardcodes BASE_SEPOLIA_LOCAL_FORK even on mainnet forks (#746) - [2026-03-14] remove MAX_ANCHOR_WIDTH clamp in ThreePositionStrategy (#783) +- [2026-03-14] increase CALCULATE_PARAMS_GAS_LIMIT from 200k to 500k (#782)