pub trait StrategyConfig { // Required method fn eoa(&self) -> Option<Address>; }
If None is returned, the strategy will use a random signer in the swap router.