Skip to content

Commit ea8556a

Browse files
committed
switch to original image in meta
1 parent 30c460a commit ea8556a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/normalized_metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func NormalizeMetadata(meta tep64.Metadata, info *addressbook.KnownJetton, trust
6565
return NormalizedMetadata{
6666
Name: name,
6767
Description: description,
68-
Image: previewImage, // TODO: replace with `image` after migration to `previewImage`
68+
Image: image,
6969
Symbol: symbol,
7070
Decimals: convertJettonDecimals(meta.Decimals),
7171
Verification: trust,

0 commit comments

Comments
 (0)