We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00ac81 commit 973cbdfCopy full SHA for 973cbdf
src/ERC7739.sol
@@ -16,6 +16,7 @@ abstract contract ERC7739 is EIP712 {
16
using ERC7739Utils for *;
17
using KeyLib for Key;
18
19
+ /// @notice The sentinel hash value to indicate support for ERC-7739. Meant for offchain use.
20
bytes32 internal constant _ERC7739_HASH = 0x7739773977397739773977397739773977397739773977397739773977397739;
21
bytes4 internal constant _ERC7739_MAGIC_VALUE = bytes4(0x77390001);
22
0 commit comments