Skip to content

Commit 973cbdf

Browse files
committed
comment
1 parent a00ac81 commit 973cbdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ERC7739.sol

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ abstract contract ERC7739 is EIP712 {
1616
using ERC7739Utils for *;
1717
using KeyLib for Key;
1818

19+
/// @notice The sentinel hash value to indicate support for ERC-7739. Meant for offchain use.
1920
bytes32 internal constant _ERC7739_HASH = 0x7739773977397739773977397739773977397739773977397739773977397739;
2021
bytes4 internal constant _ERC7739_MAGIC_VALUE = bytes4(0x77390001);
2122

0 commit comments

Comments
 (0)