ubiquity-os / permit-generation

A standalone module to generate permits.
1 stars 19 forks source link

refactor: downgrade to ethers@v5 #70

Closed cohow closed 1 month ago

cohow commented 1 month ago

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 functions getPrivateKey getAdminWallet 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.

cohow commented 1 month ago

@0x4007 is this good to merge?