Skip to content

Commit a6f09de

Browse files
authored
config: update BSC Testnet hardfork time: Maxwell (bnb-chain#3096)
expected Testnet Maxwell hard fork time: 2025-05-26 07:05:00 AM UTC
1 parent 75b208c commit a6f09de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ var (
236236
PascalTime: newUint64(1740452880), // 2025-02-25 03:08:00 AM UTC
237237
PragueTime: newUint64(1740452880), // 2025-02-25 03:08:00 AM UTC
238238
LorentzTime: newUint64(1744097580), // 2025-04-08 07:33:00 AM UTC
239-
MaxwellTime: nil,
239+
MaxwellTime: newUint64(1748243100), // 2025-05-26 07:05:00 AM UTC
240240

241241
Parlia: &ParliaConfig{},
242242
BlobScheduleConfig: &BlobScheduleConfig{

0 commit comments

Comments
 (0)