This commit is contained in:
Hardhat Chad
2025-07-18 13:45:58 -07:00
parent e1fb3fcaf3
commit c02551b032
2 changed files with 2 additions and 2 deletions

View File

@@ -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!("ESovLnpNMatjLDcStPtuZvidiufBdoyoEGr76oNtUrNx");
pub const MINT_ADDRESS: Pubkey = pubkey!("FYuvS4wxYc8smjonhMXeX4VjFaUw8xRU4iHCgAaHaGkg");
/// The address of the treasury account.
pub const TREASURY_ADDRESS: Pubkey =

View File

@@ -16,4 +16,4 @@ pub mod prelude {
use steel::*;
declare_id!("EmxGq9Bj8q6V998KDq3v19ch2DnARwhcNL2uXtgDFbra");
declare_id!("34kSqXoUpB8bSLJ4nkWJ3R3nD1bx1KwvKi1LPxk4FcCk");