This commit is contained in:
Hardhat Chad
2025-09-20 11:49:03 -07:00
parent 5d7c31d324
commit 44c87aa89c
11 changed files with 79 additions and 79 deletions

View File

@@ -13,8 +13,8 @@ pub struct Config {
// The last boost timestamp.
pub last_boost: i64,
// The minimum amount of SOL that can be prospect.
pub min_prospect_amount: u64,
// The minimum amount of SOL that can be deploy.
pub min_deploy_amount: u64,
// The address that receives fees.
pub fee_collector: Pubkey,