From ad66d128ec43e85a908a5328d448fc2b2ce9c03e Mon Sep 17 00:00:00 2001 From: Velenir Date: Tue, 10 Sep 2024 18:04:28 +0200 Subject: [PATCH] fix types --- src/methods/swap/swapTx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/methods/swap/swapTx.ts b/src/methods/swap/swapTx.ts index e6989c59..22b60b6f 100644 --- a/src/methods/swap/swapTx.ts +++ b/src/methods/swap/swapTx.ts @@ -60,7 +60,7 @@ type SwapQueryParams = { /** * @description User's Wallet Address. */ - userAddress?: string; + userAddress: string; /** * @description Dash (-) separated list of tokens (addresses or symbols from `/tokens`) to comprise the price route. _Max 4 tokens._ _**\*Note:**_ _If_ `_route_` _is specified, the response will only comprise of the route specified which might not be the optimal route._