[DOCS] Incorrect option name in op-batcher configuration #1011
Labels
community-request
docs updates requested by community or OP collective
documentation
Improvements or additions to documentation
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
The text was updated successfully, but these errors were encountered: