mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
future proof introspection logic
This commit is contained in:
@@ -151,10 +151,5 @@ pub const TREASURY_TOKENS_ADDRESS: Pubkey = Pubkey::new_from_array(
|
||||
.0,
|
||||
);
|
||||
|
||||
/// The address of the Solana compute budget program.
|
||||
pub const COMPUTE_BUDGET_PROGRAM_ID: Pubkey =
|
||||
pubkey!("ComputeBudget111111111111111111111111111111");
|
||||
|
||||
/// The address of the CU-optimized Solana noop program.
|
||||
// pub const NOOP_PROGRAM_ID: Pubkey = pubkey!("noop8ytexvkpCuqbf6FB89BSuNemHtPRqaNC31GWivW");
|
||||
pub const NOOP_PROGRAM_ID: Pubkey = pubkey!("noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV");
|
||||
pub const NOOP_PROGRAM_ID: Pubkey = pubkey!("noop8ytexvkpCuqbf6FB89BSuNemHtPRqaNC31GWivW");
|
||||
|
||||
Reference in New Issue
Block a user