Skip to content

Commit a9b6e36

Browse files
committed
fix: use larger logo image
1 parent b2ed00a commit a9b6e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/src/app/api/erc-20/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ async function tokenInfo({
243243
return {
244244
symbol: json.symbol,
245245
name: json.name,
246-
image: json.image?.thumb,
246+
image: json.image?.small,
247247
};
248248
}
249249

0 commit comments

Comments
 (0)