deprecate v1 mint address

This commit is contained in:
Hardhat Chad
2024-11-03 15:41:19 +00:00
parent 0e1460e2a4
commit 55e135bced

View File

@@ -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.