Update vc testnet script (#1859)
Updates the local testnet VC scripts to match current functionality.
This commit is contained in:
parent
f8da151b0b
commit
5ed4c1daca
@ -12,7 +12,7 @@ DEBUG_LEVEL=${1:-info}
|
|||||||
exec lighthouse \
|
exec lighthouse \
|
||||||
--debug-level $DEBUG_LEVEL \
|
--debug-level $DEBUG_LEVEL \
|
||||||
vc \
|
vc \
|
||||||
--datadir $VALIDATORS_DIR \
|
--datadir $DATADIR \
|
||||||
--secrets-dir $SECRETS_DIR \
|
|
||||||
--testnet-dir $TESTNET_DIR \
|
--testnet-dir $TESTNET_DIR \
|
||||||
--init-slashing-protection
|
--init-slashing-protection \
|
||||||
|
--allow-unsynced
|
||||||
|
Loading…
Reference in New Issue
Block a user