You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
@@ -528,9 +531,10 @@ type ChainConfig struct {
528
531
// Shillin hardfork introduces fast finality
529
532
ShillinBlock*big.Int`json:"shillinBlock,omitempty"`// Shillin switch block (nil = no fork, 0 = already on activated)
530
533
531
-
BlacklistContractAddress*common.Address`json:"blacklistContractAddress,omitempty"`// Address of Blacklist Contract (nil = no blacklist)
532
-
FenixValidatorContractAddress*common.Address`json:"fenixValidatorContractAddress,omitempty"`// Address of Ronin Contract in the Fenix hardfork (nil = no blacklist)
533
-
534
+
AntennaBlock*big.Int`json:"antennaBlock,omitempty"`// AntennaBlock switch block (nil = no fork, 0 = already on activated)
535
+
BlacklistContractAddress*common.Address`json:"blacklistContractAddress,omitempty"`// Address of Blacklist Contract (nil = no blacklist)
536
+
FenixValidatorContractAddress*common.Address`json:"fenixValidatorContractAddress,omitempty"`// Address of Ronin Contract in the Fenix hardfork (nil = no blacklist)
537
+
WhiteListDeployerContractV2Address*common.Address`json:"whiteListDeployerContractV2Address,omitempty"`// Address of Whitelist Ronin Contract V2 (nil = no blacklist)
534
538
// TerminalTotalDifficulty is the amount of total difficulty reached by
535
539
// the network that triggers the consensus upgrade.
0 commit comments