Skip to content

Commit 0ce04cc

Browse files
committed
chore(config): set genesis timestamp for rc.13
1 parent c7b5bc9 commit 0ce04cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/src/defaults.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ impl Defaults for Testnet {
550550
}
551551

552552
fn consensus_constants_checkpoint_zero_timestamp(&self) -> i64 {
553-
// Thursday, 23-Jan-2025, 13:00 UTC
554-
1_737_637_200
553+
// Thursday, 29-Jan-2025, 20:00 UTC
554+
1_738_180_800
555555
}
556556

557557
fn consensus_constants_genesis_hash(&self) -> Hash {

0 commit comments

Comments
 (0)