Skip to content

Commit

Permalink
bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Sep 25, 2023
1 parent 30cd9b6 commit 28fd426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The `WhitelistMode` dictates if the ACL whitelist restricting access to the mint
1. `Unlocked`: The ACL whitelist is unlocked and can be updated via the set variables endpoint.
2. `Locked`: The ACL whitelist is locked and cannot be updated further.

If the `WhitelistMode` is set to `Locked` an ACL whitelist of entity keys must be provided on installation. This whitelist dictates which entities can mint NFTs in the restricted `ACL` minting mode. These entities include `Accounts`, `Contracts` and `Contracts from a package` with [ ACL_PACKAGE_MODE](#aclpackagemode).
If the `WhitelistMode` is set to `Locked` an ACL whitelist of entity keys must be provided on installation. This whitelist dictates which entities can mint NFTs in the restricted `ACL` minting mode. These entities include `Accounts`, `Contracts` and `Contracts from a package` with [ACL_PACKAGE_MODE](#aclpackagemode).

This `WhitelistMode` is an optional installation parameter and will be set to unlocked if not passed. However, the whitelist mode itself cannot be changed once the contract has been installed. The mode is passed in as a `u8` value to `whitelist_mode` runtime argument.

Expand Down

0 comments on commit 28fd426

Please sign in to comment.