From ce6c3f23a662602555b31aadf58ee7c46c0d01fb Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 12 Aug 2025 11:33:12 -0700 Subject: [PATCH] mint address --- 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 0e62d8a..718fbf6 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -49,7 +49,7 @@ pub const CONFIG_ADDRESS: Pubkey = Pubkey::new_from_array(ed25519::derive_program_address(&[CONFIG], &PROGRAM_ID).0); /// The address of the mint account. -pub const MINT_ADDRESS: Pubkey = pubkey!("FYuvS4wxYc8smjonhMXeX4VjFaUw8xRU4iHCgAaHaGkg"); // TODO: change this +pub const MINT_ADDRESS: Pubkey = pubkey!("oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp"); /// The address of the treasury account. pub const TREASURY_ADDRESS: Pubkey =