Back to Freedom.Tech Back
All Ledger Live Mobile releasesAll versions
Release Tue, Jul 28, 2026 5 min read

Ledger Live Mobile 4.13.0

Original release notes

4.13.0

Minor Changes

  • #19854 c3c5329 Thanks @dilaouid! - feat(algo): restore Algorand memo in new send flow with protocol 1024-byte note limit
  • #19625 28c29a1 Thanks @LucasWerey! - Remove findCryptoCurrencyByTicker re-lookups in market counter-value formatting and detection paths
  • #19765 2818fc1 Thanks @LucasWerey! - fix: remove SafeAreaInsetsContext.Provider global override, replace with useAdjustedSafeAreaInsets hook
  • #19742 022f431 Thanks @deepyjr! - Add Ledger Sync checking and introduction presentation variants to Mobile Contacts.
  • #19702 6935fe0 Thanks @YazhuEth! - Add HyperCore support by plugging @ledgerhq/coin-hypercore into the generic coin framework: register the hypercore native currency (USDC, magnitude 6), route the family through the generic bridge, reuse the EVM signer for address derivation (HyperCore shares the Ethereum address), and add the currencyHypercore feature flag. HyperCore accounts can be discovered and serve their balance and operations from the coin module. In the history, HyperCore operations are labelled "Deposit"/"Withdraw" instead of "Received"/"Sent" (deposits/withdrawals go through bridging, not a plain transfer).
  • #19895 31b6b8d Thanks @LucasWerey! - Allow Help section descriptions in the new Profile to wrap onto two lines instead of being truncated in longer languages.

fix: missing getParentCurrencyId in quick actions

  • #19875 59a6c82 Thanks @sarneijim! - Gate the large-screen upsell modal by the enabled state of the selected opt-in variant
  • #19798 a55b810 Thanks @ysitbon! - Add useCurrencyById and useTokenByAddressInCurrency hooks; repoint mobile from @ledgerhq/cryptoassets to @features/platform-currencies and @domain/entity-currency-crypto
  • #19884 f9f5db4 Thanks @qperrot! - Add data-driven delegation-visibility-delay notice on the EVM staking delegate amount step (Somnia: 5 minutes)
  • #19812 729a6f8 Thanks @deepyjr! - Keep the Mobile Contacts search input visible while the populated list scrolls.
  • #19899 c441c90 Thanks @philipptpunkt! - Fix Swap: pressing "<" from the History screen after a multi-step swap now returns to the initial input form instead of the transaction success screen. The webview is remounted when redirecting to History so the success screen is no longer left mounted underneath.
  • #19796 36bbe18 Thanks @YazhuEth! - Fix custom fees on iOS in the new send flow: accept a comma decimal separator (normalized to a dot so the value is valid and can be confirmed), and dismiss the keyboard by tapping outside the inputs so the Confirm button is reachable
  • #19819 4151f1d Thanks @YazhuEth! - Migrate coin-integration screens to the custom ~/components/SafeAreaView, which handles the experimental header and avoids double safe-area insets.
  • #19533 d63b9ef Thanks @lysyi3m! - Add a TRON send-flow network-fees explanation on the amount screen. The fee row now shows the cost in both fiat and TRX (e.g. $4.12 0.000056 TRX, or $0 0 TRX when staked energy and bandwidth cover the transfer), and an info tooltip (desktop) / drawer (mobile) explains whether resources cover the fee or it is paid by burning TRX. Implemented via two family-agnostic send-descriptor accessors (getNetworkFeesInfo for the copy, showFeeCurrencyAmount for the fee-row display). Other currencies are unchanged.

Patch Changes