Skip to content

Commit

Permalink
Merge pull request #217 from bonnie57/test-1
Browse files Browse the repository at this point in the history
Enhance react
  • Loading branch information
bonnie57 authored Nov 20, 2024
2 parents dc30ede + 4a377d5 commit 3dd0fda
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 true, anyone can mint from the collection. If false, only the addresses with the minter role can mint.
* @param request.isPublicMinting - If truedddddd, 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 3dd0fda

Please sign in to comment.