This commit is contained in:
Hardhat Chad
2024-07-10 12:23:00 +00:00
parent afbbff34de
commit 5281aacb37
3 changed files with 3 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -1319,6 +1319,7 @@ dependencies = [
"shank",
"solana-program",
"spl-associated-token-account",
"spl-memo",
"spl-token",
"static_assertions",
"thiserror",

View File

@@ -78,7 +78,7 @@ pub const TREASURY: &[u8] = b"treasury";
/// Noise for deriving the mint pda
pub const MINT_NOISE: [u8; 16] = [
166, 199, 85, 221, 225, 119, 21, 185, 160, 82, 242, 237, 194, 84, 250, 252,
89, 157, 88, 232, 243, 249, 197, 132, 199, 49, 19, 234, 91, 94, 150, 41,
];
/// The name for token metadata.

View File

@@ -9,4 +9,4 @@ pub(crate) use ore_utils as utils;
use solana_program::declare_id;
declare_id!("mineRHF5r6S7HyD9SppBfVMXMavDkJsxwGesEvxZr2A");
declare_id!("oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ");