Hello,
I’ve deployed a new ERC-721 contract to Sepolia successfully, but when I create a token with HTML artwork and an SVG thumbnail, then mint to Sepolia, the metadata excludes the animation and animation_url properties that I’d expect to see based on previous mints.
Is this a Sepolia-only issue, or should I expect that the same issue would occur when minting to Mainnet?
Another issue I’ve encountered with Manifold Gallery on Sepolia at least: the image source is broken with c_limit,q_80,w_1024/ appearing before https, where I’d expect to see the artwork at the top of the page.
<img src="c_limit,q_80,w_1024/https://assets.manifold.xyz/original/fd98c26c8c04352ec1da382835e2bd420effbb97772ff3d7f0674d2b4622b079.svg">
Sepolia contract:
https://sepolia.etherscan.io/address/0x84d49b783604e8b6998a741841903a7965526cfe
Sepolia token example:
Metadata missing animation and animation_url:
https://studio.api.manifoldxyz.dev/asset_uploader/1/asset/2466814428/metadata/full
{"created_by":"typo.eth","description":"An original generative study by typo.eth.","name":"Generative Study #1: Enigma Variations","attributes":[{"trait_type":"Artist","value":"typo.eth"},{"trait_type":"Editions","value":"1"},{"trait_type":"Generative","value":"A/F"},{"trait_type":"Style","value":"Generative Study"},{"value":"Static","trait_type":"Style"},{"trait_type":"Style","value":"Viewport Ratio Aware"},{"value":"Code","trait_type":"Style"},{"trait_type":"Style","value":"Montage"},{"value":"2024","trait_type":"Year"}],"image_details":{"bytes":5638085,"format":"SVG","sha256":"fd98c26c8c04352ec1da382835e2bd420effbb97772ff3d7f0674d2b4622b079"},"image":"https://assets.manifold.xyz/original/fd98c26c8c04352ec1da382835e2bd420effbb97772ff3d7f0674d2b4622b079.svg","image_url":"https://assets.manifold.xyz/original/fd98c26c8c04352ec1da382835e2bd420effbb97772ff3d7f0674d2b4622b079.svg","animation_details":{"bytes":7518230,"format":"HTML","sha256":"5c8fad2917e0671322f6422ab9586249307afeaa707bb7a3d72810e3c0ddbbe2"}}