From a3c3aeabc3692e6985286b9f006abbb89c226ccd Mon Sep 17 00:00:00 2001 From: coldmartian Date: Sat, 21 Feb 2026 13:04:32 +0000 Subject: [PATCH] Invert swap rate for XMR/BTC --- docs/components/SwapProviderTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/SwapProviderTable.tsx b/docs/components/SwapProviderTable.tsx index 3e0fb1544e..0f7659cfa2 100644 --- a/docs/components/SwapProviderTable.tsx +++ b/docs/components/SwapProviderTable.tsx @@ -45,7 +45,7 @@ export default function SwapMakerTable() { {maker.peerId} {satsToBtc(maker.minSwapAmount)} BTC {satsToBtc(maker.maxSwapAmount)} BTC - {satsToBtc(maker.price)} XMR/BTC + {satsToBtc(1 / maker.price)} XMR/BTC ))}