|
|
@ -71,8 +71,8 @@ var ( |
|
|
|
AllowlistEpoch: EpochTBD, |
|
|
|
AllowlistEpoch: EpochTBD, |
|
|
|
LeaderRotationExternalNonBeaconLeaders: EpochTBD, |
|
|
|
LeaderRotationExternalNonBeaconLeaders: EpochTBD, |
|
|
|
LeaderRotationExternalBeaconLeaders: EpochTBD, |
|
|
|
LeaderRotationExternalBeaconLeaders: EpochTBD, |
|
|
|
FeeCollectEpoch: EpochTBD, |
|
|
|
FeeCollectEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
|
|
|
|
ValidatorCodeFixEpoch: EpochTBD, |
|
|
|
ValidatorCodeFixEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// TestnetChainConfig contains the chain parameters to run a node on the harmony test network.
|
|
|
|
// TestnetChainConfig contains the chain parameters to run a node on the harmony test network.
|
|
|
|