Skip to content

Commit

Permalink
Merge branch 'fix/marketplace-bundle' of github.com-personal:thesandb…
Browse files Browse the repository at this point in the history
…oxgame/sandbox-smart-contracts into fix/marketplace-bundle
  • Loading branch information
wojciech-turek committed Aug 16, 2024
2 parents 272df17 + 98841ea commit af43c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/land/contracts/common/LandBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ abstract contract LandBase is
/// @return True if the interface is supported
function supportsInterface(bytes4 interfaceId) public pure override returns (bool) {
return
interfaceId == type(ILandToken).interfaceId ||
interfaceId == type(IERC721).interfaceId ||
interfaceId == type(IERC721BatchOps).interfaceId ||
interfaceId == type(IERC721Metadata).interfaceId ||
Expand Down

0 comments on commit af43c45

Please sign in to comment.