Skip to content

Fix missing variable definitions and placeholders in advanced use cases docs#1963

Closed
hst0mp0x wants to merge 1 commit intoProjectOpenSea:mainfrom
hst0mp0x:hst0mp0x-patch-1
Closed

Fix missing variable definitions and placeholders in advanced use cases docs#1963
hst0mp0x wants to merge 1 commit intoProjectOpenSea:mainfrom
hst0mp0x:hst0mp0x-patch-1

Conversation

@hst0mp0x
Copy link
Copy Markdown

Motivation

Given the minor scope of these changes, I did not open a separate ISSUE before submitting this PR.

Fixed multiple documentation issues in advanced-use-cases.md where variables were used without being defined.

Private Orders: Replaced undefined OWNERS_WALLET_ADDRESS with a consistent accountAddress placeholder and added its declaration. Purchasing for Other Users: Added missing placeholder declarations for orderHash, protocolAddress, accountAddress, and recipientAddress, aligning with patterns used in other examples (including Seaport 1.6 address).

These changes ensure the examples are self-contained, consistent, and can be used without additional guesswork.

…es docs

Given the minor scope of these changes, I did not open a separate ISSUE before submitting this PR.

Fixed multiple documentation issues in `advanced-use-cases.md` where variables were used without being defined.

**Private Orders:** Replaced undefined `OWNERS_WALLET_ADDRESS` with a consistent `accountAddress` placeholder and added its declaration.
**Purchasing for Other Users:** Added missing placeholder declarations for `orderHash`, `protocolAddress`, `accountAddress`, and `recipientAddress`, aligning with patterns used in other examples (including `Seaport 1.6` address).

These changes ensure the examples are self-contained, consistent, and can be used without additional guesswork.
@ryanio
Copy link
Copy Markdown
Collaborator

ryanio commented Apr 7, 2026

Thanks for this contribution! We've recreated this fix in our internal monorepo and it will be included in the next release sync. Closing this PR as the change will ship from the internal repo — appreciate you flagging it!

@ryanio ryanio closed this Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants