From b3e64c98fec3e067d11a0d40231b93002201e313 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 22 Sep 2025 13:42:48 -0700 Subject: [PATCH] buffer --- api/src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;