0xsequence / erc-1155

Ethereum Semi Fungible Standard (ERC-1155)
https://sequence.build
Other
320 stars 119 forks source link

Supports interface compatibility fix #99

Closed ScreamingHawk closed 1 year ago

ScreamingHawk commented 1 year ago

OpenZeppelin, ERC721A and others use the view modifier on supportsInterface(bytes4 _interfaceId). This causes compatbility issues with 0xSequence libraries as we use pure. This PR updates Sequence implementations to match those other libraries.