This commit is contained in:
terence tsao 2019-05-03 16:57:37 -07:00 committed by GitHub
parent 329d467008
commit 7f4eafb7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ func DemoBeaconConfig() *BeaconChainConfig {
demoConfig.GenesisEpoch = demoConfig.GenesisSlot / 8
demoConfig.MinDepositAmount = 100
demoConfig.MaxDepositAmount = 3.2 * 1e9
demoConfig.EjectionBalance = 3.15 * 1e9
demoConfig.EjectionBalance = 3.175 * 1e9
demoConfig.SyncPollingInterval = 1 * 10 // Query nodes over the network every slot.
demoConfig.Eth1FollowDistance = 5
demoConfig.EpochsPerEth1VotingPeriod = 1