From 8c440a117a367626c1c59725528e793e69d25429 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Wed, 13 Aug 2025 15:43:20 -0700 Subject: [PATCH] bump boost amount --- program/src/reset.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/reset.rs b/program/src/reset.rs index 7fb65a3..9012a63 100644 --- a/program/src/reset.rs +++ b/program/src/reset.rs @@ -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], )?;