From e04e041a0fb3cf4950e08abef4b5161b2c72bf6a Mon Sep 17 00:00:00 2001 From: johba Date: Sun, 22 Mar 2026 02:15:29 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20EOA=E2=86=92contract=20in=20FE?= =?UTF-8?q?E=5FDEST=20comment=20(#795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The production feeDest has contract bytecode on Base mainnet, not an EOA. Fix the contradictory comment flagged in review. Co-Authored-By: Claude Opus 4.6 (1M context) --- onchain/script/DeployBaseMainnet.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onchain/script/DeployBaseMainnet.sol b/onchain/script/DeployBaseMainnet.sol index 067df03..8fce9e0 100644 --- a/onchain/script/DeployBaseMainnet.sol +++ b/onchain/script/DeployBaseMainnet.sol @@ -13,7 +13,7 @@ contract DeployBaseMainnet is DeployBase { constructor() { // Base mainnet configuration // - // feeDest — production fee-destination wallet (EOA controlled by the team). + // feeDest — production fee-destination (a team-controlled contract on Base mainnet). // This address has contract bytecode on Base mainnet, so // LiquidityManager.setFeeDestination() will set feeDestinationLocked=true // on the first call (see LiquidityManager.sol line 154). That is the