Skip to content

Commit

Permalink
fix network name when use kyberswap rpc endpoint (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane authored Oct 21, 2024
1 parent 8c80178 commit b278c72
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 @@ -55,7 +55,7 @@ export default function AddMEVProtectionModal({ isOpen, onClose }: { isOpen: boo
return
}

const name = 'KyberSwap'
const name = 'Ethereum Mainnet (Kyberswap RPC)'
mixpanelHandler(MIXPANEL_TYPE.MEV_ADD_CLICK_MODAL, { type: name })
addNewNetwork(
ChainId.MAINNET,
Expand Down

0 comments on commit b278c72

Please sign in to comment.