From 888c560aa3c3ccc8ff94ccb0b76bcd1bd7365f54 Mon Sep 17 00:00:00 2001 From: futantan Date: Mon, 18 Dec 2023 11:01:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tokenscript/wallet.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tokenscript/wallet.mdx b/pages/tokenscript/wallet.mdx index 5fe4b63..b59e84d 100644 --- a/pages/tokenscript/wallet.mdx +++ b/pages/tokenscript/wallet.mdx @@ -6,7 +6,7 @@ We will use NextJS and wagmi as an example, but the idea is the same for any oth ## Step 1: Add support for EIP-5169 -Check if the NFT contract implements EIP-5169, if yes, then you can use the first value of `scriptURI`. +Check if the NFT contract implements EIP-5169, if yes, then you can use the first value of `scriptURI` to load TokenScript Viewer iframe. ```jsx copy filename="app/[chainId]/[contract]/[tokenId]/page.tsx" export default function AppPageContent({