From 817ad9455c96322c80d8369a39882a5bc6b5c1c7 Mon Sep 17 00:00:00 2001 From: Joey Kraut Date: Wed, 18 Dec 2024 14:04:49 -0800 Subject: [PATCH] docs: typescript-sdk: Document `updatedOrder` for `assembleExternalQuote` --- docs.renegade.fi/docs/technical-reference/typescript-sdk.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.renegade.fi/docs/technical-reference/typescript-sdk.md b/docs.renegade.fi/docs/technical-reference/typescript-sdk.md index 0308ad54..a2bc08d6 100644 --- a/docs.renegade.fi/docs/technical-reference/typescript-sdk.md +++ b/docs.renegade.fi/docs/technical-reference/typescript-sdk.md @@ -955,6 +955,9 @@ An error may be thrown if: - quote - `SignedExternalMatchQuote` - The `SignedExternalMatchQuote` returned from `getExternalMatchQuote` +- updatedOrder (optional) + - `ExternalOrder` + - The updated order to assemble the quote for. If not provided, the quote will use the order specified in the `getExternalMatchQuote` call. This field allows you to tweak the order before assembling the quote. Note that only the `baseAmount`, `quoteAmount`, and `minFillSize` fields may be updated; any other updates will be rejected. - doGasEstimation (optional) - `boolean` - Whether to include gas estimation in the returned `ExternalMatchBundle`