diff --git a/src/components/SwapWidget/SwapWidget.tsx b/src/components/SwapWidget/SwapWidget.tsx index 1e0c9b69..14f69219 100644 --- a/src/components/SwapWidget/SwapWidget.tsx +++ b/src/components/SwapWidget/SwapWidget.tsx @@ -73,7 +73,6 @@ export function SwapWidget() { const destAccount = useAccount("destination"); const isWalletConnected = srcAccount?.isWalletConnected && destAccount?.isWalletConnected; - const isEvmtoEvm = srcAccount?.chainType === "evm" && destAccount?.chainType === "evm"; function promptDestAsset() { document.querySelector("[data-testid='destination'] button")?.click(); @@ -238,16 +237,6 @@ export function SwapWidget() {

)} - {isEvmtoEvm && ( -
-

- WARNING: - ibc.fun only supports swapping/transferring to, from, and within the Cosmos ecosystem at this time. If - you're not transferring to or from a Cosmos chain, we recommend{" "} - jumper.exchange -

-
- )} {!isWalletConnected && (