Skip to content

Commit

Permalink
remove param in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Jul 5, 2024
1 parent bedb26f commit ee0acb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/methods/swap/rates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export type RateOptions = {
ignoreBadUsdPrice?: boolean;
/** @description Specify that methods without fee support should be excluded from the price route. Default: false */
exlcudeContractMethodsWithoutFeeModel?: boolean;
/** @description Dash (-) separated list of tokens (addresses or symbols from /tokens) to comprise the price route. Max 4 tokens. */
route?: string;
/** @description If the source token is a tax token, you should specify the tax amount in BPS. */
srcTokenTransferFee?: string;
/** @description If the destination token is a tax token, you should specify the tax amount in BPS. */
Expand Down

0 comments on commit ee0acb6

Please sign in to comment.