Skip to content

Commit

Permalink
Add Available tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Jun 9, 2023
1 parent cfb770b commit d9e3072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/utils/cryptography/EIP712.sol
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ abstract contract EIP712 is IERC5267 {
*
* NOTE: By default this function reads _name which is an immutable value.
* It only reads from storage if necessary (in case the value is too large to fit in a ShortString).
*
* _Available since v5.0._
*/
// solhint-disable-next-line func-name-mixedcase
function _EIP712Name() internal view returns (string memory) {
Expand All @@ -156,6 +158,8 @@ abstract contract EIP712 is IERC5267 {
*
* NOTE: By default this function reads _version which is an immutable value.
* It only reads from storage if necessary (in case the value is too large to fit in a ShortString).
*
* _Available since v5.0._
*/
// solhint-disable-next-line func-name-mixedcase
function _EIP712Version() internal view returns (string memory) {
Expand Down

0 comments on commit d9e3072

Please sign in to comment.