v0.1.0-pre.009
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-program-ids/src/constants.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Canonical Solana program and well-known account identifiers.
|
||||
|
||||
@@ -27,6 +27,9 @@ pub const INCINERATOR_PROGRAM_ID: &str = "1nc1nerator111111111111111111111111111
|
||||
pub const LOADER_V4_PROGRAM_ID: &str = "LoaderV411111111111111111111111111111111111";
|
||||
/// Native Loader program identifier.
|
||||
pub const NATIVE_LOADER_PROGRAM_ID: &str = "NativeLoader1111111111111111111111111111111";
|
||||
/// Metaplex Token Metadata program identifier.
|
||||
pub const METADATA_METAPLEX_TOKEN_METADATA_PROGRAM_ID: &str =
|
||||
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s";
|
||||
/// Secp256k1 precompile program identifier.
|
||||
pub const SECP256K1_PROGRAM_ID: &str = "KeccakSecp256k11111111111111111111111111111";
|
||||
/// Secp256r1 precompile program identifier.
|
||||
@@ -198,6 +201,10 @@ pub(crate) const PROGRAM_ID_ENTRIES: &[crate::ProgramIdEntry] = &[
|
||||
name: "incinerator",
|
||||
address: crate::INCINERATOR_PROGRAM_ID,
|
||||
},
|
||||
crate::ProgramIdEntry {
|
||||
name: "metadata_metaplex_token_metadata",
|
||||
address: crate::METADATA_METAPLEX_TOKEN_METADATA_PROGRAM_ID,
|
||||
},
|
||||
crate::ProgramIdEntry {
|
||||
name: "loader_v4",
|
||||
address: crate::LOADER_V4_PROGRAM_ID,
|
||||
|
||||
Reference in New Issue
Block a user