From 9856e78609b378532015dc34b543321dc2325a43 Mon Sep 17 00:00:00 2001 From: Pavel <51318041+pavel-bc@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:35:16 +0100 Subject: [PATCH] Update reference.mdx (#531) Align with `DEFAULT_QUOTE_SLIPPAGE_PERCENTAGE` value from https://github.com/0xProject/0x-api/blob/c74e31c2197ff9231b4856ef6ff0680f22905aa2/src/constants.ts#L26 --- packages/asset-swapper/docs/reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asset-swapper/docs/reference.mdx b/packages/asset-swapper/docs/reference.mdx index caf6cbe05a..52b4cb9576 100644 --- a/packages/asset-swapper/docs/reference.mdx +++ b/packages/asset-swapper/docs/reference.mdx @@ -1897,7 +1897,7 @@ ___ # Interface: SwapQuoteRequestOpts -slippagePercentage: The percentage buffer to add to account for slippage. Affects max ETH price estimates. Defaults to 0.2 (20%). +slippagePercentage: The percentage buffer to add to account for slippage. Affects max ETH price estimates. Defaults to 0.01 (1%). gasPrice: gas price to determine protocolFee amount, default to ethGasStation fast amount