Fiat values in swap transaction details ($6.38 for BNB, $5.86 for SOL) are computed from the current asset price, not the price at the time of the swap. Over time these diverge from what the user saw in Confirm.
Root cause: TransactionSwapMetadata in core stores only amounts, no prices, so the UI falls back to the live price.
Proposed fix: Add price snapshot fields (from_price, to_price) to TransactionSwapMetadata.

Fiat values in swap transaction details (
$6.38for BNB,$5.86for SOL) are computed from the current asset price, not the price at the time of the swap. Over time these diverge from what the user saw in Confirm.Root cause:
TransactionSwapMetadatain core stores only amounts, no prices, so the UI falls back to the live price.Proposed fix: Add price snapshot fields (
from_price,to_price) toTransactionSwapMetadata.