This commit is contained in:
Hardhat Chad
2025-09-22 13:42:48 -07:00
parent 38e378f349
commit b3e64c98fe

View File

@@ -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;