vc: increase default gas limit (#6897)

Increases default gas limit to 36M.
This commit is contained in:
Roman Krasiuk
2025-04-30 03:15:39 +02:00
committed by GitHub
parent 63a10eaaea
commit 34a6c3a930
4 changed files with 5 additions and 5 deletions

View File

@@ -387,7 +387,7 @@ pub struct ValidatorClient {
#[clap(
long,
value_name = "INTEGER",
default_value_t = 30_000_000,
default_value_t = 36_000_000,
requires = "builder_proposals",
help = "The gas limit to be used in all builder proposals for all validators managed \
by this validator client. Note this will not necessarily be used if the gas limit \