Skip to content

Commit f44ca23

Browse files
committed
feat: change third_hard_fork to an earlier date
To avoid commit transaction spam
1 parent 673f555 commit f44ca23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data_structures/src/mainnet_validations.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const SECOND_EMERGENCY_COMMITTEE: [&str; 6] = [
2525
pub const FIRST_HARD_FORK: Epoch = 192000;
2626
/// 28 April 2021 @ 9:00:00 UTC
2727
pub const SECOND_HARD_FORK: Epoch = 376320;
28-
/// 4 June 2021 @ 9:00:00 UTC
29-
pub const THIRD_HARD_FORK: Epoch = 447360;
28+
/// 3 June 2021 @ 9:00:00 UTC
29+
pub const THIRD_HARD_FORK: Epoch = 445440;
3030

3131
/// Return a hard-coded signing committee if the provided epoch belongs to an emergency period.
3232
/// 750 and 1344: Between those indices, a special committee of 7 nodes was set.

0 commit comments

Comments
 (0)