mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-14 17:38:05 +00:00
Release solana-streamer-sdk 1.5.11
This commit is contained in:
@@ -426,6 +426,7 @@ pub fn merge(instruction_event: &mut DexEvent, cpi_log_event: DexEvent) {
|
||||
e.user_quote_token_account = cpie.user_quote_token_account;
|
||||
e.coin_creator = cpie.coin_creator;
|
||||
e.is_mayhem_mode = cpie.is_mayhem_mode;
|
||||
e.is_cashback_coin |= cpie.is_cashback_coin;
|
||||
}
|
||||
_ => {}
|
||||
},
|
||||
|
||||
@@ -163,6 +163,9 @@ pub struct PumpSwapCreatePoolEvent {
|
||||
pub coin_creator: Pubkey,
|
||||
pub is_mayhem_mode: bool,
|
||||
#[borsh(skip)]
|
||||
#[serde(default)]
|
||||
pub is_cashback_coin: bool,
|
||||
#[borsh(skip)]
|
||||
pub user_pool_token_account: Pubkey,
|
||||
#[borsh(skip)]
|
||||
pub pool_base_token_account: Pubkey,
|
||||
|
||||
Reference in New Issue
Block a user