Skip to content

Commit

Permalink
[Portal] Fix: Add erc20Value clarity to buyFromListing (#5854)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl authored Dec 30, 2024
1 parent 31d11fa commit fdf3d5b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<BuyFromListingParams>,
Expand Down

0 comments on commit fdf3d5b

Please sign in to comment.