You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After OP Bedrock, the way our OP relayer works changed.
It is no longer able to do gas estimations before submitting the transactions on L1, therefore it cannot detect failing transactions.
As an alternative we can use a call to contract.callStatic.method_name before actually submitting the transaction on chain.
This is free and provides a way to check if a transaction will fail.
The text was updated successfully, but these errors were encountered:
After OP Bedrock, the way our OP relayer works changed.
It is no longer able to do gas estimations before submitting the transactions on L1, therefore it cannot detect failing transactions.
As an alternative we can use a call to contract.callStatic.method_name before actually submitting the transaction on chain.
This is free and provides a way to check if a transaction will fail.
The text was updated successfully, but these errors were encountered: