Skip to content

Commit

Permalink
token: Swap new token program id for consistency on all networks (sol…
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Jul 22, 2021
1 parent fed0e38 commit d6f5945
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 d6f5945

Please sign in to comment.