Skip to content

Commit 2e824e1

Browse files
authored
HIP32 set to epoch 2152 (#4770)
1 parent 672cd76 commit 2e824e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/params/config.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ var (
6969
SlotsLimitedEpoch: big.NewInt(999), // Around Fri, 27 May 2022 09:41:02 UTC with 2s block time
7070
CrossShardXferPrecompileEpoch: big.NewInt(1323), // Around Wed 8 Feb 11:30PM UTC
7171
AllowlistEpoch: EpochTBD,
72-
LeaderRotationInternalValidatorsEpoch: big.NewInt(2151), // 2024-10-30 19:50 UTC
73-
LeaderRotationExternalValidatorsEpoch: big.NewInt(2151), // 2024-10-30 19:50 UTC
72+
LeaderRotationInternalValidatorsEpoch: big.NewInt(2152), // 2024-10-31 13:02 UTC
73+
LeaderRotationExternalValidatorsEpoch: big.NewInt(2152), // 2024-10-31 13:02 UTC
7474
FeeCollectEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
7575
ValidatorCodeFixEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
7676
HIP30Epoch: big.NewInt(1673), // 2023-11-02 17:30:00+00:00
@@ -79,7 +79,7 @@ var (
7979
MaxRateEpoch: big.NewInt(1733), // 2023-12-17 12:20:15+00:00
8080
DevnetExternalEpoch: EpochTBD,
8181
TestnetExternalEpoch: EpochTBD,
82-
HIP32Epoch: big.NewInt(2151), // 2024-10-30 19:50 UTC
82+
HIP32Epoch: big.NewInt(2152), // 2024-10-31 13:02 UTC
8383
}
8484

8585
// TestnetChainConfig contains the chain parameters to run a node on the harmony test network.

0 commit comments

Comments
 (0)