Set default localBlockValueBoost to 10 (#6103)

* Set default localBlockValueBoost to 10

* Updated local-block-value-boost in documentation to say 10 as default
This commit is contained in:
Fredrik Svantes 2024-03-21 03:06:03 +01:00 committed by GitHub
parent 02ccfd488b
commit d66a769135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -647,7 +647,7 @@ type
# https://github.com/prysmaticlabs/prysm/pull/12227/files
localBlockValueBoost* {.
desc: "Increase execution layer block values for builder bid comparison by a percentage"
defaultValue: 0
defaultValue: 10
name: "local-block-value-boost" .}: uint8
historyMode* {.

View File

@ -137,7 +137,7 @@ The following options are available:
--payload-builder Enable external payload builder [=false].
--payload-builder-url Payload builder URL.
--local-block-value-boost Increase execution layer block values for builder bid comparison by a percentage
[=0].
[=10].
--history Retention strategy for historical data (archive/prune) [=HistoryMode.Prune].
...