The assumption(`isEOA` never changes) for the logic [here](https://github.com/QuarkChain/optimism/blob/5db026b26ecfb721eefd91571594ca9c4637fd9b/op-batcher/batcher/driver.go#L909-L929) no longer holds after EIP-7702. Instead, we should always estimate gas if inbox contract is enabled.
The assumption(
isEOAnever changes) for the logic here no longer holds after EIP-7702.Instead, we should always estimate gas if inbox contract is enabled.