pub mod pyth_program {
use solana_program::declare_id;
#[cfg(feature = "mainnet-beta")]
declare_id!("FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH");
#[cfg(not(feature = "mainnet-beta"))]
declare_id!("gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s");
}
the second account is marked as a closed account, but is still used in code.
Kindly update the repo to have this removed to avoid confusion