Skip to content

Commit

Permalink
removes duplicate supportsInterface (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
GWSzeto authored Sep 10, 2024
1 parent a65f0d2 commit eb26fd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/module/token/royalty/RoyaltyERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ contract RoyaltyERC1155 is
config.requiredInterfaces = new bytes4[](1);
config.requiredInterfaces[0] = 0xd9b67a26; // ERC1155

config.supportedInterfaces = new bytes4[](1);
config.supportedInterfaces[0] = 0x2a55205a; // IERC2981.

config.supportedInterfaces = new bytes4[](3);
config.supportedInterfaces[0] = 0x2a55205a; // IERC2981.
config.supportedInterfaces[1] = 0xad0d7f6c; // ICreatorToken
Expand Down

0 comments on commit eb26fd0

Please sign in to comment.