Skip to content

Commit

Permalink
change MEV protection to new endpoint (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane authored Oct 17, 2024
1 parent 1fb8bd4 commit bb6469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SwapForm/AddMEVProtectionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)`)
Expand Down

0 comments on commit bb6469f

Please sign in to comment.