Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
747e6248
Commit
747e6248
authored
Dec 16, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contracts-bedrock: fix docstring
parent
41ee09dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
SystemConfig.sol
packages/contracts-bedrock/contracts/L1/SystemConfig.sol
+5
-5
No files found.
packages/contracts-bedrock/contracts/L1/SystemConfig.sol
View file @
747e6248
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment