This commit is contained in:
Hardhat Chad
2025-06-05 18:14:59 -07:00
parent fda52dd452
commit af7c44dc21
7 changed files with 154 additions and 86 deletions

View File

@@ -116,3 +116,6 @@ pub const DENOMINATOR_BPS: u64 = 10_000;
/// Slot window size, used for sandwich resistance.
pub const SLOT_WINDOW: u64 = 4;
/// Amount of hash tokens to mint to market.
pub const HASH_TOKEN_SUPPLY: u64 = 10_000_000;