docs: Add ERC-8132 gasLimitOverride capability documentation#1237
Merged
docs: Add ERC-8132 gasLimitOverride capability documentation#1237
Conversation
Collaborator
✅ Heimdall Review Status
|
youssefea
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed? Why?
Added documentation for the new ERC-8132 (Gas Limit Override) capability, recently added to the Base Account SDK.
gasLimitOverride.mdx— Full capability reference covering parameters, usage withwallet_getCapabilitiesandwallet_sendCalls, error handling, use cases, and best practicescapabilities/overview.mdx— AddedgasLimitOverrideto the Available Capabilities table and Capability-Specific Guides listwallet_getCapabilities.mdx— AddedgasLimitOverrideto response schema, SDK usage example, and full response JSONwallet_sendCalls.mdx— Addedcapabilitiesfield to call object structure and a request example showing call-level gas limit overridesdocs.json— Added nav entry for the new pageRelated:
Notes to reviewers
gasLimitOverrideis unique among capabilities: it's a call-level capability (specified per-call inwallet_sendCalls, not at the top level) and is reported under0x0inwallet_getCapabilities(applies to all chains)dataSuffix.mdx,atomic.mdx,paymasterService.mdx)How has it been tested?
node scripts/lint-mdx.json all changed files — no new lint errors (only pre-existing false positives shared with other capability pages)docs.json