diff --git a/src/constants/swqos.rs b/src/constants/swqos.rs index 2f21e0e..fd72dac 100755 --- a/src/constants/swqos.rs +++ b/src/constants/swqos.rs @@ -243,14 +243,14 @@ pub const SWQOS_ENDPOINTS_STELLIUM: [&str; 8] = [ ]; pub const SWQOS_MIN_TIP_DEFAULT: f64 = 0.00001; // 其它SWQOS默认最低小费 -pub const SWQOS_MIN_TIP_JITO: f64 = SWQOS_MIN_TIP_DEFAULT; +pub const SWQOS_MIN_TIP_JITO: f64 = 0.00001; pub const SWQOS_MIN_TIP_NEXTBLOCK: f64 = 0.001; -pub const SWQOS_MIN_TIP_ZERO_SLOT: f64 = 0.001; -pub const SWQOS_MIN_TIP_TEMPORAL: f64 = 0.001; -pub const SWQOS_MIN_TIP_BLOXROUTE: f64 = 0.001; -pub const SWQOS_MIN_TIP_NODE1: f64 = 0.002; // 如需更高阈值可调整 -pub const SWQOS_MIN_TIP_FLASHBLOCK: f64 = 0.001; -pub const SWQOS_MIN_TIP_BLOCKRAZOR: f64 = 0.001; -pub const SWQOS_MIN_TIP_ASTRALANE: f64 = SWQOS_MIN_TIP_DEFAULT; -pub const SWQOS_MIN_TIP_STELLIUM: f64 = 0.001; // Stellium requires minimum 0.001 SOL tip -pub const SWQOS_MIN_TIP_LIGHTSPEED: f64 = 0.001; // Lightspeed requires minimum 0.001 SOL tip +pub const SWQOS_MIN_TIP_ZERO_SLOT: f64 = 0.0001; +pub const SWQOS_MIN_TIP_TEMPORAL: f64 = 0.0001; +pub const SWQOS_MIN_TIP_BLOXROUTE: f64 = 0.0001; +pub const SWQOS_MIN_TIP_NODE1: f64 = 0.0001; // 如需更高阈值可调整 +pub const SWQOS_MIN_TIP_FLASHBLOCK: f64 = 0.0001; +pub const SWQOS_MIN_TIP_BLOCKRAZOR: f64 = 0.0001; +pub const SWQOS_MIN_TIP_ASTRALANE: f64 = 0.00001; +pub const SWQOS_MIN_TIP_STELLIUM: f64 = 0.0001; // Stellium requires minimum 0.001 SOL tip +pub const SWQOS_MIN_TIP_LIGHTSPEED: f64 = 0.0001; // Lightspeed requires minimum 0.001 SOL tip