Skip to content

Commit

Permalink
chore: unhide flags relevant for devnets / testing (#7271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Dec 3, 2024
1 parent 376fe2a commit 37c4287
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cli/src/cmds/beacon/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const beaconExtraOptions: CliCommandOptions<BeaconExtraArgs> = {
},

genesisStateFile: {
hidden: true,
description: "Path or URL to download a genesis state file in ssz-encoded format",
type: "string",
},
Expand Down Expand Up @@ -80,7 +79,6 @@ export const beaconExtraOptions: CliCommandOptions<BeaconExtraArgs> = {
ignoreWeakSubjectivityCheck: {
description:
"Ignore the checkpoint sync state failing the weak subjectivity check. This is relevant in testnets where the weak subjectivity period is too small for even few epochs of non finalization causing last finalized to be out of range. This flag is not recommended for mainnet use.",
hidden: true,
type: "boolean",
group: "weak subjectivity",
},
Expand Down Expand Up @@ -120,7 +118,6 @@ export const beaconExtraOptions: CliCommandOptions<BeaconExtraArgs> = {
},

persistNetworkIdentity: {
hidden: true,
description: "Whether to reuse the same peer-id across restarts",
type: "boolean",
},
Expand Down

0 comments on commit 37c4287

Please sign in to comment.