Ah I see… did you move to them when simplehash shut down?
The issue you’ll have here is that there isn’t a token minted (it’s a lazy mint, following the marketplace interface).
But you’re clearly getting the assetURI correctly from onchain and then parsing it correctly. There’s just some missing step… maybe there can be a way to rely on the original_animation_url instead of cached one or something? You shouldn’t be hitting Alchemy for this
Are you calling alchemy with that token address + token id and getting not found because it’s a lazy mint? The route format for lazy mints used to work like that…
That makes sense, that’s fine with me. I thought though in prior versions you checked that contract’s interface to see if it was ILazyDelivery and ILazyDeliveryMetadata as a backup.