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

feat(config): Add support for nested chain config override #297

Open
antiyro opened this issue Oct 2, 2024 · 0 comments · May be fixed by #312
Open

feat(config): Add support for nested chain config override #297

antiyro opened this issue Oct 2, 2024 · 0 comments · May be fixed by #312
Assignees
Labels
enhancement New feature or request

Comments

@antiyro
Copy link
Member

antiyro commented Oct 2, 2024

Right now I am only able to use --chain-config-override for the parent fields of the chain config like:

 --chain-config-override sequencer_address=0x123

I would like to be able to modify nested fields in order for exemple to modify the steps number of the chain config like:

--chain-config-override bouncer_config.block_max_capacity.n_steps=100000

It apears that this function does not support it

@antiyro antiyro added the enhancement New feature or request label Oct 2, 2024
@akhercha akhercha assigned akhercha and unassigned byteZorvin Oct 2, 2024
@jbcaron jbcaron assigned jbcaron and unassigned akhercha Oct 3, 2024
@jbcaron jbcaron linked a pull request Oct 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

4 participants