diff --git a/src/components/SwapForm/AddMEVProtectionModal.tsx b/src/components/SwapForm/AddMEVProtectionModal.tsx index 075fc5a5a0..923ca53277 100644 --- a/src/components/SwapForm/AddMEVProtectionModal.tsx +++ b/src/components/SwapForm/AddMEVProtectionModal.tsx @@ -37,7 +37,7 @@ const Wrapper = styled.div` } ` -const KYBER_SWAP_RPC = 'https://ethereum.kyberengineering.io/' +const KYBER_SWAP_RPC = 'https://ethereum-mev-protection.kyberengineering.io/' export default function AddMEVProtectionModal({ isOpen, onClose }: { isOpen: boolean; onClose: () => void }) { const upToExtraSmall = useMedia(`(max-width: ${MEDIA_WIDTHS.upToExtraSmall}px)`)