diff --git a/scripts/local_testnet/validator_client.sh b/scripts/local_testnet/validator_client.sh index b68993637..a62ef2dda 100755 --- a/scripts/local_testnet/validator_client.sh +++ b/scripts/local_testnet/validator_client.sh @@ -12,7 +12,7 @@ DEBUG_LEVEL=${1:-info} exec lighthouse \ --debug-level $DEBUG_LEVEL \ vc \ - --datadir $VALIDATORS_DIR \ - --secrets-dir $SECRETS_DIR \ + --datadir $DATADIR \ --testnet-dir $TESTNET_DIR \ - --init-slashing-protection + --init-slashing-protection \ + --allow-unsynced