Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/utils/calc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down