fix: expose LaunchLab USD1 account context

This commit is contained in:
0xfnzero
2026-08-13 08:13:44 +08:00
parent 73ba4d8d09
commit 8c5eb7c214
7 changed files with 305 additions and 5 deletions
@@ -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;