mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 03:22:20 +00:00
8 lines
178 B
Bash
8 lines
178 B
Bash
|
DATADIR=~/.lighthouse/local-testnet
|
||
|
TESTNET_DIR=$DATADIR/testnet
|
||
|
BEACON_DIR=$DATADIR/beacon
|
||
|
VALIDATORS_DIR=$DATADIR/validators
|
||
|
SECRETS_DIR=$DATADIR/secrets
|
||
|
|
||
|
VALIDATOR_COUNT=1024
|