Skip to content

Commit

Permalink
Revert hard fork for unexpected chainId.
Browse files Browse the repository at this point in the history
This reverts commit aa30288. The commit
will be remade when harmony-one#4146 is merged with the same epoch as that of HIP18
to make a combined hard fork for both features.
  • Loading branch information
MaxMustermann2 authored and Leo Chen committed May 21, 2022
1 parent aa30288 commit 1e469fd
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 @@ -100,7 +100,7 @@ var (
SHA3Epoch: big.NewInt(74570),
HIP6And8Epoch: big.NewInt(74570),
StakingPrecompileEpoch: big.NewInt(75175),
ChainIdFixEpoch: big.NewInt(75769), // around Fri, 20 May 2022 07:51:02 UTC with 2s block time
ChainIdFixEpoch: EpochTBD,
SlotsLimitedEpoch: big.NewInt(75684), // epoch to enable HIP-16, around Mon, 02 May 2022 08:18:45 UTC with 2s block time
}

Expand Down

0 comments on commit 1e469fd

Please sign in to comment.