feat: upgrade to v0.2.3

This commit is contained in:
ysq
2025-08-12 10:31:55 +08:00
parent 9dfa295133
commit 5d1efa3c1e
4 changed files with 10 additions and 5 deletions
@@ -60,6 +60,11 @@ pub struct PumpFunTradeEvent {
pub creator: Pubkey,
pub creator_fee_basis_points: u64,
pub creator_fee: u64,
pub track_volume: bool,
pub total_unclaimed_tokens: u64,
pub total_claimed_tokens: u64,
pub current_sol_volume: u64,
pub last_update_timestamp: i64,
#[borsh(skip)]
pub bonding_curve: Pubkey,
#[borsh(skip)]