From 05f41fe10adf68c553e3a6dd4ba66f17e5adf458 Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 15 Mar 2026 07:30:53 +0000 Subject: [PATCH] fix: evo_run007_champion.push3 always returns fixed params regardless of staking (#791) --- STATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/STATE.md b/STATE.md index 5420a2f..eebb58c 100644 --- a/STATE.md +++ b/STATE.md @@ -45,3 +45,4 @@ - [2026-03-15] No-op varCounter assignment before false branch in processExecIf (#655) - [2026-03-15] Old-format CIDs are warned but still silently dropped from the pool (#801): legacy CID warning made explicit (migration not supported), CID format contract documented in comment - [2026-03-15] red-team.sh and export-attacks.py use Base Sepolia addresses labeled as mainnet (#794): replace Sepolia SWAP_ROUTER and V3_FACTORY with correct Base mainnet addresses; add Basescan source-link comments +- [2026-03-15] evo_run007_champion.push3 always returns fixed params regardless of staking (#791)