From 06e36584f7580fe0e3f8b67e64a5ce9fc3a9a95e Mon Sep 17 00:00:00 2001 From: ysq Date: Thu, 30 Oct 2025 22:29:06 +0800 Subject: [PATCH] chore: update LP fee basis points from 20 to 25 --- src/instruction/utils/pumpswap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instruction/utils/pumpswap.rs b/src/instruction/utils/pumpswap.rs index bec6df8..4a377c6 100644 --- a/src/instruction/utils/pumpswap.rs +++ b/src/instruction/utils/pumpswap.rs @@ -51,7 +51,7 @@ pub mod accounts { pub const AMM_PROGRAM: Pubkey = pubkey!("pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA"); - pub const LP_FEE_BASIS_POINTS: u64 = 20; + pub const LP_FEE_BASIS_POINTS: u64 = 25; pub const PROTOCOL_FEE_BASIS_POINTS: u64 = 5; pub const COIN_CREATOR_FEE_BASIS_POINTS: u64 = 5;