This codemod does tranformation based on changes in the utils in ethers.js
Example
Byte32 string helpers
Before
ts
After
ts
Constants
Before
ts
After
ts
Data Manipulation
Before
ts
After
ts
Deafult AbiCoder
Before
ts
After
ts
Hex Conversion
Before
ts
After
ts
Solidity non-standard packed
Before
ts
After
ts
Property Manipulation
Before
ts
After
ts
Above were some transformation, that were done in utilities section of ethers, now below are some cleanups and breaking changes.
PS: These changes are not done using codemod.
Fetching content
Basic Fetch with Json
Before
ts
After
ts
Fetch with Connection Overrides:
Before
ts
After
ts