Skip to content

Commit

Permalink
fix: update link erc721 sample on aurascan (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 authored May 29, 2024
1 parent c995c9a commit 34f3b6c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/integrate/wallet/evm/ERC721.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ NFT metadata are saved on onchain field. Another offchain field are:

These following media types should be supported for displaying in the wallet:

| Type | File Extension | Example |
| ----- | -------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Image | JPG | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688717723533) |
| Image | PNG | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688717871604) |
| Image | GIF | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688717466231) |
| Vector | SVG | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688718039726) |
| Video | MP4 | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688717970078) |
| Video | WEBM | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688718267079) |
| Audio | MP3 | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688717821986) |
| Audio | WAV | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688718131735) |
| Audio | OGG | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688718217586) |
| 3D | GLB | [link](https://euphoria.aurascan.io/tokens/token-nft/aura15xv73kvnpm6pw3rcmg4ja7t63tr8stf3279xs5taru70fjq80xsqyd5n78/1688717643214) |
| Type | File Extension | Example |
| ----- | -------------- | -----------------------------------------------------------------------------------------|
| Image | JPG | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/2) |
| Image | PNG | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/11) |
| Image | GIF | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/3) |
| Vector | SVG | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/4) |
| Video | MP4 | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/5) |
| Video | WEBM | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/6) |
| Audio | MP3 | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/7) |
| Audio | WAV | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/8) |
| Audio | OGG | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/9) |
| 3D | GLB | [link](https://euphoria.aurascan.io/token/evm/erc721/0xa4a4d767076bb844f887cbd0c0e670e88246713d/10) |

0 comments on commit 34f3b6c

Please sign in to comment.