Commit 12862e7b authored by Inphi's avatar Inphi Committed by GitHub

op-deployer: Remove unsued disputegame bootstrap flags (#13369)

parent 71b29264
......@@ -64,13 +64,13 @@ var (
}
MinProposalSizeBytesFlag = &cli.Uint64Flag{
Name: MinProposalSizeBytesFlagName,
Usage: "Minimum proposal size in bytes.",
Usage: "PreimageOracle minimum proposal size in bytes.",
EnvVars: deployer.PrefixEnvVar("MIN_PROPOSAL_SIZE_BYTES"),
Value: standard.MinProposalSizeBytes,
}
ChallengePeriodSecondsFlag = &cli.Uint64Flag{
Name: ChallengePeriodSecondsFlagName,
Usage: "Challenge period in seconds.",
Usage: "PreimageOracle challenge period in seconds.",
EnvVars: deployer.PrefixEnvVar("CHALLENGE_PERIOD_SECONDS"),
Value: standard.ChallengePeriodSeconds,
}
......@@ -253,8 +253,6 @@ var DisputeGameFlags = []cli.Flag{
deployer.PrivateKeyFlag,
OutfileFlag,
ArtifactsLocatorFlag,
MinProposalSizeBytesFlag,
ChallengePeriodSecondsFlag,
VmFlag,
GameKindFlag,
GameTypeFlag,
......
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