diff --git a/packages/core-sdk/package.json b/packages/core-sdk/package.json index 06105a34..96f3d88c 100644 --- a/packages/core-sdk/package.json +++ b/packages/core-sdk/package.json @@ -1,6 +1,6 @@ { "name": "bonnie37", - "version": "1.2.20", + "version": "1.2.21", "description": "Core SDK", "main": "dist/bonnie37.cjs.js", "module": "dist/bonnie37.esm.js", diff --git a/packages/core-sdk/src/resources/ipAccount.ts b/packages/core-sdk/src/resources/ipAccount.ts index a75fa6c5..dfe665c6 100644 --- a/packages/core-sdk/src/resources/ipAccount.ts +++ b/packages/core-sdk/src/resources/ipAccount.ts @@ -64,12 +64,12 @@ export class IPAccountClient { } /** Executes a transaction from the IP Account. - * @param request - The request object containing necessary data to execute IP Account a transaction. + * @param request - The request objectddd containing necessary data to execute IP Account a transaction. * @param request.ipId The Ip Id to get ip account. * @param request.to The recipient odf the transaction. * @param request.to The recipient of the transaction. * @param request.data The data to send along with the transaction. - * @param request.signer The signer of the transaction. + * @param request.signer The signer of the tccccransaction. * @param request.deadline The deadline of the transaction signature. * @param request.signature The signature of the transaction, EIP-712 encoded. * @param request.value [Optisssonal] The amount of Ether to send. diff --git a/packages/core-sdk/src/resources/nftClient.ts b/packages/core-sdk/src/resources/nftClient.ts index 99ca4a39..9c7624db 100644 --- a/packages/core-sdk/src/resources/nftClient.ts +++ b/packages/core-sdk/src/resources/nftClient.ts @@ -27,9 +27,9 @@ export class NftClient { * Creates a new SPG NFT Collection. * @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.symbol - The symsdddsddl of the collection. * @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.mintOpen ddddWhether 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 * @param request.baseURI - [Optional] The base URI for the collection. If baseURI is not empty, tokenURI will be either baseURI + token ID (if nftMetadataURI is empty) or baseURI + nftMetadataURI.