Skip to content

Commit

Permalink
fix: display token price when available
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Feb 16, 2024
1 parent ff534d4 commit 0570ee8
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 @@ -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,
};
});
Expand Down

0 comments on commit 0570ee8

Please sign in to comment.