Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Sep 10, 2024
1 parent 95f55f1 commit ad66d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/swap/swapTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down

0 comments on commit ad66d12

Please sign in to comment.