Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Fix Obol aggregation (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Dec 4, 2023
1 parent 714c974 commit 2aff764
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charon-validator/entrypoint.lodestar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,16 @@ function import_keystores_to_validator_service() {
}

function run_validator_client() {
exec node ${VALIDATOR_SERVICE_BIN} \
exec node ${VALIDATOR_SERVICE_BIN} validator \
--network="${NETWORK}" \
--dataDir="${VALIDATOR_DATA_DIR}" \
validator \
--beaconNodes="http://localhost:3600" \
--metrics="true" \
--metrics.address="0.0.0.0" \
--metrics.port="${VALIDATOR_METRICS_PORT}" \
--graffiti="${GRAFFITI}" \
--suggestedFeeRecipient="${DEFAULT_FEE_RECIPIENT}" \
--distributed \
${VALIDATOR_EXTRA_OPTS}
}

Expand Down

0 comments on commit 2aff764

Please sign in to comment.