mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-25 06:48:05 +00:00
fix: expose LaunchLab USD1 account context
This commit is contained in:
@@ -99,6 +99,12 @@ pub struct BonkPoolCreateEvent {
|
||||
pub global_config: Pubkey,
|
||||
#[borsh(skip)]
|
||||
pub platform_config: Pubkey,
|
||||
#[borsh(skip)]
|
||||
#[serde(default)]
|
||||
pub base_token_program: Pubkey,
|
||||
#[borsh(skip)]
|
||||
#[serde(default)]
|
||||
pub quote_token_program: Pubkey,
|
||||
}
|
||||
|
||||
pub const BONK_POOL_CREATE_EVENT_LOG_SIZE: usize = 256;
|
||||
|
||||
Reference in New Issue
Block a user