mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
update program id on const treasury tokens address
This commit is contained in:
@@ -140,7 +140,7 @@ pub const TREASURY_TOKENS_ADDRESS: Pubkey = Pubkey::new_from_array(
|
||||
unsafe { &*(&spl_token::id() as *const Pubkey as *const [u8; 32]) },
|
||||
unsafe { &*(&MINT_ADDRESS as *const Pubkey as *const [u8; 32]) },
|
||||
],
|
||||
unsafe { &*(&spl_token::id() as *const Pubkey as *const [u8; 32]) },
|
||||
unsafe { &*(&spl_associated_token_account::id() as *const Pubkey as *const [u8; 32]) },
|
||||
)
|
||||
.0,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user