openzeppelin_relayer/constants/
token.rs

1
2
3
4
5
6
pub const DEFAULT_CONVERSION_SLIPPAGE_PERCENTAGE: f32 = 1.0;
pub const WRAPPED_SOL_MINT: &str = "So11111111111111111111111111111111111111112";
pub const NATIVE_SOL: &str = "11111111111111111111111111111111";
pub const SYSTEM_PROGRAM_ID: &str = "11111111111111111111111111111111";
pub const SOLANA_DECIMALS: u8 = 9;
pub const JUPITER_API_URL: &str = "https://quote-api.jup.ag/v6";