From e687fd815e793de5d9d75a76e6874020241c6e06 Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Mon, 7 Aug 2023 19:57:30 +0200 Subject: [PATCH] Update modalities.md (#245) --- docs/modalities.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modalities.md b/docs/modalities.md index 50a13eeb..fd6aecc8 100644 --- a/docs/modalities.md +++ b/docs/modalities.md @@ -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: @@ -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: @@ -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`. \ No newline at end of file +The `MetadataMutability` option set to `Mutable` cannot be used in conjunction with the `NFTIdentifierMode` modality set to `Hash`.