v0.1.0-pre.061
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-program-ids/src/lib.rs
|
||||
// version: 10
|
||||
// version: 11
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(unreachable_pub)]
|
||||
@@ -208,12 +208,12 @@ pub use self::constants::SPL_NOOP_PROGRAM_ID;
|
||||
pub use self::constants::SPL_SINGLE_POOL_PROGRAM_ID;
|
||||
/// Reserved `spl_stake_pool` program identifier.
|
||||
pub use self::constants::SPL_STAKE_POOL_PROGRAM_ID;
|
||||
/// SPL Token-2022 ElGamal public-key registry program identifier.
|
||||
pub use self::constants::SPL_TOKEN_2022_ELGAMAL_REGISTRY_PROGRAM_ID;
|
||||
/// SPL Token-2022 program identifier.
|
||||
pub use self::constants::SPL_TOKEN_2022_PROGRAM_ID;
|
||||
/// Classic SPL Token program identifier.
|
||||
pub use self::constants::SPL_TOKEN_PROGRAM_ID;
|
||||
/// SPL Token-2022 ElGamal public-key registry program identifier.
|
||||
pub use self::constants::SPL_TOKEN2022_ELGAMAL_REGISTRY_PROGRAM_ID;
|
||||
/// SPL Token-2022 program identifier.
|
||||
pub use self::constants::SPL_TOKEN2022_PROGRAM_ID;
|
||||
/// Reserved `stable_swap_hylo_exchange` program identifier.
|
||||
pub use self::constants::STABLE_SWAP_HYLO_EXCHANGE_PROGRAM_ID;
|
||||
/// Reserved `stable_swap_jupiter_stable` program identifier.
|
||||
|
||||
Reference in New Issue
Block a user