diff --git a/apps/hyperdrive-trading/src/ui/portfolio/lp/LpAndWithdrawalSharesTable/TotalLpValue.tsx b/apps/hyperdrive-trading/src/ui/portfolio/lp/LpAndWithdrawalSharesTable/TotalLpValue.tsx index 5def64c3b..093af9cec 100644 --- a/apps/hyperdrive-trading/src/ui/portfolio/lp/LpAndWithdrawalSharesTable/TotalLpValue.tsx +++ b/apps/hyperdrive-trading/src/ui/portfolio/lp/LpAndWithdrawalSharesTable/TotalLpValue.tsx @@ -53,8 +53,7 @@ export function TotalLpValue({ `$${formatBalance({ balance: fiatPrice ? fixed(totalOpenLpPositions ?? 0n, baseToken.decimals).mul( - fiatPrice, - baseToken.decimals, + fiatPrice, // fiat price is always 18 decimals ).bigint : 0n, decimals: hyperdrive.decimals,