Uniswap / permit2

🔑🔑🔑 next generation token approvals mechanism
MIT License
762 stars 188 forks source link

Provide `IPermit2` interface that extends from `IAllowanceTransfer` and `ISignatureTransfer.sol` #213

Closed PaulRBerg closed 1 year ago

PaulRBerg commented 1 year ago

Projects that need to use both IAllowanceTransfer and ISignatureTransfer cannot do so because of the frozen version issue (the Permit2 contract is frozen to 0.8.17).

To address this use case, Permit2 should come with an IPermit2 interface that extends from IAllowanceTransfer and ISignatureTransfer.sol.

PaulRBerg commented 1 year ago

Closed via #225.