Fix bug in prior revision: wrong asset data
I tried to get fancy back in 5effc6ec90.
I changed something more than the single refactor targetted by the
commit, and it broke things! This reverts part of that commit,
restoring clean runs of 0x API tests.
This commit is contained in:
@@ -114,8 +114,8 @@ export class MarketOperationUtils {
|
||||
),
|
||||
);
|
||||
const rfqtPromise = getRfqtIndicativeQuotesAsync(
|
||||
makerToken,
|
||||
takerToken,
|
||||
nativeOrders[0].makerAssetData,
|
||||
nativeOrders[0].takerAssetData,
|
||||
MarketOperation.Sell,
|
||||
takerAmount,
|
||||
_opts,
|
||||
@@ -194,8 +194,8 @@ export class MarketOperationUtils {
|
||||
),
|
||||
);
|
||||
const rfqtPromise = getRfqtIndicativeQuotesAsync(
|
||||
makerToken,
|
||||
takerToken,
|
||||
nativeOrders[0].makerAssetData,
|
||||
nativeOrders[0].takerAssetData,
|
||||
MarketOperation.Buy,
|
||||
makerAmount,
|
||||
_opts,
|
||||
|
||||
Reference in New Issue
Block a user