From 130e22d1899c1549db6da9e970010716e36df810 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 13 Mar 2026 20:34:40 +0000 Subject: [PATCH] fix: sync FEE_DEST in bootstrap-common.sh with DeployLocal.sol feeDest DeployLocal.sol changed feeDest to keccak256('harb.local.feeDest') = 0x8A9145E1Ea4C4d7FB08cF1011c8ac1F0e10F9383 but bootstrap-common.sh still had the old address 0xf6a3eef9088A255c32b6aD2025f83E57291D9011. Mismatch caused setRecenterAccess to revert (impersonating wrong address). Co-Authored-By: Claude Sonnet 4.6 --- scripts/bootstrap-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-common.sh b/scripts/bootstrap-common.sh index 2ee8bf8..2406a21 100755 --- a/scripts/bootstrap-common.sh +++ b/scripts/bootstrap-common.sh @@ -15,7 +15,7 @@ set -euo pipefail # ── Constants ────────────────────────────────────────────────────────── -FEE_DEST=0xf6a3eef9088A255c32b6aD2025f83E57291D9011 +FEE_DEST=0x8A9145E1Ea4C4d7FB08cF1011c8ac1F0e10F9383 WETH=0x4200000000000000000000000000000000000006 SWAP_ROUTER=0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4 MAX_UINT=0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff