Skip to content

Commit 1366d18

Browse files
Update packages/thirdweb/src/universal/Sell.ts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
1 parent 16326b5 commit 1366d18

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/universal

1 file changed

+1
-1
lines changed

packages/thirdweb/src/universal/Sell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import type { PreparedQuote, Quote } from "./types/Quote.js";
4949
* @param options.originTokenAddress - The address of the origin token.
5050
* @param options.destinationChainId - The chain ID of the destination token.
5151
* @param options.destinationTokenAddress - The address of the destination token.
52-
* @param options.sellAmountWei - The amount of the origin token to buy.
52+
+ * @param options.sellAmountWei - The amount of the origin token to sell.
5353
* @param options.client - Your thirdweb client.
5454
*
5555
* @returns A promise that resolves to a non-finalized quote for the requested sell.

0 commit comments

Comments
 (0)