Skip to content

Commit

Permalink
feat: 🎸 update
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Dec 18, 2023
1 parent 560269a commit 888c560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tokenscript/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 888c560

Please sign in to comment.