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

This commit is contained in:
openhands 2026-03-14 20:58:34 +00:00
parent 28a5059344
commit 0e33d6cbba
2 changed files with 2 additions and 2 deletions

View file

@ -30,4 +30,4 @@
- [2026-03-14] No mainnet VWAP bootstrap runbook (#728)
- [2026-03-14] fitness.sh individual-scoring path still silences errors (#766)
- [2026-03-14] batch-eval.sh MANIFEST_DIR (mktemp -d) has no cleanup trap (#763)
- [2026-03-14] fix: bootstrap.sh anvil_setCode guard now targets correct feeDest 0xf6a3... (#760)
- [2026-03-14] bootstrap.sh anvil_setCode guard now targets correct feeDest 0xf6a3... (#760)

View file

@ -28,7 +28,7 @@ log "Anvil running"
DEPLOYER=$($CAST wallet address --mnemonic "test test test test test test test test test test test junk" 2>/dev/null)
log "Clearing code from deployer ($DEPLOYER) + feeDest"
$CAST rpc --rpc-url "$RPC_URL" anvil_setCode "$DEPLOYER" "0x" 2>/dev/null || true
$CAST rpc --rpc-url "$RPC_URL" anvil_setCode "0x8A9145E1Ea4C4d7FB08cF1011c8ac1F0e10F9383" "0x" 2>/dev/null || true
$CAST rpc --rpc-url "$RPC_URL" anvil_setCode "0xf6a3eef9088A255c32b6aD2025f83E57291D9011" "0x" 2>/dev/null || true
# 3. Deploy contracts — capture output for addresses
log "Deploying contracts..."