Skip to content

Commit

Permalink
Merge pull request #200 from bonnie57/dev
Browse files Browse the repository at this point in the history
Bump up new eeee uncategory
  • Loading branch information
bonnie57 authored Nov 20, 2024
2 parents d5e3936 + 4c41cbc commit 4abdd2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-sdk/src/resources/ipAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/core-sdk/src/resources/nftClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4abdd2e

Please sign in to comment.