Skip to content

Commit

Permalink
params: set time to enable on chapel and mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed May 21, 2024
1 parent 02eadb7 commit f696042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ var (
FeynmanTime: newUint64(1713419340), // 2024-04-18 05:49:00 AM UTC
FeynmanFixTime: newUint64(1713419340), // 2024-04-18 05:49:00 AM UTC
CancunTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
HaberTime: nil,
HaberTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC

Parlia: &ParliaConfig{
Period: 3,
Expand Down Expand Up @@ -191,7 +191,7 @@ var (
FeynmanTime: newUint64(1710136800), // 2024-03-11 6:00:00 AM UTC
FeynmanFixTime: newUint64(1711342800), // 2024-03-25 5:00:00 AM UTC
CancunTime: newUint64(1713330442), // 2024-04-17 05:07:22 AM UTC
HaberTime: nil,
HaberTime: newUint64(1717049220), // 2024-05-30 06:07:00 AM UTC

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit f696042

Please sign in to comment.