Update packages/asset-buyer/src/swap_quoter.ts
Co-Authored-By: Jacob Evans <jacob@dekz.net>
This commit is contained in:
parent
8734b70f83
commit
230cf7dfb7
@ -138,7 +138,7 @@ export class SwapQuoter {
|
||||
takerAssetSellAmount: BigNumber,
|
||||
options: Partial<SwapQuoteRequestOpts> = {},
|
||||
): Promise<MarketSellSwapQuote> {
|
||||
assert.isBigNumber('makerAssetBuyAmount', takerAssetSellAmount);
|
||||
assert.isBigNumber('takerAssetSellAmount', takerAssetSellAmount);
|
||||
return (await this._getSwapQuoteAsync(
|
||||
makerAssetData,
|
||||
takerAssetData,
|
||||
|
Loading…
x
Reference in New Issue
Block a user