Skip to content

Commit

Permalink
add one missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Mar 11, 2024
1 parent 064b12d commit 55559b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seaport-types",
"version": "1.6.1",
"version": "1.6.2",
"description": "Core types and interfaces for Seaport",
"main": "src/",
"repository": "https://github.com/ProjectOpenSea/seaport-types.git",
Expand Down
1 change: 1 addition & 0 deletions src/lib/ConsiderationConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ uint256 constant information_versionLengthPtr = 0x63;
uint256 constant information_versionWithLength = 0x03312e36; // 1.6
uint256 constant information_length = 0xa0;

uint256 constant _REENTRANCY_GUARD_SLOT = 0x929eee14;
uint256 constant _TLOAD_TEST_PAYLOAD = 0x6002601e613d5c3d52f3;
uint256 constant _TLOAD_TEST_PAYLOAD_LENGTH = 0x0a;
uint256 constant _TLOAD_TEST_PAYLOAD_OFFSET = 0x16;
Expand Down

0 comments on commit 55559b2

Please sign in to comment.