Skip to content

Commit 7dcc4de

Browse files
ziogaschrzfliex924
authored andcommitted
params: move Cancun hard-fork time for Pigeon Testnet2
1 parent b8593e3 commit 7dcc4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ var (
195195
KeplerTime: newUint64(0),
196196
DemeterTime: newUint64(0),
197197
AthenaTime: newUint64(1737079200),
198-
TheseusTime: newUint64(1748246400), // 2025-05-26 08:00:00 AM UTC
199-
CancunTime: newUint64(1748246400), // 2025-05-26 08:00:00 AM UTC
198+
TheseusTime: newUint64(1748592000), // 2025-05-30 08:00:00 AM UTC
199+
CancunTime: newUint64(1748592000), // 2025-05-30 08:00:00 AM UTC
200200
Satoshi: &SatoshiConfig{
201201
Period: 3,
202202
Epoch: 200,

0 commit comments

Comments
 (0)