Skip to content

Commit

Permalink
Add address lookup table program id (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrulek authored Dec 18, 2024
1 parent 1ec25d1 commit b08056d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions program_ids.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ var (
FeatureProgramID = MustPublicKeyFromBase58("Feature111111111111111111111111111111111111")

ComputeBudget = MustPublicKeyFromBase58("ComputeBudget111111111111111111111111111111")

// Create and manage address lookup tables.
AddressLookupTableProgramID = MustPublicKeyFromBase58("AddressLookupTab1e1111111111111111111111111")
)

// SPL:
Expand Down

0 comments on commit b08056d

Please sign in to comment.