vacekj / wagmi-permit

All you need to sign ERC2612 and DAI permits with wagmi and viem
https://vacekj.github.io/wagmi-permit
GNU Affero General Public License v3.0
29 stars 1 forks source link

Deadline in seconds #1

Closed numtel closed 9 months ago

numtel commented 9 months ago

Hello, I just found this repo from weekinethereumnews.com and while in permit.ts, it specifies the deadline as being in seconds, like all EVM timestamps, the examples and the test use Date.now() which returns milliseconds.

vacekj commented 9 months ago

Thank you, good catch - fixed in #2.