Hi there! I have this contract on Polygon Mumbai network https://mumbai.polygonscan.com/address/0xbE976De59c091303e4055Ea78319B2058f4dAABd . It’s a proxy for an upgradable ERC721, but it still implements the IERC721 interface. The idea is that the endpoint is giving me other NFTs which are only plain ERC721s (the Openzeppelin standard implementation). I wonder if you could tell me what could be the issue with the upgradable one.
Thanks!