From a2b4ea9bddeec9fadecda126675f7e73dbcc95e0 Mon Sep 17 00:00:00 2001 From: bayge Date: Wed, 15 May 2024 22:21:37 +0100 Subject: [PATCH] Use the correct swap addresses for fUSDC --- .../app/components/JoeFarmlandsOrCamelotKingdom/index.tsx | 4 ++-- .../app/routes/$network/dashboard/airdrop/index.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app.fluidity.money/app/components/JoeFarmlandsOrCamelotKingdom/index.tsx b/web/app.fluidity.money/app/components/JoeFarmlandsOrCamelotKingdom/index.tsx index aa5514fce..2c1ca6a80 100644 --- a/web/app.fluidity.money/app/components/JoeFarmlandsOrCamelotKingdom/index.tsx +++ b/web/app.fluidity.money/app/components/JoeFarmlandsOrCamelotKingdom/index.tsx @@ -8,7 +8,7 @@ const JoeFarmlandsOrCamelotKingdom = () => { return (
@@ -18,7 +18,7 @@ const JoeFarmlandsOrCamelotKingdom = () => { /> diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx index 91955a3dd..e9da1a78b 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx @@ -1173,16 +1173,16 @@ const MultiplierTasks = () => { const providerLinks: { provider: Provider; link: string }[] = [ { provider: "Uniswap", - link: "https://app.uniswap.org/swap?outputCurrency=0x000F1720A263f96532D1ac2bb9CDC12b72C6f386&chain=arbitrum", + link: "https://app.uniswap.org/swap?outputCurrency=0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A&chain=arbitrum", }, { provider: "Trader Joe", - link: "https://traderjoexyz.com/arbitrum/trade?outputCurrency=0x000F1720A263f96532D1ac2bb9CDC12b72C6f386", + link: "https://traderjoexyz.com/arbitrum/trade?outputCurrency=0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A", }, { provider: "Camelot", link: "https://app.camelot.exchange/" }, { provider: "Ramses", - link: "https://app.ramses.exchange/liquidity/v2/0x000F1720A263f96532D1ac2bb9CDC12b72C6f386", + link: "https://app.ramses.exchange/liquidity/v2/0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A", }, { provider: "Jumper", link: "https://jumper.exchange/" }, ];