mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
Set it to 3 (#3857)
This commit is contained in:
parent
485fc538c3
commit
2b0acffe7f
@ -228,7 +228,7 @@ func DemoBeaconConfig() *BeaconChainConfig {
|
|||||||
demoConfig := MinimalSpecConfig()
|
demoConfig := MinimalSpecConfig()
|
||||||
demoConfig.MinDepositAmount = 100
|
demoConfig.MinDepositAmount = 100
|
||||||
demoConfig.MaxEffectiveBalance = 3.2 * 1e9
|
demoConfig.MaxEffectiveBalance = 3.2 * 1e9
|
||||||
demoConfig.EjectionBalance = 1.6 * 1e9
|
demoConfig.EjectionBalance = 3 * 1e9
|
||||||
demoConfig.EffectiveBalanceIncrement = 0.1 * 1e9
|
demoConfig.EffectiveBalanceIncrement = 0.1 * 1e9
|
||||||
demoConfig.Eth1FollowDistance = 16
|
demoConfig.Eth1FollowDistance = 16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user