Skip to content

Commit

Permalink
move v1 BaseRecall and BaseStatus out of core
Browse files Browse the repository at this point in the history
  • Loading branch information
androolloyd committed Nov 5, 2023
1 parent 7709d6c commit b766f90
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 86 deletions.
1 change: 0 additions & 1 deletion src/pricing/BasePricing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {ReceivedItem} from "seaport-types/src/lib/ConsiderationStructs.sol";
import {Status} from "starport-core/status/Status.sol";
import {FixedPointMathLib} from "solady/src/utils/FixedPointMathLib.sol";

import {BaseStatus} from "starport-core/status/BaseStatus.sol";
import {StarportLib} from "starport-core/lib/StarportLib.sol";
import {SpentItem} from "seaport-types/src/lib/ConsiderationStructs.sol";

Expand Down
56 changes: 0 additions & 56 deletions src/pricing/BaseRecallPricing.sol

This file was deleted.

1 change: 0 additions & 1 deletion src/settlement/FixedTermDutchAuctionSettlement.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pragma solidity ^0.8.17;

import {Starport, SpentItem, ReceivedItem, Settlement} from "starport-core/settlement/Settlement.sol";
import {BaseStatus} from "starport-core/status/BaseStatus.sol";
import {FixedTermStatus} from "starport-core/status/FixedTermStatus.sol";
import {DutchAuctionSettlement} from "starport-core/settlement/DutchAuctionSettlement.sol";
import {StarportLib} from "starport-core/lib/StarportLib.sol";
Expand Down
28 changes: 0 additions & 28 deletions src/status/BaseStatus.sol

This file was deleted.

0 comments on commit b766f90

Please sign in to comment.