-
Notifications
You must be signed in to change notification settings - Fork 181
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
feat(cli): Specify client.toml variables (gas, gas-prices, note, etc) #601
Conversation
UGH the linter changed overnight... 95% of the issues are in the oracle and price feeder - which are being removed anyway |
K, you have a PR to take out the price feeder, yes? |
PS: this looks like solid usability improvements |
@faddat yes, that PR which was just merged to main did this. So I'll pull main in later today & will fix these PRs CI |
Cherry picked the lint commits from another branch, this should be good to go now, linter-wise. |
Closes #518
CI Failure note
The linter upgraded overnight... 95% of the issues are in the oracle and price feeder - which are being removed anyway in another PR
Feature
Reads from the client.toml file to get custom defined variables. This includes:
Logic
junod config gas 1000000
to add in all the custom configuration optionsFlow
junod config gas 1000000
into config.tomljunod tx bank send key juno1... 100ujuno
export JUNOD_GAS=500000
in the terminaljunod tx bank send key juno1... 100ujuno