Skip to content

Commit

Permalink
Set default LocalBlockValueBoost to 10 (#13772)
Browse files Browse the repository at this point in the history
* Set default LocalBlockValueBoost to 10

* Update base.go

* Update mainnet_config.go
  • Loading branch information
fredriksvantes authored Mar 22, 2024
1 parent c05e39a commit d193655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/beacon-chain/flags/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var (
Name: "local-block-value-boost",
Usage: "A percentage boost for local block construction as a Uint64. This is used to prioritize local block construction over relay/builder block construction" +
"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)",
Value: 10,
}
// ExecutionEngineEndpoint provides an HTTP access endpoint to connect to an execution client on the execution layer
ExecutionEngineEndpoint = &cli.StringFlag{
Expand Down

0 comments on commit d193655

Please sign in to comment.