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