1
2
3
4
5
6
7
use anchor_lang::declare_id;

pub mod config;
pub mod error;
pub mod price_update;

declare_id!("rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ");