Skip to content

Commit

Permalink
fix: use larger logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
stephancill committed Jan 15, 2024
1 parent b2ed00a commit a9b6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api/src/app/api/erc-20/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ async function tokenInfo({
return {
symbol: json.symbol,
name: json.name,
image: json.image?.thumb,
image: json.image?.small,
};
}

Expand Down

0 comments on commit a9b6e36

Please sign in to comment.