diff --git a/pages/advance/extra-features/opensea_animation_url.mdx b/pages/advance/extra-features/opensea_animation_url.mdx index 1116e21..8e99058 100644 --- a/pages/advance/extra-features/opensea_animation_url.mdx +++ b/pages/advance/extra-features/opensea_animation_url.mdx @@ -85,38 +85,55 @@ For each token.json, edit it to add the animation_url property with the followin } ``` -#### Example usage +### Examples -Smart Cats Collection +#### Smart Cats Collection + +TokenURI ``` { - "image":"https://resources.smartlayer.network/smartcat/reources/images/5464593329ab831b4872365e1f1a2bbc.png", - "attributes":[ - {"trait_type":"Collection","value":"SmartCats"}, - {"trait_type":"TokenId","value":"2741836701"}, - {"trait_type":"Background","value":"USA - Flag (Common)"}, - {"trait_type":"Hat","value":"Vietnam - Wig (Common)"}, - {"trait_type":"Outfit","value":"SL Grey Hoodie (Common)"}, - {"trait_type":"Level","value":0} + "id": "430163386", + "image": "https://resources.smartlayer.network/smartcat/reources/images/5dd1e0c18c15a714c10b643e821aee74.png", + "attributes": [ + { "trait_type": "Collection", "value": "SmartCats" }, + { "trait_type": "Hat", "value": "Bear Blue (Rare)" }, ], - "description":"SmartCat#2426-2741836701", - "name":"SmartCat#2426-2741836701", - "animation_url":"https://viewer.tokenscript.org/?viewType=opensea&chain=137&contract=0xd5ca946ac1c1f24eb26dae9e1a53ba6a02bd97fe&tokenId=2741836701" + "description": "SmartCat#2426-430163386", + "name": "SmartCat#2426-430163386", + "animation_url": "https://viewer.tokenscript.org/?viewType=opensea&chain=137&contract=0xd5ca946ac1c1f24eb26dae9e1a53ba6a02bd97fe&tokenId=430163386" } ``` -AutographNFT Collection +Viewer + +
+