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

Feature: Add --network flag to easily load Sequencer Network Default Configurations for different networks #138

Closed
sambukowski opened this issue Jul 29, 2024 · 0 comments · Fixed by #139
Assignees

Comments

@sambukowski
Copy link
Contributor

sambukowski commented Jul 29, 2024

We use Cobra to set up the cli commands, arguments, and flags. Cobra only allows for one default value for a given flag.
Currently, all of the flag defaults for the cli are set to target the dev net (dusk-#).
Similar to the --network flag in the devrunner commands, a --network flag should be added to the sequencer commands to allow for easily updating all of the potential flag values for a command to target that specific network using a config file.

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

Successfully merging a pull request may close this issue.

1 participant