Currently, it would be possible to use staticcall for mirrorERC721 in order to detect if the contract is DN404 however this could also cause an issue with abi.decode since it doesn't catch decoding errors effectively
argotorg/solidity#10381
Therefore, the cleanest method would be supporting an arbitrary value for supportsInterface function
#68
Currently, it would be possible to use
staticcallformirrorERC721in order to detect if the contract is DN404 however this could also cause an issue withabi.decodesince it doesn't catch decoding errors effectivelyargotorg/solidity#10381
Therefore, the cleanest method would be supporting an arbitrary value for supportsInterface function
#68