From 573ee4ce0c94aea0b2fd166b979d7e49974c292f Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 8 Aug 2025 15:30:46 -0600 Subject: [PATCH] fix: update pecorino_host start timestamp value --- src/utils/calc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/calc.rs b/src/utils/calc.rs index 52faf84..51a2df0 100644 --- a/src/utils/calc.rs +++ b/src/utils/calc.rs @@ -106,7 +106,7 @@ impl SlotCalculator { /// Creates a new slot calculator for Pecorino host network. pub const fn pecorino_host() -> Self { Self { - start_timestamp: 1740681556, + start_timestamp: 1754584265, slot_offset: 0, slot_duration: 12, }