dmihal / eth-permit

Lightweight library for signing ERC-2612 permit signatures.
https://www.npmjs.com/package/eth-permit
139 stars 30 forks source link

Add compatibility with Hardhat #3

Closed Lumyo closed 3 years ago

Lumyo commented 3 years ago

This allows for the signDaiPermit and signERC2612Permit functions to be used in Hardhat tests

Lumyo commented 3 years ago

@dmihal

dmihal commented 3 years ago

Looks good, thanks @Lumyo!