Skip to content

Commit

Permalink
Content update
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 committed Jun 14, 2024
1 parent 817dd63 commit c515091
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/common/FeatureBridges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
6 changes: 3 additions & 3 deletions components/common/FeatureExchanges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit c515091

Please sign in to comment.