Package Latest Version
TRON
- @tronweb3/tronwallet-abstract-adapter@1.2.0
- @tronweb3/tronwallet-adapters@1.3.1
- @tronweb3/tronwallet-adapter-backpack@1.1.0
- @tronweb3/tronwallet-adapter-binance@1.1.1
- @tronweb3/tronwallet-adapter-bitkeep@1.2.0
- @tronweb3/tronwallet-adapter-bybit@1.1.0
- @tronweb3/tronwallet-adapter-foxwallet@1.1.0
- @tronweb3/tronwallet-adapter-gatewallet@1.1.0
- @tronweb3/tronwallet-adapter-guarda@1.1.0
- @tronweb3/tronwallet-adapter-imtoken@1.1.0
- @tronweb3/tronwallet-adapter-ledger@1.1.14
- @tronweb3/tronwallet-adapter-metamask-tron@1.1.0
- @tronweb3/tronwallet-adapter-okxwallet@1.1.0
- @tronweb3/tronwallet-adapter-onekey@1.1.0
- @tronweb3/tronwallet-adapter-tokenpocket@1.1.0
- @tronweb3/tronwallet-adapter-tronlink@1.2.0
- @tronweb3/tronwallet-adapter-trust@1.1.0
- @tronweb3/tronwallet-adapter-walletconnect@3.0.5
- @tronweb3/tronwallet-adapter-react-hooks@1.1.12
- @tronweb3/tronwallet-adapter-react-ui@1.2.0
- @tronweb3/tronwallet-adapter-vue-hooks@1.0.4
- @tronweb3/tronwallet-adapter-vue-ui@1.1.0
EVM
- @tronweb3/abstract-adapter-evm@1.1.1
- @tronweb3/tronwallet-adapter-binance-evm@1.2.1
- @tronweb3/tronwallet-adapter-ledger-evm@1.0.0
- @tronweb3/tronwallet-adapter-metamask-evm@1.1.0
- @tronweb3/tronwallet-adapter-okxwallet-evm@1.1.0
- @tronweb3/tronwallet-adapter-tronlink-evm@1.2.0
- @tronweb3/tronwallet-adapter-trust-evm@1.1.0
Features & Improvements
-
@tronweb3/tronwallet-adapter-ledger-evm- Added
LedgerEvmAdaptersupporting 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).
- Added
-
@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 topackages/deprecated/tomowallet. Projects still importingTomoWalletAdapterfrom@tronweb3/tronwallet-adaptersneed to remove or replace that import.
- Exported the new
-
@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-tronto4.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-utilsto restore the CJS entry.
- Added mobile deeplink support: when the wallet is not installed in a mobile browser,
-
@tronweb3/tronwallet-adapter-binance-evm- Removed the ESM-only dependency
@binance/w3w-utilsto restore the CJS entry (fixesrequire()failing withERR_PACKAGE_PATH_NOT_EXPORTEDin CJS projects).
- Removed the ESM-only dependency
-
@tronweb3/tronwallet-adapter-ledger- Upgraded
tronwebto6.4.0. - Fixed the
exportsmap ordering (typesfirst) so TypeScript resolves typings correctly.
- Upgraded
-
@tronweb3/abstract-adapter-evm- Added
WalletSignTransactionErrorandWalletSignMessageErrorerror types.
- Added
-
Updated vulnerable dependencies to clear high/critical audit findings (including the
undicioverride to7.28.0).