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:
parent
fcd8f77693
commit
e04e041a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue