@@ -217,22 +217,23 @@ var (
217
217
218
218
// GoerliChainConfig contains the chain parameters to run a node on the Görli test network.
219
219
GoerliChainConfig = & ChainConfig {
220
- ChainID : big .NewInt (5 ),
221
- HomesteadBlock : big .NewInt (0 ),
222
- DAOForkBlock : nil ,
223
- DAOForkSupport : true ,
224
- EIP150Block : big .NewInt (0 ),
225
- EIP155Block : big .NewInt (0 ),
226
- EIP158Block : big .NewInt (0 ),
227
- ByzantiumBlock : big .NewInt (0 ),
228
- ConstantinopleBlock : big .NewInt (0 ),
229
- PetersburgBlock : big .NewInt (0 ),
230
- IstanbulBlock : big .NewInt (1_561_651 ),
231
- MuirGlacierBlock : nil ,
232
- BerlinBlock : big .NewInt (4_460_644 ),
233
- LondonBlock : big .NewInt (5_062_605 ),
234
- ArrowGlacierBlock : nil ,
235
- TerminalTotalDifficulty : big .NewInt (10_790_000 ),
220
+ ChainID : big .NewInt (5 ),
221
+ HomesteadBlock : big .NewInt (0 ),
222
+ DAOForkBlock : nil ,
223
+ DAOForkSupport : true ,
224
+ EIP150Block : big .NewInt (0 ),
225
+ EIP155Block : big .NewInt (0 ),
226
+ EIP158Block : big .NewInt (0 ),
227
+ ByzantiumBlock : big .NewInt (0 ),
228
+ ConstantinopleBlock : big .NewInt (0 ),
229
+ PetersburgBlock : big .NewInt (0 ),
230
+ IstanbulBlock : big .NewInt (1_561_651 ),
231
+ MuirGlacierBlock : nil ,
232
+ BerlinBlock : big .NewInt (4_460_644 ),
233
+ LondonBlock : big .NewInt (5_062_605 ),
234
+ ArrowGlacierBlock : nil ,
235
+ TerminalTotalDifficulty : big .NewInt (10_790_000 ),
236
+ TerminalTotalDifficultyPassed : true ,
236
237
Clique : & CliqueConfig {
237
238
Period : 15 ,
238
239
Epoch : 30000 ,
0 commit comments