Skip to content

Commit

Permalink
set HIP16-epoch of mainnet to 999 (#4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
peekpi authored May 14, 2022
1 parent 947c6ef commit 9ca38bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var (
SHA3Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
HIP6And8Epoch: big.NewInt(725), // Around Mon Oct 11 2021, 19:00 UTC
StakingPrecompileEpoch: big.NewInt(871), // Around Tue Feb 11 2022
SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16
SlotsLimitedEpoch: big.NewInt(999), // Around Fri, 27 May 2022 09:41:02 UTC with 2s block time
}

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

0 comments on commit 9ca38bc

Please sign in to comment.