From 55e135bced714c81578150b6a9d03113cb8813f7 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Sun, 3 Nov 2024 15:41:19 +0000 Subject: [PATCH] deprecate v1 mint address --- api/src/consts.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/consts.rs b/api/src/consts.rs index 51b3784..2727767 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -132,6 +132,7 @@ pub const MINT_ADDRESS: Pubkey = pub const MINT_BUMP: u8 = ed25519::derive_program_address(&[MINT, &MINT_NOISE], &PROGRAM_ID).1; /// The address of the v1 mint account. +#[deprecated(since = "2.6.0", note = "v1 tokens are no longer eligable to upgrade")] pub const MINT_V1_ADDRESS: Pubkey = pubkey!("oreoN2tQbHXVaZsr3pf66A48miqcBXCDJozganhEJgz"); /// The address of the treasury account.