diff --git a/docs/base-account/improve-ux/batch-transactions.mdx b/docs/base-account/improve-ux/batch-transactions.mdx index 17da1c563..aada79957 100644 --- a/docs/base-account/improve-ux/batch-transactions.mdx +++ b/docs/base-account/improve-ux/batch-transactions.mdx @@ -334,6 +334,13 @@ async function trackBatchTransaction( You can learn more about `wallet_getCallsStatus` in the [reference documentation](/base-account/reference/core/provider-rpc-methods/wallet_getCallsStatus). + +**Need more control over gas?** + +You can override the gas limit for individual calls in a batch using the [`gasLimitOverride`](/base-account/reference/core/capabilities/gasLimitOverride) capability. This is useful for calls with nondeterministic gas consumption, such as swaps. See the [capabilities overview](/base-account/reference/core/capabilities/overview) for the full list of supported capabilities. + + + ## Video Guide