Skip to content

Commit

Permalink
default value for optioal params
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Oct 6, 2023
1 parent 9b93609 commit 74b32fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,15 @@ The `DROP_ID` parameter accepts the UUID of an open drop created with Hub. The -
### Optional Parameters:

- `--concurrency <OPTIONS>`:
- Is used to control the level of concurrency.

- Is used to control the level of concurrency. Default value is **4**

- `--no-compressed`:
- An optional flag to mint uncompressed NFTs only.

- `--mints-per-wallet <NUMBER>`:
- Defines the number of NFTs to mint to each wallet with a default value of 1 if not specified.
- An optional flag to mint uncompressed NFTs only. Default value is **false**

- `--mints-per-wallet <NUMBER>`:
- Defines the number of NFTs to mint to each wallet with a default value of **1** if not specified.

```sh
$ hub upload drop --drop 00000000-0000-0000-0000-000000000000 \
Expand Down

0 comments on commit 74b32fb

Please sign in to comment.