Skip to content

Commit 3a1192d

Browse files
committed
config: Update config for L2P
Update fork times and blocks
1 parent 749d5e1 commit 3a1192d

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

params/config.go

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -344,31 +344,31 @@ var (
344344
MuirGlacierBlock: big.NewInt(0),
345345
RamanujanBlock: big.NewInt(0),
346346
NielsBlock: big.NewInt(0),
347-
MirrorSyncBlock: big.NewInt(5184000),
348-
BrunoBlock: big.NewInt(13082000),
349-
EulerBlock: big.NewInt(18907621),
350-
NanoBlock: big.NewInt(21962149),
351-
MoranBlock: big.NewInt(22107423),
352-
GibbsBlock: big.NewInt(23846001),
353-
PlanckBlock: big.NewInt(27281024),
354-
LubanBlock: big.NewInt(29020050),
355-
PlatoBlock: big.NewInt(30720096),
356-
BerlinBlock: big.NewInt(31302048),
357-
LondonBlock: big.NewInt(31302048),
358-
HertzBlock: big.NewInt(31302048),
359-
HertzfixBlock: big.NewInt(34140700),
360-
ShanghaiTime: newUint64(1705996800), // 2024-01-23 08:00:00 AM UTC
361-
KeplerTime: newUint64(1705996800), // 2024-01-23 08:00:00 AM UTC
362-
FeynmanTime: newUint64(1713419340), // 2024-04-18 05:49:00 AM UTC
363-
FeynmanFixTime: newUint64(1713419340), // 2024-04-18 05:49:00 AM UTC
364-
CancunTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
365-
HaberTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
366-
HaberFixTime: newUint64(1727316120), // 2024-09-26 02:02:00 AM UTC
367-
BohrTime: newUint64(1727317200), // 2024-09-26 02:20:00 AM UTC
368-
PascalTime: newUint64(1742436600), // 2025-03-20 02:10:00 AM UTC
369-
PragueTime: newUint64(1742436600), // 2025-03-20 02:10:00 AM UTC
370-
LorentzTime: newUint64(1745903100), // 2025-04-29 05:05:00 AM UTC
371-
MaxwellTime: newUint64(1751250600), // 2025-06-30 02:30:00 AM UTC
347+
MirrorSyncBlock: big.NewInt(1),
348+
BrunoBlock: big.NewInt(1),
349+
EulerBlock: big.NewInt(2),
350+
NanoBlock: big.NewInt(3),
351+
MoranBlock: big.NewInt(3),
352+
GibbsBlock: big.NewInt(4),
353+
PlanckBlock: big.NewInt(5),
354+
LubanBlock: big.NewInt(6),
355+
PlatoBlock: big.NewInt(7),
356+
BerlinBlock: big.NewInt(8),
357+
LondonBlock: big.NewInt(8),
358+
HertzBlock: big.NewInt(8),
359+
HertzfixBlock: big.NewInt(8),
360+
ShanghaiTime: newUint64(1764589200),
361+
KeplerTime: newUint64(1764589210),
362+
FeynmanTime: newUint64(1764589220),
363+
FeynmanFixTime: newUint64(1764589230),
364+
CancunTime: newUint64(1764589240),
365+
HaberTime: newUint64(1764589250),
366+
HaberFixTime: newUint64(1764589260),
367+
BohrTime: newUint64(1764589270),
368+
PascalTime: newUint64(1764589280),
369+
PragueTime: newUint64(1764589290),
370+
LorentzTime: newUint64(1764589300),
371+
MaxwellTime: nil,
372372
FermiTime: nil,
373373

374374
Parlia: &ParliaConfig{},

0 commit comments

Comments
 (0)