Skip to content

Commit 6e0af89

Browse files
committed
fix typo
1 parent ad66d12 commit 6e0af89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/methods/swap/rates.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,14 @@ export type RateOptions = {
147147
excludePricingMethods?: PricingMethod[];
148148
excludeContractMethods?: ContractMethod[];
149149
includeContractMethods?: ContractMethod[];
150-
excludeContractMethodsWithoutFeeModel?: boolean;
151150
partner?: string;
152151
maxImpact?: number;
153152
maxUSDImpact?: number;
154153
otherExchangePrices?: boolean;
155154
/** @description proceed with priceRoute building even when tokens don't have USD price. Default: false */
156155
ignoreBadUsdPrice?: boolean;
157156
/** @description Specify that methods without fee support should be excluded from the price route. Default: false */
158-
exlcudeContractMethodsWithoutFeeModel?: boolean;
157+
excludeContractMethodsWithoutFeeModel?: boolean;
159158
/** @description If the source token is a tax token, you should specify the tax amount in BPS. */
160159
srcTokenTransferFee?: string;
161160
/** @description If the destination token is a tax token, you should specify the tax amount in BPS. */

0 commit comments

Comments
 (0)