From 766888ec417fd5d974773e7a7228c05664c6bfb1 Mon Sep 17 00:00:00 2001 From: Steve Klebanoff Date: Tue, 28 Jul 2020 13:39:21 -0700 Subject: [PATCH] Send in quoteRequestor to fix RFQT tracking --- packages/asset-swapper/src/utils/market_operation_utils/index.ts | 1 + 1 file changed, 1 insertion(+) 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 caab906043..6c2363fca6 100644 --- a/packages/asset-swapper/src/utils/market_operation_utils/index.ts +++ b/packages/asset-swapper/src/utils/market_operation_utils/index.ts @@ -302,6 +302,7 @@ export class MarketOperationUtils { feeSchedule: _opts.feeSchedule, allowFallback: _opts.allowFallback, shouldBatchBridgeOrders: _opts.shouldBatchBridgeOrders, + quoteRequestor: _opts.rfqt ? _opts.rfqt.quoteRequestor : undefined, }); }