mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
update consts
This commit is contained in:
@@ -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]) };
|
||||
|
||||
Reference in New Issue
Block a user