pub(crate) const PROGRAM_WHITELIST_PROGRAM_ID: &str = "PwL1111111111111111111111111111111111111111";
pub const PROGRAM_WHITELIST_SEED: &[u8] = b"000000000038250e";
pub(crate) const PROGRAM_WHITELIST_ACCOUNT_ID: &str = "PwLEsb9Yng69Kxxt4hYyhZ3JAyePgWaWtpBLXvsEgiL";
pub mod program {
pinocchio_pubkey::declare_id!(crate::ids::PROGRAM_WHITELIST_PROGRAM_ID);
}
pub mod account {
pinocchio_pubkey::declare_id!(crate::ids::PROGRAM_WHITELIST_ACCOUNT_ID);
}
#[cfg(feature = "solana-p")]
pub mod program_solana {
solana_program::declare_id!(crate::ids::PROGRAM_WHITELIST_PROGRAM_ID);
}
#[cfg(feature = "solana-p")]
pub mod account_solana {
solana_program::declare_id!(crate::ids::PROGRAM_WHITELIST_ACCOUNT_ID);
}