Zzhengxuyu

zhengxuyu/ethers-v5-to-v6

Migrate ethers.js v5 BigNumber to native BigInt (ethers v6)

transformationmigrationethersbignumberbigintweb3defi
Public
0 executions

Run locally

npx codemod @zhengxuyu/ethers-v5-to-v6

ethers-v5-to-v6

Migrate ethers.js v5 BigNumber to native BigInt (ethers v6)

Installation

bash

Usage

This codemod transforms tsx code by:

  • Converting var declarations to const/let
  • Removing debug statements
  • Modernizing syntax patterns

Development

bash

License

MIT

Ready to contribute?

Build your own codemod and share it with the community.