Add PumpFun trade filter and create ix_name support

This commit is contained in:
0xfnzero
2026-06-03 01:07:45 +08:00
parent 9e93d2c5d1
commit 590801db7c
6 changed files with 35 additions and 2 deletions
@@ -32,6 +32,9 @@ pub struct PumpFunCreateTokenEvent {
pub quote_mint: Pubkey,
#[borsh(skip)]
pub virtual_quote_reserves: u64,
/// Original PumpFun instruction name: "create" or "create_v2".
#[borsh(skip)]
pub ix_name: String,
#[borsh(skip)]
pub mint_authority: Pubkey,
#[borsh(skip)]