ethers-v5-to-v6
Migrate ethers.js v5 BigNumber to native BigInt (ethers v6)
Installation
bash
Usage
This codemod transforms tsx code by:
- Converting
vardeclarations toconst/let - Removing debug statements
- Modernizing syntax patterns
Development
bash
License
MIT