fix: DeployLocal.sol feeDest 0xf6a3... may have code on Base Sepolia fork (#760)

This commit is contained in:
openhands 2026-03-14 20:21:32 +00:00
parent 99d6da7032
commit 89580171b7
2 changed files with 8 additions and 2 deletions

View file

@ -23,6 +23,10 @@ contract DeployLocal is Script {
uint24 internal constant FEE = uint24(10_000);
// Configuration
// NOTE: 0xf6a3... carries 171 bytes of code on Base mainnet and has been confirmed to
// also carry code on Base Sepolia. bootstrap.sh erases it via anvil_setCode before
// setFeeDestination is called so the fork-local LiquidityManager does not permanently
// lock feeDestinationLocked. See issue #760.
address internal constant feeDest = 0xf6a3eef9088A255c32b6aD2025f83E57291D9011;
address internal constant weth = 0x4200000000000000000000000000000000000006;
address internal constant v3Factory = 0x4752ba5DBc23f44D87826276BF6Fd6b1C372aD24;