Skip to content

Commit d193655

Browse files
Set default LocalBlockValueBoost to 10 (#13772)
* Set default LocalBlockValueBoost to 10 * Update base.go * Update mainnet_config.go
1 parent c05e39a commit d193655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/beacon-chain/flags/base.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var (
2929
Name: "local-block-value-boost",
3030
Usage: "A percentage boost for local block construction as a Uint64. This is used to prioritize local block construction over relay/builder block construction" +
3131
"Boost is an additional percentage to multiple local block value. Use builder block if: builder_bid_value * 100 > local_block_value * (local-block-value-boost + 100)",
32+
Value: 10,
3233
}
3334
// ExecutionEngineEndpoint provides an HTTP access endpoint to connect to an execution client on the execution layer
3435
ExecutionEngineEndpoint = &cli.StringFlag{

0 commit comments

Comments
 (0)