dmihal/eth-permit

There's no way to set `allowed: false` on Dai permits

Opened this issue · 0 comments

Dai permits are hard-coded to allow: true. Consequently there is no way to set the allowance back to zero using the permitting API, once permitting should be disallowed.

https://github.com/dmihal/eth-permit/blob/master/src/eth-permit.ts#L116