Skip to content

Commit

Permalink
Add crypto program constants
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Jun 9, 2024
1 parent 68bb424 commit ac3cc8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/solana/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@

BPF_LOADER_PROGRAM_ID: Pubkey = Pubkey.from_string("BPFLoaderUpgradeab1e11111111111111111111111")
"""Program ID for the BPF Loader Program."""

ED25519_PROGRAM_ID: Pubkey = Pubkey.from_string("Ed25519SigVerify111111111111111111111111111")
"""Program ID for the Ed25519 Program."""

SECP256K1_PROGRAM_ID: Pubkey = Pubkey.from_string("KeccakSecp256k11111111111111111111111111111")
"""Program ID for the Secp256k1 Program."""

0 comments on commit ac3cc8b

Please sign in to comment.