OptimismMintableERC20: Add permit support + native permit2 support #11880
Closed
Description
Add permit
support to the OptimismMintableERC20
token implementation. This can easily be done using the ERC20Permit
contract in openzeppelin. Also add native support for permit2
by enforcing that the allowance
for permit2
always returns type(uint256).max
.
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done