diff --git a/packages/sdk/docs/modules.md b/packages/sdk/docs/modules.md index f936ef771..99113662e 100644 --- a/packages/sdk/docs/modules.md +++ b/packages/sdk/docs/modules.md @@ -794,7 +794,7 @@ ___ ### getUSDCSwapParams -▸ **getUSDCSwapParams**(`options`): `Promise`\<\{ `quotedAmountOut`: `any` ; `quotedAmountOutFormatted`: `any` ; `swapParams`: \{ `amountIn`: `string` ; `amountOutMinimum`: `string` ; `path`: `string` ; `recipient`: `any` = recipient } }\> +▸ **getUSDCSwapParams**(`options`): `Promise`\<\{ `quotedAmountOut`: `any` ; `quotedAmountOutFormatted`: `any` ; `swapParams`: \{ `amounting, amount in`: `string` ; `amountOutMinimum`: `string` ; `path`: `string` ; `recipient`: `any` = recipient } }\> #### Parameters @@ -804,7 +804,7 @@ ___ #### Returns -`Promise`\<\{ `quotedAmountOut`: `any` ; `quotedAmountOutFormatted`: `any` ; `swapParams`: \{ `amountIn`: `string` ; `amountOutMinimum`: `string` ; `path`: `string` ; `recipient`: `any` = recipient } }\> +`Promise`\<\{ `quotedAmountOut`: `any` ; `quotedAmountOutFormatted`: `any` ; `swapParams`: \{ `amounting, amount in`: `string` ; `amountOutMinimum`: `string` ; `path`: `string` ; `recipient`: `any` = recipient } }\> ___