michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
979 stars 252 forks source link

Add Token2022 Program ID constant. #435

Closed n3tn1nja closed 3 months ago

n3tn1nja commented 3 months ago

Adding the Token2022 constant.

Changes: TOKEN_2022_PROGRAM_ID constant added to the SPL constants.py file for convenience.

danielCalbonero12345 commented 2 months ago

Hello