Skip to content

Commit

Permalink
add EIP1271_isValidSignature_selector
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ll0n committed Jun 9, 2022
1 parent 67a49f6 commit 0dd31db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/lib/ConsiderationConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ bytes32 constant EIP2098_allButHighestBitMask = (
bytes32 constant ECDSA_twentySeventhAndTwentyEighthBytesSet = (
0x0000000000000000000000000000000000000000000000000000000101000000
);
bytes32 constant EIP1271_isValidSignature_selector = (
0x1626ba7e00000000000000000000000000000000000000000000000000000000
);

// abi.encodeWithSignature("NoContract(address)")
uint256 constant NoContract_error_signature = (
Expand Down

0 comments on commit 0dd31db

Please sign in to comment.