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
6120d22f
Unverified
Commit
6120d22f
authored
Feb 11, 2024
by
Adrian Sutton
Committed by
GitHub
Feb 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-proposer: Unhide dispute game flags (#9459)
Stable enough to be visible.
parent
cf378095
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
flags.go
op-proposer/flags/flags.go
+5
-8
No files found.
op-proposer/flags/flags.go
View file @
6120d22f
...
@@ -51,23 +51,20 @@ var (
...
@@ -51,23 +51,20 @@ var (
EnvVars
:
prefixEnvVars
(
"ALLOW_NON_FINALIZED"
),
EnvVars
:
prefixEnvVars
(
"ALLOW_NON_FINALIZED"
),
}
}
DisputeGameFactoryAddressFlag
=
&
cli
.
StringFlag
{
DisputeGameFactoryAddressFlag
=
&
cli
.
StringFlag
{
Name
:
"
dgf
-address"
,
Name
:
"
game-factory
-address"
,
Usage
:
"Address of the DisputeGameFactory contract"
,
Usage
:
"Address of the DisputeGameFactory contract"
,
EnvVars
:
prefixEnvVars
(
"DGF_ADDRESS"
),
EnvVars
:
prefixEnvVars
(
"GAME_FACTORY_ADDRESS"
),
Hidden
:
true
,
}
}
ProposalIntervalFlag
=
&
cli
.
DurationFlag
{
ProposalIntervalFlag
=
&
cli
.
DurationFlag
{
Name
:
"proposal-interval"
,
Name
:
"proposal-interval"
,
Usage
:
"Interval between submitting L2 output proposals when the
DGFA
ddress is set"
,
Usage
:
"Interval between submitting L2 output proposals when the
dispute game factory a
ddress is set"
,
EnvVars
:
prefixEnvVars
(
"PROPOSAL_INTERVAL"
),
EnvVars
:
prefixEnvVars
(
"PROPOSAL_INTERVAL"
),
Hidden
:
true
,
}
}
DisputeGameTypeFlag
=
&
cli
.
UintFlag
{
DisputeGameTypeFlag
=
&
cli
.
UintFlag
{
Name
:
"
dg
-type"
,
Name
:
"
game
-type"
,
Usage
:
"Dispute game type to create via the configured DisputeGameFactory"
,
Usage
:
"Dispute game type to create via the configured DisputeGameFactory"
,
Value
:
0
,
Value
:
0
,
EnvVars
:
prefixEnvVars
(
"DG_TYPE"
),
EnvVars
:
prefixEnvVars
(
"GAME_TYPE"
),
Hidden
:
true
,
}
}
ActiveSequencerCheckDurationFlag
=
&
cli
.
DurationFlag
{
ActiveSequencerCheckDurationFlag
=
&
cli
.
DurationFlag
{
Name
:
"active-sequencer-check-duration"
,
Name
:
"active-sequencer-check-duration"
,
...
...
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