Skip to content

Commit

Permalink
Add note about optional allowlist argument
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Sep 20, 2022
1 parent c2c831e commit b3ca9f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,9 @@ up to a maximum of 3 NFTs each.
await client.send(sale.start({
id: 'default',
price: '10.0',
// Note: 'allowlist' is an optional argument.
//
// If omitted, the sale will be open to anybody and with no claim limits.
allowlist: 'early-access-users'
}));
```

0 comments on commit b3ca9f3

Please sign in to comment.