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,
|
takerAssetSellAmount: BigNumber,
|
||||||
options: Partial<SwapQuoteRequestOpts> = {},
|
options: Partial<SwapQuoteRequestOpts> = {},
|
||||||
): Promise<MarketSellSwapQuote> {
|
): Promise<MarketSellSwapQuote> {
|
||||||
assert.isBigNumber('makerAssetBuyAmount', takerAssetSellAmount);
|
assert.isBigNumber('takerAssetSellAmount', takerAssetSellAmount);
|
||||||
return (await this._getSwapQuoteAsync(
|
return (await this._getSwapQuoteAsync(
|
||||||
makerAssetData,
|
makerAssetData,
|
||||||
takerAssetData,
|
takerAssetData,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user