From 7030572f1df1fbeb3c58419ec46ebfb118032552 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Wed, 14 Oct 2020 11:58:18 -0400 Subject: [PATCH] Stop referring to GetMarketOrdersOpts.shouldBat... Because it doesn't exist on that type. --- packages/asset-swapper/src/utils/market_operation_utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/asset-swapper/src/utils/market_operation_utils/index.ts b/packages/asset-swapper/src/utils/market_operation_utils/index.ts index 4dd1e5f0eb..5d9dfd4b45 100644 --- a/packages/asset-swapper/src/utils/market_operation_utils/index.ts +++ b/packages/asset-swapper/src/utils/market_operation_utils/index.ts @@ -578,7 +578,6 @@ export class MarketOperationUtils { feeSchedule: _opts.feeSchedule, allowFallback: _opts.allowFallback, exchangeProxyOverhead: _opts.exchangeProxyOverhead, - shouldBatchBridgeOrders: _opts.shouldBatchBridgeOrders, }; // Compute an optimized path for on-chain DEX and open-orderbook. This should not include RFQ liquidity.