[docs-agent] document Rise Mainnet support in Node API pages#1274
Merged
SahilAujla merged 1 commit intomainfrom Apr 28, 2026
Merged
[docs-agent] document Rise Mainnet support in Node API pages#1274SahilAujla merged 1 commit intomainfrom
SahilAujla merged 1 commit intomainfrom
Conversation
Daikon PR #1273 adds a Rise Mainnet server entry to the Rise OpenRPC spec, but the Node API supported-chains table and the Rise API quickstart still describe Rise as testnet-only. Surface the new mainnet endpoint (https://rise-mainnet.g.alchemy.com/v2/) on both pages so the docs match the spec change shipping in #1273. Refs DOCS-70 Requested-by: @SahilAujla
🔗 Preview Mode
|
SahilAujla
previously approved these changes
Apr 28, 2026
@SahilAujla you are listed as the originator of this docs request (via the Requested-by trailer on a docs-agent commit). Per the docs-agent self-review policy, the originator can't approve their own request. Please ask another team member to review.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a242d92f33
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
🔍 Link CheckStatus: ❌ Failed Summary
Broken links (13) — click to expandErrors per inputErrors in ./content/changelog/2025-11-20.md
Errors in ./content/api-reference/base/base-api-faq.mdx
Errors in ./content/wallets/wallet-integrations/privy/jwt-auth-migration.mdx
Errors in ./content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx
Errors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx
Errors in ./content/tutorials/transactions/transaction-history/how-to-get-transaction-history-for-an-address-on-ethereum.mdx
Errors in ./content/tutorials/alchemy-university/ethereum-basics/what-is-ethereum.mdx
Errors in ./content/tutorials/alchemy-university/solidity-basics/solidity-functions.mdx
Errors in ./content/tutorials/alchemy-university/solidity-basics/solidity-events.mdx
Errors in ./content/tutorials/alchemy-university/solidity-basics/how-solidity-arrays-work.mdx
Errors in ./content/wallets/wallet-integrations/privy/signer-migration-overview.mdx
Errors in ./content/tutorials/alchemy-university/solidity-basics/how-do-solidity-structs-work.mdx
|
dslovinsky
approved these changes
Apr 28, 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
Daikon PR #1273 adds a
Rise Mainnetserver entry (https://rise-mainnet.g.alchemy.com/v2) to the Rise OpenRPC spec, but the rest of the Node API content still describes Rise as testnet-only. Codex flagged the inconsistency on #1273. This PR catches the companion content pages up so the docs match the spec change.Changes:
content/api-reference/node-api/node-supported-chains.mdx— add aRise Mainnetrow alongside the existingRise Testnetrow in the supported-chains table.content/api-reference/rise/rise-api-quickstart.mdx— add a short RPC-URL table near the top showing both Rise Mainnet and Rise Testnet endpoints, so readers know mainnet is supported before they hit the testnet code sample.Out of scope: Smart Wallets / Bundler integrations on Rise (
content/wallets/pages/overview/supported-chains.mdx,bundler-faqs.mdx). Those depend on bundler/wallet infra availability on Rise mainnet, which is a separate signal not covered by #1273. Open a follow-up if/when those products go live on Rise mainnet.Linear
DOCS-70 — https://linear.app/alchemyapi/issue/DOCS-70/document-rise-mainnet-support-in-node-api-pages
Related
Requested by
@SahilAujla (via Slack thread)