diff --git a/ERCS/erc-5625.md b/ERCS/erc-5625.md index dc480c8b37..f577eaa7fe 100644 --- a/ERCS/erc-5625.md +++ b/ERCS/erc-5625.md @@ -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-11-07 type: Standards Track category: ERC created: 2022-09-08 @@ -178,8 +179,8 @@ 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 -Copyright and related rights waived via [CC0](../LICENSE.md). \ No newline at end of file +Copyright and related rights waived via [CC0](../LICENSE.md).