Update mainnet_config.go (#9678)

This commit is contained in:
terence tsao 2021-09-27 13:39:55 -07:00 committed by GitHub
parent ee0a453b7b
commit 328e3e6caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@ const (
// Genesis Fork Epoch for the mainnet config. // Genesis Fork Epoch for the mainnet config.
genesisForkEpoch = 0 genesisForkEpoch = 0
// Altair Fork Epoch for mainnet config. // Altair Fork Epoch for mainnet config.
// Placeholder until fork epoch is decided. mainnetAltairForkEpoch = 74240 // Oct 27, 2021, 10:56:23am UTC
mainnetAltairForkEpoch = math.MaxUint64
) )
var mainnetNetworkConfig = &NetworkConfig{ var mainnetNetworkConfig = &NetworkConfig{