mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-20 02:08:12 +00:00
Make testnet1 identical to testnet0
This commit is contained in:
parent
258f6f6334
commit
7617e293a9
@ -76,8 +76,10 @@ iterator validatorAssignments: tuple[node: Node; firstValidator, lastValidator:
|
|||||||
0
|
0
|
||||||
,
|
,
|
||||||
"testnet1": proc (nodeIdx: int): int =
|
"testnet1": proc (nodeIdx: int): int =
|
||||||
if nodeIdx == 0: systemValidators
|
if nodeidx < 4:
|
||||||
else: 0
|
systemValidators div 4
|
||||||
|
else:
|
||||||
|
0
|
||||||
}
|
}
|
||||||
|
|
||||||
var nextValidatorIdx = conf.totalUserValidators
|
var nextValidatorIdx = conf.totalUserValidators
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
CONST_PRESET=minimal
|
CONST_PRESET=minimal
|
||||||
NETWORK_TYPE=libp2p_daemon
|
NETWORK_TYPE=libp2p_daemon
|
||||||
SLOTS_PER_EPOCH=16
|
QUICKSTART_VALIDATORS=8
|
||||||
SECONDS_PER_SLOT=16
|
RANDOM_VALIDATORS=120
|
||||||
MAX_COMMITTEES_PER_SLOT=8
|
|
||||||
QUICKSTART_VALIDATORS=40
|
|
||||||
RANDOM_VALIDATORS=960
|
|
||||||
BOOTSTRAP_PORT=9100
|
BOOTSTRAP_PORT=9100
|
||||||
WEB3_URL=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a
|
WEB3_URL=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user