Remove the draft prefix to ERC20Permit (#3793)
Co-authored-by: Francisco <frangio.1@gmail.com>
This commit is contained in:
8
contracts/interfaces/IERC2612.sol
Normal file
8
contracts/interfaces/IERC2612.sol
Normal file
@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts v4.4.1 (interfaces/IERC2612.sol)
|
||||
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
import "../token/ERC20/extensions/IERC20Permit.sol";
|
||||
|
||||
interface IERC2612 is IERC20Permit {}
|
||||
@ -1,8 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts v4.4.1 (interfaces/draft-IERC2612.sol)
|
||||
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
import "../token/ERC20/extensions/draft-IERC20Permit.sol";
|
||||
// EIP-2612 is Final as of 2022-11-01. This file is deprecated.
|
||||
|
||||
interface IERC2612 is IERC20Permit {}
|
||||
import "./IERC2612.sol";
|
||||
|
||||
Reference in New Issue
Block a user