Skip to content

Commit

Permalink
btcToSats
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankzf committed Aug 12, 2024
1 parent 859640b commit 2373828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function SwapScreen() {
trackSwapMixPanel(AnalyticsEvents.FetchSwapQuote, {
fromToken,
toToken,
amount,
amount: fromToken === 'BTC' ? btcToSats(new BigNumber(amount)).toString() : amount,
quote,
btcUsdRate,
runeFloorPrice,
Expand Down

0 comments on commit 2373828

Please sign in to comment.