Breaking Changes Overview
Last updated
Was this helpful?
This provides a high-level summary of all breaking changes in VeChain Kit v2. For detailed information on each topic, please refer to the specific guides linked below.
useConnex is completely removed and replaced with useThor
This affects all blockchain interactions throughout your application
Introduction of useCallClause for reading contract data
New executeMultipleClausesCall for batch operations
Complete rewrite of transaction patterns
New useBuildTransaction hook with improved type safety
Better error handling and transaction status tracking
Entire VeBetterDAO module removed
Several utility modules deprecated
Many hooks moved to new locations for better organization
Import paths have changed significantly
Read the complete removal list to check if you use any removed features
Review the API migration patterns for code examples
Follow the migration checklist step by step
GitHub Issues: Report issues
Documentation: VeChain Kit v2 Docs
Community: Discord
Last updated
Was this helpful?
Was this helpful?