Propagate PumpFun instruction amount fields

This commit is contained in:
0xfnzero
2026-05-17 21:32:48 +08:00
parent c0883dfc7b
commit b60838a840
5 changed files with 26 additions and 17 deletions
@@ -556,6 +556,9 @@ pub(crate) fn pumpfun_trade_from_parser_with_event_type(
cashback_fee_basis_points: t.cashback_fee_basis_points,
cashback: t.cashback,
is_cashback_coin: t.is_cashback_coin,
amount: t.amount,
max_sol_cost: t.max_sol_cost,
min_sol_output: t.min_sol_output,
..Default::default()
};
DexEvent::PumpFunTradeEvent(st)