Skip to main content

PROGRAM_ID

Constant PROGRAM_ID 

Source
pub const PROGRAM_ID: Pubkey;
Expand description

Canonical Alea program ID. Vanity, frozen for the lifetime of the mainnet deployment per ADR 0028. Same ID used across localnet / devnet / mainnet by design — consumer SDKs do not need to branch per cluster.

Devnet-verified; mainnet deployment pending Phase 5. Cluster binding identical (vanity ID usable on both), mainnet traffic begins Phase 5.

This re-exports the verifier crate’s declare_id!-generated ID constant, which guarantees the SDK’s PROGRAM_ID can never drift from the program’s on-chain identity at compile time.