Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed May 8, 2024
1 parent d655157 commit 1e7a8ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions contracts/prebuilts/marketplace/entrypoint/MarketplaceV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import { ERC721Holder } from "@openzeppelin/contracts/token/ERC721/utils/ERC721H
import { ERC1155Holder, ERC1155Receiver } from "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol";

// ========== Internal imports ==========
import { Router } from "../../../extension/plugin/RouterImmutable.sol";
import { Router, Multicall } from "../../../extension/plugin/Router.sol";

import "../../../extension/Multicall.sol";
import "../../../extension/upgradeable/Initializable.sol";
import "../../../extension/upgradeable/ContractMetadata.sol";
import "../../../extension/upgradeable/PlatformFee.sol";
Expand All @@ -36,7 +35,6 @@ import { RoyaltyPaymentsLogic } from "../../../extension/upgradeable/RoyaltyPaym
*/
contract MarketplaceV3 is
Initializable,
Multicall,
ContractMetadata,
PlatformFee,
PermissionsEnumerable,
Expand Down
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const config: HardhatUserConfig = {
solidity: {
version: "0.8.23",
},
// OTHER SETTINGS...
};

export default config;

0 comments on commit 1e7a8ad

Please sign in to comment.