diff --git a/features/ipfs/rpc-availability-check-result-box/rpc-availability-check-result-box.tsx b/features/ipfs/rpc-availability-check-result-box/rpc-availability-check-result-box.tsx index a4747a2b7..2bb966f84 100644 --- a/features/ipfs/rpc-availability-check-result-box/rpc-availability-check-result-box.tsx +++ b/features/ipfs/rpc-availability-check-result-box/rpc-availability-check-result-box.tsx @@ -23,7 +23,7 @@ export const RPCAvailabilityCheckResultBox = () => { return ( - You are currently using the IPFS widget's version. + You are currently using the IPFS widget version. What is IPFS {isRPCAvailable && ( diff --git a/features/withdrawals/request/withdrawal-rates/integrations.ts b/features/withdrawals/request/withdrawal-rates/integrations.ts index 18be27353..09caa0138 100644 --- a/features/withdrawals/request/withdrawal-rates/integrations.ts +++ b/features/withdrawals/request/withdrawal-rates/integrations.ts @@ -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;