In the op-program folder, the make verify-compat command failed due to the addition of a new FetchReceipts call in the getTxSucceed function.
To address this, we may need to:
- Add an option to avoid using the batchInbox contract, allowing us to reuse the preimage oracle data to pass the test.
- Generate new preimage data for the batchInbox case.