1pub const CPI_AUTHORITY_PDA_BUMP: u8 = 255; 2 3use anchor_lang::prelude::*; 4 5#[constant] 6pub const SOL_POOL_PDA_SEED: &[u8] = b"sol_pool_pda";