I had to refactor a couple functions in generate-erc20-permit.ts due to issues with cognitive complexity, specifically I created three new functions getPrivateKeygetAdminWallet and getTokenDecimals
I also had to include a yarn packageManager version in package.json because it wasn't letting me commit otherwise. let me know if you want the yarn version changed, I used whatever version corepack set.
Resolves #60
I had to refactor a couple functions in
generate-erc20-permit.ts
due to issues with cognitive complexity, specifically I created three new functionsgetPrivateKey
getAdminWallet
andgetTokenDecimals
I also had to include a yarn packageManager version inpackage.json
because it wasn't letting me commit otherwise. let me know if you want the yarn version changed, I used whatever version corepack set.