diff --git a/packages/thirdweb/src/extensions/marketplace/direct-listings/write/buyFromListing.ts b/packages/thirdweb/src/extensions/marketplace/direct-listings/write/buyFromListing.ts index c28937d11d7..8e3a6b95143 100644 --- a/packages/thirdweb/src/extensions/marketplace/direct-listings/write/buyFromListing.ts +++ b/packages/thirdweb/src/extensions/marketplace/direct-listings/write/buyFromListing.ts @@ -34,6 +34,8 @@ export type BuyFromListingParams = { * * await sendTransaction({ transaction, account }); * ``` + * + * When using `buyFromListing` with Pay, the `erc20Value` will be automatically set to the listing currency. */ export function buyFromListing( options: BaseTransactionOptions,