Skip to content

Commit c9b3fd0

Browse files
committed
Remove ERC-721 contracts reference in docs
1 parent 3d912bc commit c9b3fd0

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

solutions/shop/guide.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebarTitle: Guide
99
Before configuring your Shop, make sure:
1010

1111
- You’ve completed the [Marketplace configuration flow](/solutions/marketplaces/white-label-marketplace/guide) (Marketplace Settings, Page Settings, Wallet Settings)
12-
- You have one or more Sequence deployed item contracts (1155 or 721)
12+
- You have one or more Sequence deployed item contracts (1155)
1313

1414
## Launch a Shop
1515

@@ -47,7 +47,6 @@ Once the Shop is enabled, you can begin creating sales using one of the supporte
4747

4848
Only Sequence-issued contracts are currently supported:
4949

50-
- `ERC-721 Item Sale`
5150
- `ERC-1155 Item Sale`
5251

5352
> **Note: Allowlists and Merkle proofs are not supported at this time.**
@@ -77,7 +76,7 @@ If you choose to create a new sale, follow these steps:
7776
1. **Enter a name** for the sale.
7877
2. **Upload a banner image** for the sale. (Recommended size: **2440 x 960 pixels**)
7978
3. **Select an item contract**:
80-
- Must be a Sequence-deployed `ERC-721` or `ERC-1155` contract
79+
- Must be a Sequence-deployed `ERC-1155` contract
8180
- Must be linked to a collection with valid metadata
8281

8382
> **Note: If the selected collection is private or missing metadata, image previews and titles may not render correctly.**
@@ -97,14 +96,6 @@ If you choose to create a new sale, follow these steps:
9796
- Search and select items from your collection
9897
- Confirm and sign the deployment transaction to publish the sale
9998

100-
### ERC-721
101-
102-
1. **Configure sale settings**, including:
103-
1. Max Token ID (Last ID that this contract can mint)
104-
2. Start and end time
105-
3. Pricing details
106-
2. **Confirm and sign** the deployment transaction to publish the sale
107-
10899
</Step>
109100

110101
<Step title="Previewing and Testing the Shop">

0 commit comments

Comments
 (0)