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

Commit 510d341

Browse files
Bump token program id, version (#361)
1 parent 05999a9 commit 510d341

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "spl-token"
6-
version = "2.0.1"
6+
version = "2.0.3"
77
description = "Solana Program Library Token"
88
authors = ["Solana Maintainers <[email protected]>"]
99
repository = "https://github.com/solana-labs/solana-program-library"

token/program/program-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TokenFSDHBLHfbT65SnYJx77ysXc1WTC2W3kvnXnZZR
1+
TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA

token/program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ pub fn amount_to_ui_amount(amount: u64, decimals: u8) -> f64 {
2727
amount as f64 / 10_usize.pow(decimals as u32) as f64
2828
}
2929

30-
solana_sdk::declare_id!("TokenFSDHBLHfbT65SnYJx77ysXc1WTC2W3kvnXnZZR");
30+
solana_sdk::declare_id!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");

0 commit comments

Comments
 (0)