From 21e244ab3aee84e021d9ec0bdbdd542986db7f42 Mon Sep 17 00:00:00 2001 From: MC <149421156+ffe9f8@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:21:44 -0500 Subject: [PATCH] remove optional from gasMultiplier param and references --- src/pages/dev/axelarjs-sdk/axelar-query-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dev/axelarjs-sdk/axelar-query-api.mdx b/src/pages/dev/axelarjs-sdk/axelar-query-api.mdx index eb262f32c..7e91c7720 100644 --- a/src/pages/dev/axelarjs-sdk/axelar-query-api.mdx +++ b/src/pages/dev/axelarjs-sdk/axelar-query-api.mdx @@ -58,7 +58,7 @@ IMPORTANT NOTES: * @param destinationChainId * @param sourceChainTokenSymbol * @param gasLimit An estimated gas amount required to execute `executeWithToken` function. The default value is 700000 which should be sufficient for most transactions. - * @param gasMultiplier (Optional) A multiplier used to create a buffer above the calculated gas fee, to account for potential slippage throughout tx execution, e.g. 1.1 = 10% buffer. supports up to 3 decimal places + * @param gasMultiplier A multiplier used to create a buffer above the calculated gas fee, to account for potential slippage throughout tx execution, e.g. 1.1 = 10% buffer. supports up to 3 decimal places * @param minGasPrice (Optional) A minimum value, in wei, for the gas price on the destination chain that is used to override the estimated gas price if it falls below this specified value. * @param gmpParams (Optional) Additional parameters for GMP transactions, including the ability to see a detailed view of the fee response * @returns