Skip to content

Commit

Permalink
Update modalities.md (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac authored Aug 7, 2023
1 parent 179e724 commit e687fd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This modality is an optional installation parameter and will default to the `Mix
mode cannot be changed once the contract has been installed.
The mode is passed in as a `u8` value to `nft_holder_mode` runtime argument.

#### WhitelistMode
## WhitelistMode

The `WhitelistMode` dictates if the ACL whitelist restricting access to the mint entry point can be updated. There are currently two options:

Expand All @@ -102,7 +102,7 @@ This `WhitelistMode` is an optional installation parameter and will be set to un
| Unlocked | 0 |
| Locked | 1 |

#### Minting
## Minting

The minting mode governs the behavior of contract when minting new tokens. The minting modality provides two options:

Expand Down Expand Up @@ -358,4 +358,4 @@ For this CEP-78 reference implementation, the events schema is as follows:

## Modality Conflicts

The `MetadataMutability` option set to `Mutable` cannot be used in conjunction with the `NFTIdentifierMode` modality set to `Hash`.
The `MetadataMutability` option set to `Mutable` cannot be used in conjunction with the `NFTIdentifierMode` modality set to `Hash`.

0 comments on commit e687fd8

Please sign in to comment.