Skip to content

Commit 9ca38bc

Browse files
authored
set HIP16-epoch of mainnet to 999 (#4168)
1 parent 947c6ef commit 9ca38bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/params/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var (
6565
SHA3Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
6666
HIP6And8Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
6767
StakingPrecompileEpoch: big.NewInt(871), // Around Tue Feb 11 2022
68-
SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16
68+
SlotsLimitedEpoch: big.NewInt(999), // Around Fri, 27 May 2022 09:41:02 UTC with 2s block time
6969
}
7070

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

0 commit comments

Comments
 (0)