From c51509176c7cd73f47d1825eb338b26aedcb3c0e Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 14 Jun 2024 10:43:41 +0200 Subject: [PATCH] Content update --- components/common/FeatureBridges.tsx | 4 ++-- components/common/FeatureExchanges.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/common/FeatureBridges.tsx b/components/common/FeatureBridges.tsx index 62ca6cb..15bf1a5 100644 --- a/components/common/FeatureBridges.tsx +++ b/components/common/FeatureBridges.tsx @@ -6,12 +6,12 @@ type Props = {}; const items = [ { - label: "Gnosis ->", + label: "Gnosis", url: "https://bridge.gnosischain.com/", icon: Icons.GnosisIcon, }, { - label: "Juniper ->", + label: "Juniper", url: "https://jumper.exchange/exchange?fromChain=1&fromToken=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48&toChain=100&toToken=0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da", icon: Icons.JuniperIcon, }, diff --git a/components/common/FeatureExchanges.tsx b/components/common/FeatureExchanges.tsx index 004166c..e303601 100644 --- a/components/common/FeatureExchanges.tsx +++ b/components/common/FeatureExchanges.tsx @@ -7,17 +7,17 @@ type Props = {}; const items = [ { - label: "Uniswap ->", + label: "Uniswap (ETH)", url: "https://app.uniswap.org/#/swap?chain=ethereum&inputCurrency=ETH&outputCurrency=0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb", icon: Icons.UniswapIcon, }, { - label: "SushiSwap ->", + label: "SushiSwap (xDAI)", url: "https://www.sushi.com/swap?chainId=100&token0=NATIVE&token1=0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da", icon: Icons.SushiSwapIcon, }, { - label: "Honeyswap ->", + label: "Honeyswap (xDAI)", url: "https://honeyswap.1hive.eth.limo/#/swap?chain=xdai&outputCurrency=0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da", icon: Icons.HoneyswapIcon, },