@@ -340,9 +340,11 @@ var (
340
340
ProxyAddress : common .HexToAddress ("0x7507dc433a98E1fE105d69f19f3B40E4315A4F32" ),
341
341
ImplementationAddress : common .HexToAddress ("0x6A51C2B073a6daDBeCAC1A420AFcA7788C81612f" ),
342
342
},
343
- // TODO: fill this
344
- TrippBlock : common .Big0 ,
345
- AaronBlock : common .Big0 ,
343
+ LondonBlock : big .NewInt (27580600 ),
344
+ BerlinBlock : big .NewInt (27580600 ),
345
+ TrippBlock : big .NewInt (27580600 ),
346
+ TrippPeriod : big .NewInt (19866 ),
347
+ AaronBlock : big .NewInt (28174200 ),
346
348
}
347
349
348
350
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
@@ -689,7 +691,7 @@ func (c *ChainConfig) String() string {
689
691
chainConfigFmt += "Petersburg: %v, Istanbul: %v, Odysseus: %v, Fenix: %v, Muir Glacier: %v, Berlin: %v, London: %v, Arrow Glacier: %v, "
690
692
chainConfigFmt += "Engine: %v, Blacklist Contract: %v, Fenix Validator Contract: %v, ConsortiumV2: %v, ConsortiumV2.RoninValidatorSet: %v, "
691
693
chainConfigFmt += "ConsortiumV2.SlashIndicator: %v, ConsortiumV2.StakingContract: %v, Puffy: %v, Buba: %v, Olek: %v, Shillin: %v, Antenna: %v, "
692
- chainConfigFmt += "ConsortiumV2.ProfileContract: %v, ConsortiumV2.FinalityTracking: %v, whiteListDeployerContractV2Address: %v, Miko: %v, Tripp: %v,"
694
+ chainConfigFmt += "ConsortiumV2.ProfileContract: %v, ConsortiumV2.FinalityTracking: %v, whiteListDeployerContractV2Address: %v, Miko: %v, Tripp: %v, "
693
695
chainConfigFmt += "TrippPeriod: %v, Aaron: %v}"
694
696
695
697
return fmt .Sprintf (chainConfigFmt ,
0 commit comments