Connect 10.0.0 Migration
Version 10.0.0 introduces significant changes to the integration methods and supported cryptocurrencies.Breaking Changes
Removed Integration Methods
Removed Integration Methods
The following integration methods have been removed:
- connect-iframe: Legacy iframe integration
- connect-popup: Legacy popup integration
Deprecated Cryptocurrencies
Deprecated Cryptocurrencies
Version 10.0.0 removes support for:
- EOS: All EOS-related methods and functionality
- NEM: All NEM-related methods and functionality
New Features
New Features
Version 10.0.0 introduces:
- Tron Support: New
tronGetAddressandtronSignTransactionmethods - Suite-based Integration: Improved security and user experience
- Enhanced THP Support: Better Trezor Host Protocol implementation
Migration Steps
Replace Integration Method
Migrate from iframe/popup to the new integration:Before (Connect 9.x):After (Connect 10.x):
New Tron Support
If you want to add Tron support to your application:Suite Version Updates
Trezor Suite uses calendar versioning (YY.MM.PATCH). When updating between major releases:Update Application
- Desktop: Download the latest version from trezor.io/start
- Web: Visit suite.trezor.io for automatic updates
For development migrations, see the Changelog for detailed commit-by-commit changes.
Getting Help
If you encounter issues during migration:- Check the Troubleshooting Guide
- Review the FAQ
- Visit Trezor Support
- Report issues on GitHub