Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/api-reference/node-api/node-supported-chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ Alchemy supports both EVM and non-EVM chains, view API references below:
| Metis | Metis Mainnet | https://metis-mainnet.g.alchemy.com/v2/API_KEY |
| Sonic | Sonic Mainnet | https://sonic-mainnet.g.alchemy.com/v2/API_KEY |
| Sonic | Sonic Testnet | https://sonic-testnet.g.alchemy.com/v2/API_KEY |
| Sonic | Sonic Blaze (deprecating June 12, 2026 — [migrate to Sonic Testnet](/docs/reference/sonic-blaze-deprecation-notice)) | https://sonic-blaze.g.alchemy.com/v2/API_KEY |
| Sei | Sei Mainnet | https://sei-mainnet.g.alchemy.com/v2/API_KEY |
| Sei | Sei Testnet | https://sei-testnet.g.alchemy.com/v2/API_KEY |
| XMTP | XMTP Ropsten | https://xmtp-ropsten.g.alchemy.com/v2/API_KEY |
Expand Down
4 changes: 0 additions & 4 deletions content/api-reference/sonic/sonic-api-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ subtitle: How to get started building on Sonic using Alchemy
slug: reference/sonic-api-quickstart
---

<Warning title="Sonic Blaze testnet deprecation">
Support for the **Sonic Blaze** testnet ends on **June 12, 2026**. Migrate to **Sonic Testnet** (`sonic-testnet`) before then. See the [Sonic Blaze Deprecation Notice](/docs/reference/sonic-blaze-deprecation-notice) for details.
</Warning>

<Tip title="Don't have an API key?" icon="star">
Build faster with production-ready APIs, smart wallets and rollup infrastructure across 70+ chains. Create your free Alchemy API key and{" "}
<a href="https://dashboard.alchemy.com/signup">get started today</a>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ slug: reference/sonic-blaze-deprecation-notice

## ⚠️ Deprecation Notice

**Alchemy will fully deprecate support for the Sonic Blaze testnet on June 12, 2026.** After this date, requests to Sonic Blaze endpoints (`sonic-blaze`) will no longer be supported.
**Alchemy support for the Sonic Blaze testnet ended on June 12, 2026.** Requests to Sonic Blaze endpoints (`sonic-blaze`) are no longer supported.

Sonic Blaze is being deprecated because it was [sunset by Sonic Labs on May 1, 2026](https://x.com/SonicLabs/status/2034664628903629171). Sonic Mainnet and Sonic Testnet remain fully supported.
Sonic Blaze was deprecated because it was [sunset by Sonic Labs on May 1, 2026](https://x.com/SonicLabs/status/2034664628903629171). Sonic Mainnet and Sonic Testnet remain fully supported.

## Migrate to Sonic Testnet

Please move your traffic to **Sonic Testnet** (Sonic's current testnet) before June 12, 2026:
Move your traffic to **Sonic Testnet** (Sonic's current testnet):

1. Enable **Sonic Testnet** for your app on the [Endpoints page in the Dashboard](https://dashboard.alchemy.com/).
2. Update your endpoint URL from `sonic-blaze` to `sonic-testnet` in your codebase:
Expand Down
2 changes: 0 additions & 2 deletions src/openrpc/alchemy/debug/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ servers:
name: Soneium Minato
- url: https://sonic-mainnet.g.alchemy.com/v2
name: Sonic Mainnet
- url: https://sonic-blaze.g.alchemy.com/v2
name: Sonic Blaze
- url: https://sonic-testnet.g.alchemy.com/v2
name: Sonic Testnet
- url: https://stable-mainnet.g.alchemy.com/v2
Expand Down
2 changes: 0 additions & 2 deletions src/openrpc/alchemy/trace/trace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ servers:
name: Soneium Mainnet
- url: https://sonic-mainnet.g.alchemy.com/v2
name: Sonic Mainnet
- url: https://sonic-blaze.g.alchemy.com/v2
name: Sonic Blaze
- url: https://sonic-testnet.g.alchemy.com/v2
name: Sonic Testnet
- url: https://superseed-mainnet.g.alchemy.com/v2
Expand Down
2 changes: 0 additions & 2 deletions src/openrpc/chains/sonic/sonic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ info:
servers:
- url: https://sonic-mainnet.g.alchemy.com/v2
name: Sonic Mainnet
- url: https://sonic-blaze.g.alchemy.com/v2
name: Sonic Blaze
- url: https://sonic-testnet.g.alchemy.com/v2
name: Sonic Testnet
methods:
Expand Down
Loading