File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2222done
2323
2424metrics_option=$( [[ " $HIVE_ETH2_METRICS_PORT " == " " ]] && echo " " || echo " --metrics --metrics.address=$CONTAINER_IP --metrics.port=$HIVE_ETH2_METRICS_PORT " )
25+ builder_option=$( [[ " $HIVE_ETH2_BUILDER_ENDPOINT " == " " ]] && echo " --builder.selection executiononly" || echo " --builder" )
26+ echo BUILDER=$builder_option
2527
2628LOG=info
2729case " $HIVE_LOGLEVEL " in
@@ -41,6 +43,7 @@ node /usr/app/node_modules/.bin/lodestar \
4143 --paramsFile=/hive/input/config.yaml \
4244 --keystoresDir=" /data/validators" \
4345 --secretsDir=" /data/secrets" \
44- $metrics_option \
46+ --useProduceBlockV3 \
47+ $metrics_option $builder_option \
4548 --beaconNodes=" http://$HIVE_ETH2_BN_API_IP :$HIVE_ETH2_BN_API_PORT "
4649
You can’t perform that action at this time.
0 commit comments