[docs-agent] Roll out Arc Mainnet across docs surfaces - #1622
Merged
Merged
Conversation
Adds Arc Mainnet references across chain-specific and shared surfaces so docs reflect that both Arc Mainnet and Arc Testnet are live at Alchemy. Complements PR #1621 which added Arc Mainnet to arc.yaml itself. Files: - Product OpenRPC specs (Trace, Debug, Token, Transfers): add Arc Mainnet server entry alongside Arc Testnet. - NFT REST spec: add arc-mainnet to the networks enum. - Arc quickstart: switch the sample URL to arc-mainnet.g.alchemy.com. - Arc FAQ: add a 'Which Arc networks are supported?' entry listing both endpoints. - node-supported-chains.mdx: add Arc Mainnet HTTPS URL row. - wallets/overview/supported-chains.mdx: add Arc Mainnet row (Bundler, Gas Sponsorship, ERC20 Gas Payments, BSOs) mirroring Arc Testnet. Not touched (already in flight): - content/wallets/pages/bundler-api/bundler-faqs.mdx — PR #1485 adds Arc Mainnet minimum EntryPoint stake. - content/api-reference/arc/arc-api-overview.mdx — PR #1614 renames the Arc overview section. Ran generate:rpc, validate:rpc, and validate:rest locally, all pass. Refs DOCS-228 Requested-by: @bmoyroud
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 22780fcaa6
ℹ️ 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".
caleighc
approved these changes
Sep 16, 2026
dslovinsky
approved these changes
Sep 16, 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
Follow-up to #1621 (which added Arc Mainnet to
arc.yaml). Rolls out Arc Mainnet references across the rest of the docs surfaces so shared product specs, quickstart, FAQ, and supported-chains tables all reflect that both Arc Mainnet and Arc Testnet are live at Alchemy.Verified against
OMGWINNING/chain-config:chainconfig/chains/ARC.yml—supportedMethodGroups: [evm, debug, trace, rundler, token],publicChainName: Arc,gasToken: USDC.chainconfig/networks/ARC_MAINNET.yml—networkStatus: LIVE,chainId: 0x13b2(5042).Changes
Product OpenRPC specs (add Arc Mainnet server entry immediately before Arc Testnet):
src/openrpc/alchemy/trace/trace.yamlsrc/openrpc/alchemy/debug/debug.yamlsrc/openrpc/alchemy/token/token.yamlsrc/openrpc/alchemy/transfers/transfers.yamlREST spec:
src/openapi/nft/nft.yaml— addarc-mainnetto the networks enum.Content:
content/api-reference/arc/arc-api-quickstart.mdx— switch example URL fromarc-testnettoarc-mainnet.content/api-reference/arc/arc-api-faq.mdx— add a "Which Arc networks are supported?" entry listing both endpoints.content/api-reference/node-api/node-supported-chains.mdx— add Arc Mainnet HTTPS URL row above Arc Testnet.content/wallets/pages/overview/supported-chains.mdx— add Arc Mainnet row (Bundler, Gas Sponsorship, ERC20 Gas Payments, BSOs) mirroring the existing Arc Testnet row.Not touched (already in flight)
content/wallets/pages/bundler-api/bundler-faqs.mdx→ #1485 already adds the Arc Mainnet minimum EntryPoint stake.content/api-reference/arc/arc-api-overview.mdx→ #1614 renames the Arc overview section and adds Webhooks. Kept out of this PR to avoid conflict.Validation
Ran
pnpm run generate:rpc,pnpm run validate:rpc, andpnpm run validate:restlocally, all pass.Linear
DOCS-228 (follow-up PR on same ticket)
Requested by
@bmoyroud (via Slack thread)