diff --git a/lodestar/run.sh b/lodestar/run.sh index d26b6ad..90f7532 100755 --- a/lodestar/run.sh +++ b/lodestar/run.sh @@ -1,6 +1,6 @@ #!/bin/sh -BUILDER_SELECTION="maxprofit" +BUILDER_SELECTION="executiononly" # If the builder API is enabled, override the builder selection to signal Lodestar to always propose blinded blocks. if [[ $BUILDER_API_ENABLED == "true" ]];