add message to changelog for #467 (#474)

This commit is contained in:
phil-ociraptor
2022-05-11 22:17:17 -05:00
committed by Noah Khamliche
parent 300a64947c
commit a7c0c761ce
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,10 @@
{
"note": "Offboard Eth2Dai",
"pr": 470
},
{
"note": "Add an optional IRfqClient for SwapQuoter#getSwapQuoteAsync",
"pr": 467
}
]
},

View File

@@ -288,7 +288,7 @@ export class SwapQuoter {
assetFillAmount: BigNumber,
marketOperation: MarketOperation,
options: Partial<SwapQuoteRequestOpts>,
rfqClient: IRfqClient | undefined,
rfqClient?: IRfqClient | undefined,
): Promise<SwapQuote> {
assert.isETHAddressHex('makerToken', makerToken);
assert.isETHAddressHex('takerToken', takerToken);