Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ERC-5625: Move to Last Call #622

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ERCS/erc-5625.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
eip: 5625
title: NFT Metadata JSON Schema dStorage Extension
description: Add a dStorage property to non-fungible tokens (NFTs) metadata JSON schema to provide decentralized storage information of NFT assets
author: Gavin Fu (@gavfu)
author: Gavin Fu (@gavfu), Leo Wang (@wanglie1986), Bova Chen (@appoipp), Guang Han (@pangwa)
discussions-to: https://ethereum-magicians.org/t/eip-5625-nft-metadata-json-schema-dstorage-extension/10754
status: Review
status: Last Call
last-call-deadline: 2024-09-28
type: Standards Track
category: ERC
created: 2022-09-08
Expand Down Expand Up @@ -178,7 +179,7 @@ This EIP is backward compatible with [EIP-721](./eip-721.md) and [EIP-1155](./e

## Security Considerations

Needs discussion.
This EIP does not introduce any new security risks or vulnerabilities, as the `dStorage` property is only an informational field of the Metadata JSON file returned by [EIP-721](./eip-721.md) and [EIP-1155](./eip-1155.md) smart contracts. It does not affect the execution or validity of NFT transactions.

## Copyright

Expand Down
Loading