[docs-agent] Link prefundRent mentions to CPI rent prefunding section#1480
Merged
Conversation
The Solana sponsorship page mentions `prefundRent: true` in the Prepare calls step (api.mdx) and in the Rent sponsorship accordion (index.mdx), but neither cross-links to the detailed CPI rent prefunding section on the lower-level `alchemy_requestFeePayer` flow page, making the full contract and requirements hard to find from the primary Wallet APIs sponsorship page. Refs DOCS-161 Requested-by: @dancoombs
🔗 Preview Mode
|
jakehobbs
approved these changes
Jul 24, 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.
Summary
The Solana sponsorship page (
/docs/wallets/transactions/sponsor-gas/solana) mentionsprefundRent: truein two places but neither cross-links to the section that fully describes it. This makes CPI rent prefunding hard to discover from the primary Wallet APIs sponsorship entry point.Adds an inline link to the CPI rent prefunding section from:
content/wallets/pages/transactions/sponsor-gas/solana/api.mdx— the "Prepare calls with sponsorship" step:Add prefundRent: true to opt in to [CPI rent prefunding](…)content/wallets/pages/transactions/sponsor-gas/solana/index.mdx— the "Rent sponsorship" accordion on the top-level page: appendsSee [CPI rent prefunding](…) for the full contract, requirements, and best practices.No content changes beyond the two anchor additions. Uses the
/docs/wallets/...prefix per lychee link-check requirements.Linear
DOCS-161 — https://linear.app/alchemyapi/issue/DOCS-161/link-prefundrent-references-on-solana-sponsorship-page-to-cpi-rent
Requested by
@dancoombs (via Slack thread)