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

Commit 12f941d

Browse files
mvinesmergify[bot]
authored andcommitted
Adjust native mint
1 parent b60eb8f commit 12f941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/program/src/native_mint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pub const DECIMALS: u8 = 9;
55

66
// The Mint for native SOL Token accounts
7-
solana_sdk::declare_id!("So12111111111111111111111111111111111111111");
7+
solana_sdk::declare_id!("So11111111111111111111111111111111111111112");
88

99
#[cfg(test)]
1010
mod tests {

0 commit comments

Comments
 (0)