Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Sep 12, 2024
1 parent ad66d12 commit 6e0af89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/methods/swap/rates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,14 @@ export type RateOptions = {
excludePricingMethods?: PricingMethod[];
excludeContractMethods?: ContractMethod[];
includeContractMethods?: ContractMethod[];
excludeContractMethodsWithoutFeeModel?: boolean;
partner?: string;
maxImpact?: number;
maxUSDImpact?: number;
otherExchangePrices?: boolean;
/** @description proceed with priceRoute building even when tokens don't have USD price. Default: false */
ignoreBadUsdPrice?: boolean;
/** @description Specify that methods without fee support should be excluded from the price route. Default: false */
exlcudeContractMethodsWithoutFeeModel?: boolean;
excludeContractMethodsWithoutFeeModel?: boolean;
/** @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 6e0af89

Please sign in to comment.