This commit is contained in:
Hardhat Chad
2025-09-19 16:33:59 -07:00
parent 016e2d1b3f
commit 512b1acd1c
4 changed files with 54 additions and 7 deletions

View File

@@ -13,9 +13,8 @@ pub struct Config {
// The last boost timestamp.
pub last_boost: i64,
// The duration in slots for which the sniper fee is applied.
#[deprecated(since = "1.0.0", note = "Unused")]
pub sniper_fee_duration: u64,
// The minimum amount of SOL that can be prospect.
pub min_prospect_amount: u64,
// The address that receives fees.
pub fee_collector: Pubkey,