Skip to content

One of the id in the pyth program in the id.rs in the protocol-v2 is marked as a closed account #1609

@totdking

Description

@totdking

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions