From 9ae8c702eb961f2e7b67e1a366554dfd0fbd4552 Mon Sep 17 00:00:00 2001 From: VariantConst <50503766+VariantConst@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:21:00 +0800 Subject: [PATCH] Update swqos.rs Corrected JITO's endpoint in Amsterdam. --- src/constants/swqos.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/swqos.rs b/src/constants/swqos.rs index 608ef26..4efa415 100755 --- a/src/constants/swqos.rs +++ b/src/constants/swqos.rs @@ -71,7 +71,7 @@ pub const BLOX_TIP_ACCOUNTS: &[Pubkey] = &[ pub const SWQOS_ENDPOINTS_JITO: [&str; 8] = [ "https://ny.mainnet.block-engine.jito.wtf", "https://frankfurt.mainnet.block-engine.jito.wtf", - "https://ams.block-engine.jito.wtf", + "https://amsterdam.mainnet.block-engine.jito.wtf", "https://slc.mainnet.block-engine.jito.wtf", "https://tokyo.mainnet.block-engine.jito.wtf", "https://london.mainnet.block-engine.jito.wtf",