mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
update program id
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user