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

Update some outdated help on flags #203

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Update some outdated help on flags #203

merged 2 commits into from
Aug 20, 2024

Conversation

sveitser
Copy link
Collaborator

@sveitser sveitser commented Aug 19, 2024

Related to #202

Mainly wanted to fix copy paste error:

	f.Bool(prefix+".enable-espresso-sovereign", DefaultSequencerConfig.EnableEspressoSovereign, "enable CPU profiling and tracing")

but saw that other help texts could use changes too.

// Espresso specific flags
f.Bool(prefix+".espresso", DefaultSequencerConfig.Espresso, "enable the Espresso integration")
f.String(prefix+".hotshot-url", DefaultSequencerConfig.HotShotUrl, "URL to the hotshot query service of an Espresso node")
f.Uint64(prefix+".espresso-namespace", DefaultSequencerConfig.EspressoNamespace, "Espresso namespace that corresponds this Nitro chain")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Espresso namespace that corresponds to this Nitro chain

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sveitser sveitser merged commit 2efed6d into integration Aug 20, 2024
8 checks passed
@sveitser sveitser deleted the ma/update-help branch August 20, 2024 07:09
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 this pull request may close these issues.

2 participants