From 7f3f907f33677e854b7065dba050f85982a19d1c Mon Sep 17 00:00:00 2001 From: nicktaras Date: Wed, 13 Mar 2024 14:29:29 +1100 Subject: [PATCH] updated ts example for autographnft --- .../extra-features/opensea_animation_url.mdx | 45 ++++++++++++++++--- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/pages/advance/extra-features/opensea_animation_url.mdx b/pages/advance/extra-features/opensea_animation_url.mdx index 8e99058..2b8f47b 100644 --- a/pages/advance/extra-features/opensea_animation_url.mdx +++ b/pages/advance/extra-features/opensea_animation_url.mdx @@ -117,21 +117,52 @@ TokenURI ``` { - "id": "27", - "image": "https://alchemynft.io/1/remix/0xd093f5b810e486039ee6e4852533a04b8679a4d6a1fcc60a58cb81447a6f732d.svg", + "id": "8", + "image": "https://alchemynft.io/1/remix/0xc76d39dba3d5ae2ab1d435bf26a929427fd1e9d7f53afd465d9b2503f13e9eb8.svg", "attributes": [ - { "trait_type": "Autograph", "value": "@GridsAndDots" }, + { + "trait_type": "Autograph", + "value": "@VitalikButerin" + }, + { + "trait_type": "rarity", + "value": "Common" + }, + { + "trait_type": "artist", + "value": "mladen" + }, + { + "trait_type": "tag", + "value": "gitcoin" + }, + { + "trait_type": "tag", + "value": "premium" + }, + { + "trait_type": "tag", + "value": "soft skills" + }, + { + "trait_type": "tag", + "value": "fun" + }, + { + "trait_type": "tag", + "value": "alchemy" + } ], - "description": "https://open.spotify.com/artist/7ba827SJSUU4l3AORy4Doy", - "name": "Grids & Dots - Hazey Jane", - "animation_url": "https://viewer.tokenscript.org/?viewType=opensea&chain=1&contract=0x222222222291749de47895c0c0a9b17e4fca8268&tokenId=27" + "description": "Behold, the power of alchemy! You take ideas and bits and alchemize them into something magical!", + "name": "The Alchemist", + "animation_url": "https://viewer.tokenscript.org/?viewType=opensea&chain=1&contract=0x222222222291749de47895c0c0a9b17e4fca8268&tokenId=8" } ``` Viewer
-