Send in quoteRequestor to fix RFQT tracking

This commit is contained in:
Steve Klebanoff
2020-07-28 13:39:21 -07:00
parent 466d962c07
commit 766888ec41

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,
});
}