diff --git a/store/zksync/wallet.ts b/store/zksync/wallet.ts index 8ee46ed92..467f877f3 100644 --- a/store/zksync/wallet.ts +++ b/store/zksync/wallet.ts @@ -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, }; });