1
 2
 3
 4
 5
 6
 7
 8
 9
10
// pub mod state;
pub use solana_program;

pub mod error;
pub mod instruction;
pub mod math;
pub mod state;

//mainnet program id
solana_program::declare_id!("stkarvwmSzv2BygN5e2LeTwimTczLWHCKPKGC2zVLiq");