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/" }, ];