Skip to content

Commit

Permalink
Hide new option
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 17, 2024
1 parent fe6e785 commit 25293b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/src/options/beaconNodeOptions/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,10 @@ Will double processing times. Use only for debugging purposes.",
},

"chain.archiveMode": {
hidden: false,
hidden: true,
choices: Object.values(ArchiveMode),
description: "Strategy to manage archive states",
default: defaultOptions.chain.archiveMode,
defaultDescription: String(defaultOptions.chain.archiveMode),
type: "string",
group: "chain",
},
Expand Down

0 comments on commit 25293b4

Please sign in to comment.