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

Commit

Permalink
Bump token program id, version (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Aug 29, 2020
1 parent 05999a9 commit 510d341
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "spl-token"
version = "2.0.1"
version = "2.0.3"
description = "Solana Program Library Token"
authors = ["Solana Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token/program/program-id.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TokenFSDHBLHfbT65SnYJx77ysXc1WTC2W3kvnXnZZR
TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
2 changes: 1 addition & 1 deletion token/program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ pub fn amount_to_ui_amount(amount: u64, decimals: u8) -> f64 {
amount as f64 / 10_usize.pow(decimals as u32) as f64
}

solana_sdk::declare_id!("TokenFSDHBLHfbT65SnYJx77ysXc1WTC2W3kvnXnZZR");
solana_sdk::declare_id!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");

0 comments on commit 510d341

Please sign in to comment.