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
I found that in the code repository, op-batcher submits blob transactions to Celestia with a fixed gasPrice -1.
Would dynamically fetching the network's gasPrice be a better solution?
Additionally, should there be a retry mechanism for submitting blob transactions to prevent a situation where transactions remain pending due to network congestion, consequently preventing subsequent blob transactions from being confirmed?
The text was updated successfully, but these errors were encountered:
Hi,
I found that in the code repository, op-batcher submits blob transactions to Celestia with a fixed gasPrice -1.
Would dynamically fetching the network's gasPrice be a better solution?
Additionally, should there be a retry mechanism for submitting blob transactions to prevent a situation where transactions remain pending due to network congestion, consequently preventing subsequent blob transactions from being confirmed?
The text was updated successfully, but these errors were encountered: