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
Many CLI txs require custom gas configs. This is annoying to write every time and leads to long commands. We can add a config for this in client.toml specifying the default if they are not set
Background
Many CLI txs require custom gas configs. This is annoying to write every time and leads to long commands. We can add a config for this in client.toml specifying the default if they are not set
Suggested Design
Base it on CosmosContracts/juno#601
Acceptance Criteria
Txs on the CLI don't require
--gas auto --gas-prices 0.1uosmo --gas-adjustment 1.3
as those can be directly picked up from the configThe text was updated successfully, but these errors were encountered: