Skip to content

Commit 129a455

Browse files
authored
fix: update pecorino_host start timestamp value (#63)
1 parent a5fe674 commit 129a455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/calc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl SlotCalculator {
106106
/// Creates a new slot calculator for Pecorino host network.
107107
pub const fn pecorino_host() -> Self {
108108
Self {
109-
start_timestamp: 1740681556,
109+
start_timestamp: 1754584265,
110110
slot_offset: 0,
111111
slot_duration: 12,
112112
}

0 commit comments

Comments
 (0)