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

[DOCS] Incorrect option name in op-batcher configuration #1011

Closed
paulfisherz opened this issue Oct 20, 2024 · 0 comments · Fixed by #1012
Closed

[DOCS] Incorrect option name in op-batcher configuration #1011

paulfisherz opened this issue Oct 20, 2024 · 0 comments · Fixed by #1012
Labels
community-request docs updates requested by community or OP collective documentation Improvements or additions to documentation

Comments

@paulfisherz
Copy link
Contributor

Description

In the op-batcher configuration, the option name --altda.enabled is used incorrectly. The correct option name is --plasma.enabled, which is responsible for enabling Plasma mode. A typo in the option name causes the system not to recognize this parameter.

Consequences if not corrected:

1.Incorrect configuration: op-batcher will ignore the invalid option --altda.enabled and use the default value (false). This may lead to the deactivation of necessary features related to Plasma.
2.Missing required features: Plasma mode will not be activated, which may disrupt the system's operation when using features that rely on Plasma.
3.Execution errors: Failures or incorrect operation of op-batcher may occur, requiring additional time for diagnosis and correction.

It is necessary to immediately make a correction by replacing --altda.enabled with --plasma.enabled to ensure the correct operation of op-batcher and avoid potential issues with system configuration and functionality.

Links to Related Pages

https://github.com/ethereum-optimism/docs/blob/main/pages/builders/chain-operators/configuration/batcher.mdx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-request docs updates requested by community or OP collective documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant