From 8d77aca7c0c4d143bdb49a6042e59ce65cc77b7a Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 24 Jun 2025 14:31:57 -0500 Subject: [PATCH] new mint --- 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 985171f..b4927c8 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!("Kw7itxU5N79d6xGkMwPqd3CHHkwr3ZJsG6WFqDivcTz"); +pub const MINT_ADDRESS: Pubkey = pubkey!("ESovLnpNMatjLDcStPtuZvidiufBdoyoEGr76oNtUrNx"); /// The address of the treasury account. pub const TREASURY_ADDRESS: Pubkey =