wp-solana-test-utils 0.1.1

Protocol-specific test fixtures for Raydium CLMM, Meteora DLMM, Orca Whirlpool
Documentation
1
2
3
4
5
6
7
8
9
10
//! Whirlpool types and constants

use std::str::FromStr;

use solana_sdk::pubkey::Pubkey;

/// Get Whirlpool program ID
pub fn whirlpool_program_id() -> Pubkey {
    Pubkey::from_str("whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc").unwrap_or_default()
}