fix: correct EOA→contract in FEE_DEST comment (#795)

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) <noreply@anthropic.com>
This commit is contained in:
johba 2026-03-22 02:15:29 +00:00
parent fcd8f77693
commit e04e041a0f

View file

@ -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