use ;
/// The seed of the member account PDA.
pub const MEMBER: & = b"member";
/// The seed of the pool account PDA.
pub const POOL: & = b"pool";
/// The seed of the share account PDA.
pub const SHARE: & = b"share";
/// The seed of the migration account PDA.
pub const MIGRATION: & = b"migration";
/// The authority allowed to run migrations.
pub const ADMIN_ADDRESS: Pubkey = pubkey!;
/// The legacy boost program ID.
pub const LEGACY_BOOST_PROGRAM_ID: Pubkey = pubkey!;