mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-05 05:27:42 +00:00
ed8831cc8a
PumpFun and PumpSwap have additional buy instruction variants that were not being parsed: - PumpFun: `buy_exact_sol_in` (discriminator: [56, 252, 116, 8, 158, 223, 205, 95]) - PumpSwap: `buy_exact_quote_in` (discriminator: [198, 46, 21, 82, 180, 217, 232, 112]) These discriminators are from the official PumpFun IDL: https://github.com/pump-fun/pump-public-docs/tree/main/idl Without this fix, approximately 4-5% of trades were being missed.