Expose fills in asset-swapper quote

This commit is contained in:
fragosti
2020-05-20 12:50:15 -07:00
parent d9e13d6b99
commit 5226bb5596
4 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ export async function getFullyFillableSwapQuoteWithNoFeesAsync(
const quoteBase = {
makerAssetData,
takerAssetData,
orders,
orders: orders.map(order => ({...order, fills: [] })),
gasPrice,
bestCaseQuoteInfo: quoteInfo,
worstCaseQuoteInfo: quoteInfo,