From 860c5aded43da344cef39a7b83c51acdfa617a1b Mon Sep 17 00:00:00 2001 From: "5660.eth" <76733013+5660-eth@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:37:09 +0800 Subject: [PATCH] Update eip-6105.md --- EIPS/eip-6105.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/EIPS/eip-6105.md b/EIPS/eip-6105.md index e2b2818f9de38e..e5c80a3168336a 100644 --- a/EIPS/eip-6105.md +++ b/EIPS/eip-6105.md @@ -8,7 +8,7 @@ status: Draft type: Standards Track category: ERC created: 2022-12-02 -requires: 721, 165 +requires: 165, 721 --- "Not your marketplace, not your royalties" @@ -19,8 +19,7 @@ Add a basic marketplace functionality to the [EIP-721](./eip-721.md) to to realize non-fungible tokens (NFTs) trading without relying on an NFTs trading intermediary platform. It includes: -- a method to list an item for sale or update an existing listing, whether - private sale (only to a specific address) or public (to anyone), +- a method to list an item for sale or update an existing listing, whether private sale (only to a specific address) or public (to anyone), - a method to delist an item that has previously been listed, - a method to purchase a listed item, - a method to view all items listed for sale, and