mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
Set Eth1FollowDistance to 16 for demo (#1891)
This commit is contained in:
parent
ef54152071
commit
23d5b5f0fa
@ -205,6 +205,7 @@ func DemoBeaconConfig() *BeaconChainConfig {
|
||||
demoConfig.MaxDepositAmount = 3200000
|
||||
demoConfig.EjectionBalance = 1600000
|
||||
demoConfig.SyncPollingInterval = 1 * 10 // Query nodes over the network every slot.
|
||||
demoConfig.Eth1FollowDistance = 16
|
||||
|
||||
return &demoConfig
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user