set default jito fee

This commit is contained in:
William
2025-01-25 16:08:53 +08:00
parent 858c0e5700
commit a98a63587f
+1 -1
View File
@@ -475,7 +475,7 @@ impl PumpFun {
system_instruction::transfer(
&self.payer.pubkey(),
&tip_account,
JITO_TIP_AMOUNT,
JITO_TIP_AMOUNT/10,
),
);