internal/params: schedule HIP28 and val code fix (#4456)

pull/4461/head
Max 1 year ago committed by GitHub
parent 9df6215ab2
commit 12192e5d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      internal/params/config.go

@ -71,8 +71,8 @@ var (
AllowlistEpoch: EpochTBD,
LeaderRotationExternalNonBeaconLeaders: EpochTBD,
LeaderRotationExternalBeaconLeaders: EpochTBD,
FeeCollectEpoch: EpochTBD,
ValidatorCodeFixEpoch: EpochTBD,
FeeCollectEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
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.

Loading…
Cancel
Save