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
{{ message }}
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Currently, clients need to pass gasPrice with every Submit request. Instead, we can allow a global gasPrice to be configured from cli options and allow clients to override it per request.
This makes rollout easier because it's easier to configure celestia-da than to update each integration to add the gas price flag.
The text was updated successfully, but these errors were encountered:
Implementation ideas
Currently, clients need to pass
gasPrice
with everySubmit
request. Instead, we can allow a globalgasPrice
to be configured from cli options and allow clients to override it per request.This makes rollout easier because it's easier to configure celestia-da than to update each integration to add the gas price flag.
The text was updated successfully, but these errors were encountered: