Skip to content

Expose SPL Token / Token-2022 IDs to avoid extra dependencies#450

Merged
lukacan merged 1 commit intoAckee-Blockchain:developfrom
SergZen:patch-1
Jan 17, 2026
Merged

Expose SPL Token / Token-2022 IDs to avoid extra dependencies#450
lukacan merged 1 commit intoAckee-Blockchain:developfrom
SergZen:patch-1

Conversation

@SergZen
Copy link
Contributor

@SergZen SergZen commented Jan 16, 2026

This PR adds public constants for SPL Token program IDs behind the token feature flag:

SPL_TOKEN_ID — Program ID of the legacy SPL Token program

SPL_TOKEN_2022_ID — Program ID of the SPL Token-2022 program

Exposing these constants enables users to rely on the already included SPL interfaces, eliminating the need to import additional dependencies solely to access program IDs.

@lukacan lukacan added the no changelog Lable to skip `check changelog` in CI pipeline. label Jan 16, 2026
Copy link
Collaborator

@lukacan lukacan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lukacan lukacan merged commit bd4fdcf into Ackee-Blockchain:develop Jan 17, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog Lable to skip `check changelog` in CI pipeline.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants