Skip to content

Commit

Permalink
config: update BSC Testnet hardfork date: Pascal & Praque (#2894)
Browse files Browse the repository at this point in the history
expected Testet Pascal&Praque hard fork date: 2025-02-25 03:08:00 AM UTC
  • Loading branch information
zzzckck authored Feb 14, 2025
1 parent f078a48 commit 2c662bd
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 @@ -235,8 +235,8 @@ var (
HaberTime: newUint64(1716962820), // 2024-05-29 06:07:00 AM UTC
HaberFixTime: newUint64(1719986788), // 2024-07-03 06:06:28 AM UTC
BohrTime: newUint64(1724116996), // 2024-08-20 01:23:16 AM UTC
PascalTime: newUint64(1740021480), // 2025-02-20 03:18:00 AM UTC
PragueTime: newUint64(1740021480), // 2025-02-20 03:18:00 AM UTC
PascalTime: newUint64(1740452880), // 2025-02-25 03:08:00 AM UTC
PragueTime: newUint64(1740452880), // 2025-02-25 03:08:00 AM UTC

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 2c662bd

Please sign in to comment.