Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Dec 18, 2023
1 parent 019e94f commit 36769d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/nft_converters.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func convertNFT(ctx context.Context, item core.NftItem, book addressBook, metaCa
cInfo, _ := metaCache.getCollectionMeta(ctx, *item.CollectionAddress)

// TODO: REMOVE, FAST HACK
if strings.Contains(cInfo.Description, "ton-staker.com") {
if strings.Contains(cInfo.Description, "ton-staker.com") || strings.Contains(cInfo.Description, "scaleton.xyz") {
cInfo.Description = "SCAM"
}

Expand Down

0 comments on commit 36769d1

Please sign in to comment.