Skip to content

Commit

Permalink
config: update BSC Mainnet hardfork date: Pascal & Praque (bnb-chain#…
Browse files Browse the repository at this point in the history
…2928)

expected Mainnet Pascal&Praque hard fork date: 2025-03-20 02:10:00 AM UTC
  • Loading branch information
zzzckck authored Feb 28, 2025
1 parent 70d0e66 commit 6fce8e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,9 @@ var (
HaberTime: newUint64(1718863500), // 2024-06-20 06:05:00 AM UTC
HaberFixTime: newUint64(1727316120), // 2024-09-26 02:02:00 AM UTC
BohrTime: newUint64(1727317200), // 2024-09-26 02:20:00 AM UTC
// TODO
PascalTime: nil,
PragueTime: nil,
LorentzTime: nil,
PascalTime: newUint64(1742436600),
PragueTime: newUint64(1742436600),
LorentzTime: nil,

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 6fce8e1

Please sign in to comment.