update consts

This commit is contained in:
Hardhat Chad
2025-03-23 09:53:46 -07:00
parent 52b5dfd17e
commit 9bc1a71575

View File

@@ -94,7 +94,7 @@ pub const METADATA_NAME: &str = "ORE";
pub const METADATA_SYMBOL: &str = "ORE";
/// The uri for token metdata.
pub const METADATA_URI: &str = "https://ore.supply/metadata-v2.json";
pub const METADATA_URI: &str = "https://ore.supply/assets/metadata.json";
/// Program id for const pda derivations
const PROGRAM_ID: [u8; 32] = unsafe { *(&crate::id() as *const Pubkey as *const [u8; 32]) };