mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 06:16:25 +00:00
7d174b548a
Further simplifications and removal of support for multiple network back-ends per testnet.
10 lines
161 B
Bash
10 lines
161 B
Bash
NETWORK_ID=20
|
|
NETWORK_TYPE=libp2p_native
|
|
SHARD_COUNT=16
|
|
SLOTS_PER_EPOCH=16
|
|
SECONDS_PER_SLOT=30
|
|
VALIDATOR_COUNT=1000
|
|
LAST_USER_VALIDATOR=199
|
|
BOOTSTRAP_PORT=9100
|
|
|