Add ERC2771Forwarder as an enhanced successor to MinimalForwarder (#4346)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Ernesto García
2023-06-29 10:00:35 -06:00
committed by GitHub
parent f29307cfe0
commit 023894deef
9 changed files with 749 additions and 287 deletions

View File

@ -110,7 +110,7 @@ abstract contract EIP712 is IERC5267 {
}
/**
* @dev See {EIP-5267}.
* @dev See {IERC-5267}.
*
* _Available since v4.9._
*/