Skip to content

Commit

Permalink
pin ImmutableSignedZoneV2 contracts to 0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Jeston committed May 1, 2024
1 parent d45c52d commit 8da6123
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable-next-line compiler-version
pragma solidity ^0.8.20;
pragma solidity 0.8.20;

import {AccessControlEnumerable} from "openzeppelin-contracts-5.0.2/access/extensions/AccessControlEnumerable.sol";
import {ECDSA} from "openzeppelin-contracts-5.0.2/utils/cryptography/ECDSA.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable-next-line compiler-version
pragma solidity ^0.8.20;
pragma solidity 0.8.20;

import {AccessControl} from "openzeppelin-contracts-5.0.2/access/AccessControl.sol";
import {IAccessControl} from "openzeppelin-contracts-5.0.2/access/IAccessControl.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

/**
* @notice SIP5EventsAndErrors contains errors and events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

import {Schema} from "seaport-types/src/lib/ConsiderationStructs.sol";
import {SIP5EventsAndErrors} from "./SIP5EventsAndErrors.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

/**
* @notice SIP6EventsAndErrors contains errors and events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

import {Schema} from "seaport-types/src/lib/ConsiderationStructs.sol";
import {SIP6EventsAndErrors} from "./SIP6EventsAndErrors.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

/**
* @notice SIP7EventsAndErrors contains errors and events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

import {SIP7EventsAndErrors} from "./SIP7EventsAndErrors.sol";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

/**
* @notice ZoneAccessControlEventsAndErrors contains errors and events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable-next-line compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

// solhint-disable-next-line no-global-import
import "forge-std/Test.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable-next-line compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

import {ZoneInterface} from "seaport/contracts/interfaces/ZoneInterface.sol";
import {ReceivedItem, ZoneParameters} from "seaport-types/src/lib/ConsiderationStructs.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable-next-line compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

// solhint-disable-next-line no-global-import
import "forge-std/Test.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2

// solhint-disable-next-line compiler-version
pragma solidity ^0.8.17;
pragma solidity 0.8.20;

import {ReceivedItem, ZoneParameters} from "seaport-types/src/lib/ConsiderationStructs.sol";
import {ImmutableSignedZoneV2} from
Expand Down

0 comments on commit 8da6123

Please sign in to comment.