Skip to content

Commit

Permalink
remove optional from gasMultiplier param and references
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Feb 1, 2024
1 parent 76188bf commit 21e244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dev/axelarjs-sdk/axelar-query-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21e244a

Please sign in to comment.