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

add the max wasm contract size to the output of the config subcommand #46

Open
artemijspavlovs opened this issue Apr 8, 2024 · 0 comments

Comments

@artemijspavlovs
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like to be able to get the current value of MaxWasmSize as one of the fields in the output of rollappd config

Describe the solution you'd like
the output could be:

$ rollappd config
{
        "chain-id": "rollappwasm_1234-2",
        "keyring-backend": "test",
        "output": "text",
        "node": "tcp://localhost:26657",
        "broadcast-mode": "sync",
        "max-wasm-size": "2560000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant