[docs-agent] Fix stale Sui endpoint URL in quickstart example#1439
Merged
Conversation
The Sui API Quickstart example on /docs/reference/sui-api-quickstart pointed at `sui-mainnet.alchemy-blast.com/v2/`, which is no longer valid. Update to the canonical `sui-mainnet.g.alchemy.com/v2/` host (already used everywhere else in the repo: node-supported-chains.mdx and all sui-grpc/*.mdx pages). Refs DOCS-135 Requested-by: @seansing
🔗 Preview Mode
|
SahilAujla
approved these changes
Jul 10, 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 code example on Sui API Quickstart pointed at
sui-mainnet.alchemy-blast.com/v2/, which is no longer a valid host. Update it tosui-mainnet.g.alchemy.com/v2/, which is already the canonical form used everywhere else in the repo (content/api-reference/node-api/node-supported-chains.mdxrow 297, allcontent/api-reference/sui-grpc/*.mdxpages).Single-line change in
content/api-reference/sui/sui-api-quickstart.mdx:74.Out of scope, flagged separately
content/api-reference/bitcoin/bitcoin-api-quickstart.mdx:78has the same stalebitcoin-mainnet.alchemy-blast.com/v2/pattern. Not touching it here per PR-scoping convention. Flagging in the originating Slack thread so the requester can confirm before I open a separate PR.Linear
DOCS-135 — https://linear.app/alchemyapi/issue/DOCS-135/fix-stale-sui-endpoint-url-in-sui-api-quickstart-example
Requested by
@seansing (via Slack thread)