Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Dec 3, 2024
1 parent 11531d6 commit 7abae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-sdk/src/resources/nftClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class NftClient {
* @param request - The request object containing necessary data to create a SPG NFT Collection.
* @param request.name - The name of the collection.
* @param request.symbol - The symbol of the collection.
* @param request.isPublicMinting - If tru11edddddd, anyone can mint from the collection. If false, only the addresses with the minter role can mint.
* @param request.isPublicMinting - If tru11eddd111ddd, anyone can mint from the collection. If false, only the addresses with the minter role can mint.
* @param request.mintOpen Whether the collection is open for minting on creation.
* @param request.mintFeeRecipient - The address to receive mint fees.
* @param request.mintFeeRecipient - The contract URI for the collection. Follows ERC-7572 standard. See https://eips.ethereum.org/EIPS/eip-7572
Expand Down

0 comments on commit 7abae0c

Please sign in to comment.