Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Add gas config to the client.toml config file #4962

Closed
nicolaslara opened this issue Apr 19, 2023 · 2 comments · Fixed by #5020
Closed

CLI: Add gas config to the client.toml config file #4962

nicolaslara opened this issue Apr 19, 2023 · 2 comments · Fixed by #5020

Comments

@nicolaslara
Copy link
Contributor

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 config

@hieuvubk
Copy link
Contributor

Is anyone working on this?

@nicolaslara
Copy link
Contributor Author

no, just added it yesterday when I was sick of copy pasting the gas params :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants