This PR refactors the package to only pull in the much smaller @ethersproject/address sub-package, we can't always rely on tree-shaking to be 100%, and there is no need to risk pulling in the entire ethers project for a single function 😅
I also moved the development dependencies to devDependencies to make it easier to see what are the actual production dependencies of the package
This PR refactors the package to only pull in the much smaller
@ethersproject/address
sub-package, we can't always rely on tree-shaking to be 100%, and there is no need to risk pulling in the entireethers
project for a single function 😅I also moved the development dependencies to
devDependencies
to make it easier to see what are the actual production dependencies of the package