diff --git a/store/zksync/wallet.ts b/store/zksync/wallet.ts index 467f877f3..3ce2b5ecb 100644 --- a/store/zksync/wallet.ts +++ b/store/zksync/wallet.ts @@ -83,6 +83,7 @@ export const useZkSyncWalletStore = defineStore("zkSyncWallet", () => { symbol: token!.symbol!, decimals: token!.decimals, iconUrl: token!.iconURL || undefined, + price: token?.usdPrice || undefined, amount: balance, }; });