ore-lst-api 0.2.1

ORE liquid staking token.
Documentation
1
2
3
4
5
6
7
8
9
10
11
use solana_program::pubkey;
use steel::Pubkey;

/// The seed of the vault account PDA.
pub const VAULT: &[u8] = b"vault";

/// The seed of the store mint account PDA.
pub const MINT: &[u8] = b"MINT";

/// Mint address of the stORE token.
pub const STORE_MINT_ADDRESS: Pubkey = pubkey!("sTorERYB6xAZ1SSbwpK3zoK2EEwbBrc7TZAzg1uCGiH");