Skip to content

Commit

Permalink
fix jetton verification
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhar-petukhov committed Jun 13, 2024
1 parent d4705e8 commit 74cbd1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/normalized_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func NormalizeMetadata(meta tep64.Metadata, info *addressbook.KnownJetton, trust
symbol = rewriteIfNotEmpty(symbol, info.Symbol)
social = info.Social
websites = info.Websites
trust = core.TrustWhitelist
}

image = imgGenerator.DefaultGenerator.GenerateImageUrl(image, 200, 200)
Expand Down

0 comments on commit 74cbd1b

Please sign in to comment.