Skip to content

v1.3.1

Latest

Choose a tag to compare

@iweb3Nomad iweb3Nomad released this 10 Jul 07:48
68d922a

Package Latest Version

TRON

EVM

Features & Improvements

  • @tronweb3/tronwallet-adapter-ledger-evm

    • Added LedgerEvmAdapter supporting Ledger hardware wallets on EVM chains via WebHID, including:
      • Account connection with multi-account selection.
      • Message signing (personal_sign).
      • EIP-712 typed-data signing, with automatic compatibility for both newer and older Ledger devices/firmware.
      • Transaction signing (Legacy & EIP-1559).
      • Chain switching (switchChain).
  • @tronweb3/tronwallet-adapters

    • Exported the new LedgerEvmAdapter.
    • Removed TomoWalletAdapter: TomoWallet login is no longer available, so the adapter has been removed from the aggregate package and its source archived to packages/deprecated/tomowallet. Projects still importing TomoWalletAdapter from @tronweb3/tronwallet-adapters need to remove or replace that import.
  • @tronweb3/tronwallet-adapter-walletconnect

    • Fixed a whole-page white screen that could occur when cookies/local storage are disabled in the browser, by lazy-loading the WalletConnect runtime until it is actually needed.
    • Upgraded @tronweb3/walletconnect-tron to 4.0.3.
  • @tronweb3/tronwallet-adapter-binance

    • Added mobile deeplink support: when the wallet is not installed in a mobile browser, connect() now opens the Binance App with the current dApp.
    • Removed the ESM-only dependency @binance/w3w-utils to restore the CJS entry.
  • @tronweb3/tronwallet-adapter-binance-evm

    • Removed the ESM-only dependency @binance/w3w-utils to restore the CJS entry (fixes require() failing with ERR_PACKAGE_PATH_NOT_EXPORTED in CJS projects).
  • @tronweb3/tronwallet-adapter-ledger

    • Upgraded tronweb to 6.4.0.
    • Fixed the exports map ordering (types first) so TypeScript resolves typings correctly.
  • @tronweb3/abstract-adapter-evm

    • Added WalletSignTransactionError and WalletSignMessageError error types.
  • Updated vulnerable dependencies to clear high/critical audit findings (including the undici override to 7.28.0).