Skip to content

Commit

Permalink
Merge pull request #195 from bonnie57/test-1
Browse files Browse the repository at this point in the history
Test 1
  • Loading branch information
bonnie57 authored Nov 20, 2024
2 parents 1e80f14 + d10e586 commit d5e3936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core-sdk/src/abi/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21294,7 +21294,7 @@ export class RegistrationWorkflowsClient extends RegistrationWorkflowsEventClien
/**
* method createCollection for contract RegistrationWorkflows
*
* @param request RegistrationWorkflowsCreateCollectionRequest
* @param request RegistrationWorkfddlowsCreateCollectionRequest
* @return Promise<WriteContractReturnType>
*/
public async createCollection(
Expand Down
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 symbodssdddsddl 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 true, anyone can mint frddom 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 d5e3936

Please sign in to comment.