Skip to content

Commit

Permalink
fix: bebop params and ipfs text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Mar 21, 2024
1 parent 9490d26 commit 7a22132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const RPCAvailabilityCheckResultBox = () => {
return (
<Wrap>
<Text weight={700} size="xs" color="accentContrast">
You are currently using the IPFS widget&apos;s version.
You are currently using the IPFS widget version.
</Text>
<LinkArrow href={IPFS_INFO_URL}>What is IPFS</LinkArrow>
{isRPCAvailable && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const dexWithdrawalMap: DexWithdrawalIntegrationMap = {
link: (amount, token) =>
`https://bebop.xyz/trade?network=ethereum&buy=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE&sell=${getAddress(
getTokenAddress(CHAINS.Mainnet, token),
)}&sellAmounts=${formatEther(amount)}`,
)}&sellAmounts=${formatEther(amount)}&source=lido`,
},
} as const;

Expand Down

0 comments on commit 7a22132

Please sign in to comment.