Skip to content

Commit 3dfd35e

Browse files
committed
small style fixes
1 parent b614d9b commit 3dfd35e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/trapri/trapri.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ func formatTokenTransaction(gb *gloomberg.Gloomberg, seawa *seawatcher.SeaWatche
439439
case totra.Mint:
440440
// gb.Stats.AddMint(ttx.TotalTokens, ttx.AmountPaid)
441441
eventType = degendb.Mint
442+
case totra.Listing:
443+
eventType = degendb.Listing
442444
}
443445

444446
gb.Stats.AddEvent(eventType, ttx.TotalTokens, ttx.AmountPaid)
@@ -833,7 +835,7 @@ func formatTokenTransaction(gb *gloomberg.Gloomberg, seawa *seawatcher.SeaWatche
833835
//
834836
// SaLiRas
835837
if timeframedSaLiRas := currentCollection.GetPrettySaLiRas(); len(timeframedSaLiRas) > 0 {
836-
out.WriteString(" ~ " + strings.Join(timeframedSaLiRas, " "))
838+
out.WriteString(style.DarkGrayStyle.Render(" ~ ") + strings.Join(timeframedSaLiRas, " "))
837839

838840
// add collection symbol ad the end for easier matching between salira and collection
839841
if currentCollection.Metadata != nil && currentCollection.Metadata.Symbol != "" {

0 commit comments

Comments
 (0)