Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f36e973

Browse files
committed
Update program id
1 parent c3ad86d commit f36e973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

token/program-2022/program-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Token22gQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
1+
TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb

token/program-2022/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn amount_to_ui_amount(amount: u64, decimals: u8) -> f64 {
3434
amount as f64 / 10_usize.pow(decimals as u32) as f64
3535
}
3636

37-
solana_program::declare_id!("Token22gQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");
37+
solana_program::declare_id!("TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb");
3838

3939
/// Checks that the supplied program ID is the correct one for SPL-token
4040
pub fn check_program_account(spl_token_program_id: &Pubkey) -> ProgramResult {

0 commit comments

Comments
 (0)