Skip to content

Commit

Permalink
remove the mainnet harberfix time
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Jun 27, 2024
1 parent b66ea3a commit b2b6f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var (
FeynmanFixTime: newUint64(1713419340), // 2024-04-18 05:49:00 AM UTC
CancunTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
HaberTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
HaberFixTime: newUint64(1720591588), // 2024-07-10 06:06:28 AM UTC
HaberFixTime: nil, // TBD
BohrTime: nil,

Parlia: &ParliaConfig{
Expand Down

0 comments on commit b2b6f33

Please sign in to comment.