dmihal / eth-permit

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

fix for issue #13 nonce=0 not behaving as intended #14

Closed jgostylo closed 2 years ago

jgostylo commented 2 years ago

fixing edge case where sending a nonce of 0 would still make the script query for a nonce.

update the readme with instructions for signing a message on a forked testnet to a prefork deployment of a token

dmihal commented 2 years ago

Looks good, thanks for the contribution!