bump boost amount

This commit is contained in:
Hardhat Chad
2025-08-13 15:43:20 -07:00
parent 4052f8b995
commit 8c440a117a

View File

@@ -117,7 +117,7 @@ pub fn process_reset(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResul
reserve_tokens_info,
treasury_info,
token_program,
ONE_ORE / 2, // TODO This should be about 2-5
ONE_ORE * 3,
&[TREASURY],
)?;