Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg authored Nov 26, 2023
1 parent 90b2f9e commit e1a911f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs-src/src/set.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metaboss set update-authority --keypair <PATH_TO_KEYPAIR> --account <MINT_ACCOUN
Set `update_authority` to a different public key for a list of NFTs. **This is not reversible by the original update authority.**

```bash
metaboss set update-authority-all --keypair <PATH_TO_KEYPAIR> --mint-accounts-file <PATH_TO_MINT_ACCOUNTS> --new-update-authority <NEW_UPDATE_AUTHORITY>
metaboss set update-authority-all --keypair <PATH_TO_KEYPAIR> --mint-list <PATH_TO_MINT_ACCOUNTS> --new-update-authority <NEW_UPDATE_AUTHORITY>
```

The mint accounts file should be a JSON file with an array of NFT mint accounts to be updated:
Expand All @@ -58,7 +58,7 @@ metaboss set immutable --keypair <PATH_TO_KEYPAIR> --account <MINT_ACCOUNT>
Set all NFTs in a list to be immutable. **This is not reversible.**

```bash
metaboss set immutable-all --keypair <PATH_TO_KEYPAIR> --mint-accounts-file <PATH_TO_MINT_ACCOUNTS>
metaboss set immutable-all --keypair <PATH_TO_KEYPAIR> --mint-list <PATH_TO_MINT_ACCOUNTS>
```

### Set Token Standard
Expand Down
2 changes: 1 addition & 1 deletion docs-src/src/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Using the `--append` flag will set the shares to 0 and append to the existing cr
Same as update creators but takes a mint list instead of a single account.

```bash
metaboss update creators-all -k ~/.config/solana/devnet.json -L mints.json -c 42NevAWA6A8m9prDvZRUYReQmhNC3NtSZQNFUppPJDRB:70:false,AVdBTNhDqYgXGaaVkqiaUJ1Yqa61hMiFFaVRtqwzs5GZ:30:false
metaboss update creators-all -k ~/.config/solana/devnet.json -L mints.json -n 42NevAWA6A8m9prDvZRUYReQmhNC3NtSZQNFUppPJDRB:70:false,AVdBTNhDqYgXGaaVkqiaUJ1Yqa61hMiFFaVRtqwzs5GZ:30:false
```

### Update URI
Expand Down

0 comments on commit e1a911f

Please sign in to comment.