Skip to content

Commit

Permalink
fix missing native asset icon URL from swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Dec 16, 2024
1 parent 2e0dca6 commit ef79118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/ExplainSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const explainers = (params, theme) => {
logo: (
<RainbowCoinIcon
size={40}
icon={params?.nativeAsset?.icon_url}
icon={params?.nativeAsset?.icon_url || params?.nativeAsset?.iconURL}
symbol={params?.nativeAsset?.symbol}
chainId={chainId}
color={params?.nativeAsset?.colors?.primary || params?.nativeAsset?.colors?.fallback || undefined}
Expand Down

0 comments on commit ef79118

Please sign in to comment.