We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c460a commit ea8556aCopy full SHA for ea8556a
pkg/api/normalized_metadata.go
@@ -65,7 +65,7 @@ func NormalizeMetadata(meta tep64.Metadata, info *addressbook.KnownJetton, trust
65
return NormalizedMetadata{
66
Name: name,
67
Description: description,
68
- Image: previewImage, // TODO: replace with `image` after migration to `previewImage`
+ Image: image,
69
Symbol: symbol,
70
Decimals: convertJettonDecimals(meta.Decimals),
71
Verification: trust,
0 commit comments