File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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. */
You can’t perform that action at this time.
0 commit comments