@@ -59,25 +59,26 @@ var (
59
59
60
60
// MainnetChainConfig is the chain parameters to run a node on the main network.
61
61
MainnetChainConfig = & ChainConfig {
62
- ChainID : big .NewInt (1 ),
63
- HomesteadBlock : big .NewInt (1_150_000 ),
64
- DAOForkBlock : big .NewInt (1_920_000 ),
65
- DAOForkSupport : true ,
66
- EIP150Block : big .NewInt (2_463_000 ),
67
- EIP150Hash : common .HexToHash ("0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0" ),
68
- EIP155Block : big .NewInt (2_675_000 ),
69
- EIP158Block : big .NewInt (2_675_000 ),
70
- ByzantiumBlock : big .NewInt (4_370_000 ),
71
- ConstantinopleBlock : big .NewInt (7_280_000 ),
72
- PetersburgBlock : big .NewInt (7_280_000 ),
73
- IstanbulBlock : big .NewInt (9_069_000 ),
74
- MuirGlacierBlock : big .NewInt (9_200_000 ),
75
- BerlinBlock : big .NewInt (12_244_000 ),
76
- LondonBlock : big .NewInt (12_965_000 ),
77
- ArrowGlacierBlock : big .NewInt (13_773_000 ),
78
- GrayGlacierBlock : big .NewInt (15_050_000 ),
79
- TerminalTotalDifficulty : MainnetTerminalTotalDifficulty , // 58_750_000_000_000_000_000_000
80
- Ethash : new (EthashConfig ),
62
+ ChainID : big .NewInt (1 ),
63
+ HomesteadBlock : big .NewInt (1_150_000 ),
64
+ DAOForkBlock : big .NewInt (1_920_000 ),
65
+ DAOForkSupport : true ,
66
+ EIP150Block : big .NewInt (2_463_000 ),
67
+ EIP150Hash : common .HexToHash ("0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0" ),
68
+ EIP155Block : big .NewInt (2_675_000 ),
69
+ EIP158Block : big .NewInt (2_675_000 ),
70
+ ByzantiumBlock : big .NewInt (4_370_000 ),
71
+ ConstantinopleBlock : big .NewInt (7_280_000 ),
72
+ PetersburgBlock : big .NewInt (7_280_000 ),
73
+ IstanbulBlock : big .NewInt (9_069_000 ),
74
+ MuirGlacierBlock : big .NewInt (9_200_000 ),
75
+ BerlinBlock : big .NewInt (12_244_000 ),
76
+ LondonBlock : big .NewInt (12_965_000 ),
77
+ ArrowGlacierBlock : big .NewInt (13_773_000 ),
78
+ GrayGlacierBlock : big .NewInt (15_050_000 ),
79
+ TerminalTotalDifficulty : MainnetTerminalTotalDifficulty , // 58_750_000_000_000_000_000_000
80
+ TerminalTotalDifficultyPassed : true ,
81
+ Ethash : new (EthashConfig ),
81
82
}
82
83
83
84
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
0 commit comments