update program id

This commit is contained in:
Hardhat Chad
2024-05-08 16:00:51 +00:00
parent be78043d4b
commit 31e1d85bac
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ use solana_program::{
program_error::ProgramError, pubkey::Pubkey,
};
declare_id!("mineRHF5r6S7HyD9SppBfVMXMavDkJsxwGesEvxZr2A");
declare_id!("mineS8xKxv3GurPq4RAssdZa6kNSXuuxJCEVtQwPZX4");
#[cfg(not(feature = "no-entrypoint"))]
solana_program::entrypoint!(process_instruction);