Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
token: Swap new token program id for consistency on all networks (#18823
Browse files Browse the repository at this point in the history
) (#18837)

(cherry picked from commit d6f5945)

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
  • Loading branch information
mergify[bot] and joncinque authored Jul 22, 2021
1 parent 77dc374 commit e7964a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/inline_spl_token_v2_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
solana_sdk::declare_id!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");

pub(crate) mod new_token_program {
solana_sdk::declare_id!("NToKV6K2hAz79S73NtC9vVWrAGn77mBduBn95xQFGSZ");
solana_sdk::declare_id!("nTokHfnBtpt4V6xiEbBSduiGCrQ6wSF3rxC8WeWAQ9F");
}

/*
Expand Down

0 comments on commit e7964a0

Please sign in to comment.