Skip to content

Commit

Permalink
fix: revert discord change, dollars are fine
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Aug 23, 2024
1 parent 094f623 commit 17ed2a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ private void ProcessDailySwapOverviewInfo(DailySwapOverviewInfo dailySwapOvervie

text.AppendLine(
$"{emojis[i]} " +
$"**{swap.DepositAmountFormatted} {swap.SourceAsset}** → " +
$"**{swap.EgressAmountFormatted} {swap.DestinationAsset}** " +
$"**{swap.DepositAmountFormatted} {swap.SourceAsset}** (*${swap.DepositValueUsdFormatted}*) " +
$"**{swap.EgressAmountFormatted} {swap.DestinationAsset}** (*${swap.EgressValueUsdFormatted}*) " +
$"{(brokerExists ? $"@ **{broker}** " : string.Empty)}" +
$"// **[#{swap.Id}]({_configuration.ExplorerSwapsUrl}{swap.Id})**");
}
Expand Down

0 comments on commit 17ed2a0

Please sign in to comment.