diff --git a/api/src/consts.rs b/api/src/consts.rs index 252adfc..0235ffc 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -15,7 +15,7 @@ pub const ONE_ORE: u64 = 10u64.pow(TOKEN_DECIMALS as u32); pub const ONE_MINUTE: i64 = 60; /// The number of slots for breather between rounds. -pub const INTERMISSION_SLOTS: u64 = 25; +pub const INTERMISSION_SLOTS: u64 = 35; /// The maximum token supply (5 million). pub const MAX_SUPPLY: u64 = ONE_ORE * 5_000_000;