We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65f0d2 commit eb26fd0Copy full SHA for eb26fd0
src/module/token/royalty/RoyaltyERC1155.sol
@@ -113,9 +113,6 @@ contract RoyaltyERC1155 is
113
config.requiredInterfaces = new bytes4[](1);
114
config.requiredInterfaces[0] = 0xd9b67a26; // ERC1155
115
116
- config.supportedInterfaces = new bytes4[](1);
117
- config.supportedInterfaces[0] = 0x2a55205a; // IERC2981.
118
-
119
config.supportedInterfaces = new bytes4[](3);
120
config.supportedInterfaces[0] = 0x2a55205a; // IERC2981.
121
config.supportedInterfaces[1] = 0xad0d7f6c; // ICreatorToken
0 commit comments