Skip to content

Commit

Permalink
config: setup Mainnet Tycho(Cancun) hardfork date (#2439)
Browse files Browse the repository at this point in the history
expected hard fork date:
Mainnet: 2024-06-20 06:05:00 AM UTC
  • Loading branch information
zzzckck authored May 9, 2024
1 parent 7948950 commit 1ce9bb0
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 @@ -147,13 +147,11 @@ var (
LondonBlock: big.NewInt(31302048),
HertzBlock: big.NewInt(31302048),
HertzfixBlock: big.NewInt(34140700),
// UnixTime: 1705996800 is January 23, 2024 8:00:00 AM UTC
ShanghaiTime: newUint64(1705996800),
KeplerTime: newUint64(1705996800),
FeynmanTime: newUint64(1713419340),
FeynmanFixTime: newUint64(1713419340),
// TODO(GalaIO): enable cancun fork time later
//CancunTime: newUint64(),
ShanghaiTime: newUint64(1705996800), // 2024-01-23 08:00:00 AM UTC
KeplerTime: newUint64(1705996800), // 2024-01-23 08:00:00 AM UTC
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

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 1ce9bb0

Please sign in to comment.