mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
buffer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user