From 031a16ac46e3198a67a0e1736ec580574e5e9335 Mon Sep 17 00:00:00 2001 From: Adithya Vardhan Date: Thu, 25 Jun 2026 15:01:30 +0530 Subject: [PATCH] chore: show + onchain fees for internal swap ins too --- frontend/src/screens/wallet/swap/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/screens/wallet/swap/index.tsx b/frontend/src/screens/wallet/swap/index.tsx index 0ea37c19..743b8fa8 100644 --- a/frontend/src/screens/wallet/swap/index.tsx +++ b/frontend/src/screens/wallet/swap/index.tsx @@ -302,8 +302,8 @@ function SwapInForm() {

- {swapInfo.albyServiceFee + swapInfo.boltzServiceFee}% - {!isInternalSwap && " + on-chain fees"} + {swapInfo.albyServiceFee + swapInfo.boltzServiceFee}% + on-chain + fees