1 2 3 4 5 6 7
pub mod pda; use anchor_lang::prelude::Pubkey; use crate::programs::liquidity::ID; pub const LIQUIDITY_PROGRAM_ID: Pubkey = ID;