Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Oct 29, 2024
1 parent 302f0c9 commit 27e0b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ERC7739Validator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface IERC5267 {
);
}

/// @title ERC-7739: Nested Typed Data Sign Support for ERC-7579 Validators
abstract contract ERC7739Validator {
/// @dev `keccak256("PersonalSign(bytes prefixed)")`.
bytes32 internal constant _PERSONAL_SIGN_TYPEHASH = 0x983e65e5148e570cd828ead231ee759a8d7958721a768f93bc4483ba005c32de;
Expand Down

0 comments on commit 27e0b44

Please sign in to comment.