We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16326b5 commit 1366d18Copy full SHA for 1366d18
packages/thirdweb/src/universal/Sell.ts
@@ -49,7 +49,7 @@ import type { PreparedQuote, Quote } from "./types/Quote.js";
49
* @param options.originTokenAddress - The address of the origin token.
50
* @param options.destinationChainId - The chain ID of the destination token.
51
* @param options.destinationTokenAddress - The address of the destination token.
52
- * @param options.sellAmountWei - The amount of the origin token to buy.
++ * @param options.sellAmountWei - The amount of the origin token to sell.
53
* @param options.client - Your thirdweb client.
54
*
55
* @returns A promise that resolves to a non-finalized quote for the requested sell.
0 commit comments