diff --git a/pages/advance/extra-features/opensea_animation_url.mdx b/pages/advance/extra-features/opensea_animation_url.mdx index 8edefba..8e99058 100644 --- a/pages/advance/extra-features/opensea_animation_url.mdx +++ b/pages/advance/extra-features/opensea_animation_url.mdx @@ -84,6 +84,56 @@ For each token.json, edit it to add the animation_url property with the followin "animation_url": "https://viewer.tokenscript.org/?viewType=opensea&chain=137&contract=0xD5cA946AC1c1F24Eb26dae9e1A53ba6a02bd97Fe&tokenId=3803829543" } ``` + +### Examples + +#### Smart Cats Collection + +TokenURI + +``` +{ + "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-430163386", + "name": "SmartCat#2426-430163386", + "animation_url": "https://viewer.tokenscript.org/?viewType=opensea&chain=137&contract=0xd5ca946ac1c1f24eb26dae9e1a53ba6a02bd97fe&tokenId=430163386" +} +``` + +Viewer + +