fixing e2e builder gas limit (#15025)

* fixing e2e

* linting
This commit is contained in:
james-prysm
2025-03-07 13:00:16 -06:00
committed by GitHub
parent 0b6bea43a8
commit 4e41d5c610
4 changed files with 11 additions and 9 deletions

View File

@@ -110,6 +110,7 @@ func (node *Node) Start(ctx context.Context) error {
"--ipcdisable",
"--verbosity=4",
"--syncmode=full",
fmt.Sprintf("--miner.gaslimit=%d", params.BeaconConfig().DefaultBuilderGasLimit),
fmt.Sprintf("--txpool.locals=%s", EthAddress),
}