Skip to content

Commit

Permalink
Use the correct swap addresses for fUSDC
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed May 15, 2024
1 parent ff73c21 commit a2b4ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const JoeFarmlandsOrCamelotKingdom = () => {
return (
<div className="joe_farmlands_or_camelot_div">
<a
href="https://traderjoexyz.com/arbitrum/pool/v21/0x000F1720A263f96532D1ac2bb9CDC12b72C6f386/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/100"
href="https://traderjoexyz.com/arbitrum/pool/v21/0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/100"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -18,7 +18,7 @@ const JoeFarmlandsOrCamelotKingdom = () => {
/>
</a>
<a
href="https://app.camelot.exchange/pools/0xD42ef780e9B290Aa071C08B8e766f29A53A7f982"
href="https://app.camelot.exchange/pools/0xAc07ed4CbdDA2cB17F9AEca2919c825dCb2882B9"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/" },
];
Expand Down

0 comments on commit a2b4ea9

Please sign in to comment.