Skip to content

Commit

Permalink
feat: change liquidity emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jan 31, 2024
1 parent e74692a commit 56b94c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainflip-insights/Consumers/Discord/DiscordConsumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void ProcessIncomingLiquidityInfo(IncomingLiquidityInfo liquidity)
$"{_configuration.ExplorerLiquidityChannelUrl}{liquidity.BlockId}-{liquidity.Network}-{liquidity.ChannelId}");

var text =
$"💰 Liquidity Added! An extra " +
$"💵 **Liquidity Added**! An extra " +
$"**{liquidity.DepositAmountFormatted} {liquidity.SourceAsset}** (*${liquidity.DepositValueUsdFormatted}*) is available! " +
$"// **[view incoming liquidity on explorer]({_configuration.ExplorerLiquidityChannelUrl}{liquidity.BlockId}-{liquidity.Network}-{liquidity.ChannelId})**";

Expand Down

0 comments on commit 56b94c2

Please sign in to comment.