Skip to content

Commit

Permalink
Add Token2022ProgramID
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Apr 27, 2024
1 parent 2d7c474 commit f20f980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions program_ids.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ var (
// This program defines a common implementation for Fungible and Non Fungible tokens.
TokenProgramID = MustPublicKeyFromBase58("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA")

Token2022ProgramID = MustPublicKeyFromBase58("TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb")

// A Uniswap-like exchange for the Token program on the Solana blockchain,
// implementing multiple automated market maker (AMM) curves.
TokenSwapProgramID = MustPublicKeyFromBase58("SwaPpA9LAaLfeLi3a68M4DjnLqgtticKg6CnyNwgAC8")
Expand Down Expand Up @@ -74,6 +76,4 @@ var (
WrappedSol = SolMint
)

var (
TokenMetadataProgramID = MustPublicKeyFromBase58("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s")
)
var TokenMetadataProgramID = MustPublicKeyFromBase58("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s")

0 comments on commit f20f980

Please sign in to comment.