Remove the draft prefix to ERC20Permit (#3793)
Co-authored-by: Francisco <frangio.1@gmail.com>
This commit is contained in:
@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
|
||||
|
||||
import "../utils/Context.sol";
|
||||
import "../token/ERC20/IERC20.sol";
|
||||
import "../token/ERC20/extensions/draft-ERC20Permit.sol";
|
||||
import "../token/ERC20/extensions/ERC20Permit.sol";
|
||||
import "../token/ERC20/utils/SafeERC20.sol";
|
||||
|
||||
contract ERC20ReturnFalseMock is Context {
|
||||
|
||||
Reference in New Issue
Block a user