You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Tooltiptitle="The spread is the difference between the provider's exchange rate and the market rate. A high spread indicates that the provider is charging more than the market rate.">
41
-
<Chiplabel={`Spread:${spread.toFixed(2)}%`}/>
42
+
<Tooltiptitle="The markup this provider charges compared to centralized markets. A lower markup means that you get more Monero for your Bitcoin.">
43
+
<Chiplabel={`Markup${markup.toFixed(2)}%`}/>
42
44
</Tooltip>
43
45
);
44
46
@@ -74,8 +76,8 @@ export default function ProviderInfo({
<Tooltiptitle="A high uptime indicates reliability. Providers with low uptime may be unreliable and cause swaps to take longer to complete or fail entirely.">
<Tooltiptitle="A high uptime (>90%) indicates reliability. Providers with very low uptime may be unreliable and cause swaps to take longer to complete or fail entirely.">
@@ -93,11 +95,11 @@ export default function ProviderInfo({
93
95
</Tooltip>
94
96
)}
95
97
{isOutdated&&(
96
-
<Tooltiptitle="This provider is running an outdated version of the software. Outdated providers may be unreliable and cause swaps to take longer to complete or fail entirely.">
98
+
<Tooltiptitle="This provider is running an older version of the software. Outdated providers may be unreliable and cause swaps to take longer to complete or fail entirely.">
0 commit comments