Commit 747e6248 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix docstring

parent 41ee09dc
...@@ -16,11 +16,11 @@ contract SystemConfig is OwnableUpgradeable, Semver { ...@@ -16,11 +16,11 @@ contract SystemConfig is OwnableUpgradeable, Semver {
/** /**
* @notice Enum representing different types of updates. * @notice Enum representing different types of updates.
* *
* @custom:value BATCHER Represents an update to the batcher hash. * @custom:value BATCHER Represents an update to the batcher hash.
* @custom:value GAS_CONFIG Represents an update to txn fee config on L2. * @custom:value GAS_CONFIG Represents an update to txn fee config on L2.
* @custom:value GAS_LIMIT Represents an update to gas limit on L2. * @custom:value GAS_LIMIT Represents an update to gas limit on L2.
* @custom:value UNSAFE_BLOCK_KEY Represents an update to the signer key for unsafe * @custom:value UNSAFE_BLOCK_SIGNER Represents an update to the signer key for unsafe
* block distrubution. * block distrubution.
*/ */
enum UpdateType { enum UpdateType {
BATCHER, BATCHER,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment