Skip to content

Commit

Permalink
fix: display token icon url for all tokens if its available
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Feb 16, 2024
1 parent d984e94 commit f448909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/zksync/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const useZkSyncWalletStore = defineStore("zkSyncWallet", () => {
name: token!.name || undefined,
symbol: token!.symbol!,
decimals: token!.decimals,
iconUrl: token!.iconURL || undefined,
amount: balance,
};
});
Expand Down

0 comments on commit f448909

Please sign in to comment.