mint boost tokens

This commit is contained in:
Hardhat Chad
2025-08-04 16:03:52 -07:00
parent 05e1ffad78
commit 91718b5cfa
2 changed files with 17 additions and 6 deletions

View File

@@ -85,8 +85,5 @@ pub const ORE_LIQUIDITY: u64 = ONE_ORE * 100;
/// The minimum difficulty required for payout.
pub const NUGGET_DIFFICULTY: u64 = 10;
// The difficulty threshold for the motherlode payout.
// pub const MOTHERLOAD_DIFFICULTY: u64 = 35;
// The fee to open a block.
// pub const OPEN_FEE: u64 = ONE_ORE / 100;
/// The address of the boost reserve token account.
pub const BOOST_RESERVE_TOKEN: Pubkey = pubkey!("11111111111111111111111111111111"); // TODO: change this