diff --git a/src/utils/calc.rs b/src/utils/calc.rs index 6efa44e..1924c04 100644 --- a/src/utils/calc.rs +++ b/src/utils/calc.rs @@ -63,6 +63,15 @@ impl SlotCalculator { } } + /// Creates a new slot calculator for Pecorino host network. + pub const fn pecorino_host() -> Self { + Self { + start_timestamp: 1740681556, + slot_offset: 0, + slot_duration: 12, + } + } + /// Creates a new slot calculator for Ethereum mainnet. pub const fn mainnet() -> Self { Self {