15 min epoch

This commit is contained in:
Hardhat Chad
2025-03-19 14:15:18 -07:00
parent 1098ae3581
commit 34b7de191c

View File

@@ -34,7 +34,7 @@ pub const ONE_ORE: u64 = 10u64.pow(TOKEN_DECIMALS as u32);
pub const ONE_MINUTE: i64 = 60;
/// The number of minutes in a program epoch.
pub const EPOCH_MINUTES: i64 = 10;
pub const EPOCH_MINUTES: i64 = 15;
/// The duration of a program epoch, in seconds.
pub const EPOCH_DURATION: i64 = ONE_MINUTE * EPOCH_MINUTES;