mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
14374504cf
* Switched to FloodSub * Testnet0 switched to the minimal preset. All validators deployed on the master node.
10 lines
236 B
Bash
10 lines
236 B
Bash
CONST_PRESET=minimal
|
|
NETWORK_TYPE=libp2p_daemon
|
|
SHARD_COUNT=8
|
|
SLOTS_PER_EPOCH=8
|
|
SECONDS_PER_SLOT=6
|
|
QUICKSTART_VALIDATORS=8
|
|
RANDOM_VALIDATORS=120
|
|
BOOTSTRAP_PORT=9000
|
|
WEB3_URL=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a
|