From 9bc1a715758dc4c3c9bcfe7666d24ba1990ffe7d Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Sun, 23 Mar 2025 09:53:46 -0700 Subject: [PATCH] update consts --- api/src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/consts.rs b/api/src/consts.rs index 3d1e060..dd141c2 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -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]) };