Skip to content

Commit

Permalink
[TD-1326] Immutable signed zone v2 (#189)
Browse files Browse the repository at this point in the history
Add ImmutableSignedZoneV2 implementation

---------

Co-authored-by: Naveen <[email protected]>
  • Loading branch information
lfportal and naveen-imtb authored Apr 11, 2024
1 parent 1845052 commit 98df349
Show file tree
Hide file tree
Showing 30 changed files with 3,318 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "lib/immutable-seaport-core-1.5.0+im1"]
path = lib/immutable-seaport-core-1.5.0+im1
url = https://github.com/immutable/seaport-core
[submodule "lib/openzeppelin-contracts-5.0.2"]
path = lib/openzeppelin-contracts-5.0.2
url = https://github.com/OpenZeppelin/openzeppelin-contracts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) Immutable Pty Ltd 2018 - 2023
// SPDX-License-Identifier: Apache-2
// solhint-disable compiler-version

// slither-disable-start missing-inheritance
// solhint-disable-next-line compiler-version
pragma solidity ^0.8.17;

import {ZoneParameters, Schema, ReceivedItem} from "seaport-types/src/lib/ConsiderationStructs.sol";
Expand Down
File renamed without changes.
Loading

0 comments on commit 98df349

Please sign in to comment.