Skip to content

Commit

Permalink
config: setup Testnet Tycho(Cancun) hardfork date (#2378)
Browse files Browse the repository at this point in the history
expected hard fork date:
Testnet: 2024-04-17 05:07:22 AM UTC
  • Loading branch information
zzzckck authored Apr 8, 2024
1 parent 48f58a5 commit 42a0236
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,11 @@ var (
LondonBlock: big.NewInt(31103030),
HertzBlock: big.NewInt(31103030),
HertzfixBlock: big.NewInt(35682300),
// UnixTime: 1702972800 is December 19, 2023 8:00:00 AM UTC
ShanghaiTime: newUint64(1702972800),
KeplerTime: newUint64(1702972800),
FeynmanTime: newUint64(1710136800),
FeynmanFixTime: newUint64(1711342800),
// TODO(GalaIO): enable cancun fork time later
//CancunTime: newUint64(),
ShanghaiTime: newUint64(1702972800), // 2023-12-19 8:00:00 AM UTC
KeplerTime: newUint64(1702972800),
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

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 42a0236

Please sign in to comment.