checkpoint

This commit is contained in:
Hardhat Chad
2025-10-01 12:05:13 -07:00
parent a8ba556a13
commit 94a5d67dcf
4 changed files with 75 additions and 24 deletions

View File

@@ -14,6 +14,9 @@ pub const ONE_ORE: u64 = 10u64.pow(TOKEN_DECIMALS as u32);
/// The duration of one minute, in seconds.
pub const ONE_MINUTE: i64 = 60;
/// The duration of one day, in seconds.
pub const ONE_DAY: i64 = 24 * 60 * 60;
/// The number of slots for breather between rounds.
pub const INTERMISSION_SLOTS: u64 = 35;
@@ -72,3 +75,6 @@ pub const DENOMINATOR_BPS: u64 = 10_000;
/// The address of the boost reserve token account.
pub const BOOST_RESERVE_TOKEN: Pubkey = pubkey!("Gce36ZUsBDJsoLrfCBxUB5Sfq2DsGunofStvxFx6rBiD");
/// The fee paid to bots if they checkpoint a user.
pub const CHECKPOINT_FEE: u64 = 10_000; // 0.00001 SOL