Skip to content

Conversation

@maddiem-alchemy
Copy link

Description

Removes old references to "alchemyapi.io" - primarily in dashboard + composer links.

It leaves static asset references on the old domain (i.e. https://static.alchemyapi.io/scripts/badge/alchemy-badge.js)

Related Issues

Changes Made

  • update dashboard + composer links from "alchemyapi.io" to "alchemy.com"
  • update a sample RPC websockets call from "alchemyapi.io" to "g.alchemy.com"

Testing

  • ran locally and validated that the updated links worked
  • I have tested these changes locally
  • I have run the validation scripts (pnpm run validate)
  • I have checked that the documentation builds correctly

@maddiem-alchemy maddiem-alchemy requested a review from a team as a code owner January 26, 2026 18:02
@github-actions
Copy link

github-actions bot commented Jan 26, 2026

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jan 26, 2026, 6:49 PM

@github-actions github-actions bot temporarily deployed to docs-preview January 26, 2026 18:03 Destroyed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7347715a42

ℹ️ 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".

```shell wscat
// initiate websocket stream first and replace demo with your key
wscat -c wss://eth-mainnet.alchemyapi.io/v2/demo
wscat -c wss:///eth-mainnet.g.alchemy.com/v2/demo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix broken websocket URL example

The updated wscat example now uses wss:///eth-mainnet.g.alchemy.com/v2/demo, which includes an extra / and omits the host portion that wscat expects after the scheme. With this URL, users will get a connection error instead of a websocket stream. This should remain wss://eth-mainnet.g.alchemy.com/v2/demo so the hostname is parsed correctly.

Useful? React with 👍 / 👎.

@github-actions github-actions bot temporarily deployed to docs-preview January 26, 2026 18:47 Destroyed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant