Renders the token balance and USD value in a token list row.
When LI.FI price/balance data is available (token.extensions), it displays
the enriched balance and computed USD value. On chains LI.FI does not support
(e.g. Sepolia), it falls back to on-chain balance via wagmi and renders "N/A"
for the USD value.
Param: props
Param: props.isLoading
True while the LI.FI price/balance fetch is in flight.
Renders the token balance and USD value in a token list row.
When LI.FI price/balance data is available (
token.extensions), it displays the enriched balance and computed USD value. On chains LI.FI does not support (e.g. Sepolia), it falls back to on-chain balance via wagmi and renders "N/A" for the USD value.