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

2
Cargo.lock generated
View File

@@ -2549,7 +2549,7 @@ dependencies = [
[[package]]
name = "ore-program"
version = "1.2.1"
version = "2.0.0"
dependencies = [
"array-const-fn-init",
"bs58 0.5.0",

View File

@@ -1,6 +1,6 @@
[package]
name = "ore-program"
version = "1.2.1"
version = "2.0.0"
description = "Ore is a digital currency you can mine from anywhere, at home or on your phone."
edition = "2021"
license = "Apache-2.0"

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);