Claim page has just been updated to support rendering of on-chain assets. However, since the color of the background of the claim page is black, I don’t believe it’s showing the grid like you expect.
It seems like your SVG relies on the background being white.
Thank you very much! It is displaying now, but yes, some of the artwork is transparent. Really appreciate the quick turnaround on the fix. Thank you all very much!
When I updated the rules to extend the time of the claim it also updated the token data, so I know I have to reupload the image data on the backend again even though the token field on the front end was blank…
Yes, unfortunately you’ll have to update the token uri manually again via updateTokenURIParams (I assume that’s how you got it working like this in the first place). updateClaim overwrites all the initialization params, including the uri. We didn’t anticipate this use case, but it’s very cool. Will put this in the backlog though, to try and do more intelligent overwriting.
It will be fixed in a few minutes! I actually got rid of the transparent background so it’s easier to see on the manifold UI, but would definitely appreciate the tweet! Took a lot of searching to get this all figured out XD Appreciate the quick response!