Merge pull request #2646 from 0xProject/feature/fix-quote-report-rfqt

Send in quoteRequestor to fix RFQT tracking
This commit is contained in:
Steve Klebanoff
2020-07-28 14:32:28 -07:00
committed by GitHub

View File

@@ -302,6 +302,7 @@ export class MarketOperationUtils {
feeSchedule: _opts.feeSchedule,
allowFallback: _opts.allowFallback,
shouldBatchBridgeOrders: _opts.shouldBatchBridgeOrders,
quoteRequestor: _opts.rfqt ? _opts.rfqt.quoteRequestor : undefined,
});
}