We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ef3ae commit 94792f8Copy full SHA for 94792f8
packages/cli/src/cmds/validator/options.ts
@@ -257,7 +257,8 @@ export const validatorOptions: CliCommandOptions<IValidatorCliArgs> = {
257
258
useProduceBlockV3: {
259
type: "boolean",
260
- description: "Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet",
+ description:
261
+ "Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet",
262
defaultDescription: `${defaultOptions.useProduceBlockV3}`,
263
},
264
0 commit comments