Skip to content

Commit

Permalink
HF activation epoch for TopMaxRateEpoch (#4689)
Browse files Browse the repository at this point in the history
* Activation date forMaxRateEpoch 1976.
---------
Co-authored-by: Soph <35721420+sophoah@users.noreply.github.com>
  • Loading branch information
Frozen committed Jun 15, 2024
1 parent 601f06f commit 1603870
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 @@ -75,7 +75,7 @@ var (
ValidatorCodeFixEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
HIP30Epoch: big.NewInt(1673), // 2023-11-02 17:30:00+00:00
BlockGas30MEpoch: big.NewInt(1673), // 2023-11-02 17:30:00+00:00
TopMaxRateEpoch: EpochTBD,
TopMaxRateEpoch: big.NewInt(1976), // around 2024-06-20 00:06:05 UTC
MaxRateEpoch: big.NewInt(1733),
DevnetExternalEpoch: EpochTBD,
}
Expand Down

0 comments on commit 1603870

Please sign in to comment.