> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# August 2026 dataset retirements

> The 67 datasets retiring on August 20, 2026 and what to do if you use one.

On **August 20, 2026 at 12:00 UTC**, we're retiring the 67 datasets listed below. No other datasets are affected.

These datasets have seen very little usage over the past several months. We're consolidating what we maintain as we move from v2 gateways to [Portal](/en/portal/overview).

## What happens on August 20

* Ingestion stops.
* Access ends on v2 gateways and Portal, wherever the dataset is served today.

There is no replacement dataset. Any squid or pipe still pointing at one of these stops receiving archival data at 12:00 UTC.

## Affected datasets

<Accordion title="All 67 datasets" defaultOpen={true}>
  * `0g-testnet`
  * `acala`
  * `aleph-zero`
  * `aleph-zero-evm-mainnet`
  * `arthera-mainnet`
  * `avail`
  * `basilisk`
  * `berachain-bartio`
  * `bifrost-kusama`
  * `bifrost-polkadot`
  * `bitfinity-mainnet`
  * `bitgert-mainnet`
  * `bridge-hub-kusama`
  * `bridge-hub-polkadot`
  * `canto`
  * `centrifuge`
  * `cere`
  * `clover`
  * `collectives-polkadot`
  * `crust`
  * `cyber-mainnet`
  * `darwinia`
  * `darwinia-crab`
  * `degen-chain`
  * `dfk-chain`
  * `dogechain-mainnet`
  * `equilibrium`
  * `frequency`
  * `gelato-arbitrum-blueberry`
  * `immutable-zkevm-mainnet`
  * `integritee`
  * `interlay`
  * `joystream`
  * `karura`
  * `khala`
  * `kilt`
  * `kintsugi`
  * `litentry`
  * `merlin-mainnet`
  * `moonsama`
  * `nakachain`
  * `neon-devnet`
  * `neon-mainnet`
  * `ozean-testnet`
  * `paseo`
  * `pendulum`
  * `people-chain`
  * `phala`
  * `picasso`
  * `plume-devnet`
  * `polkadex`
  * `polymesh`
  * `poseidon-testnet`
  * `reef`
  * `reef-testnet`
  * `robonomics`
  * `shibuya-substrate`
  * `shiden-mainnet`
  * `shiden-substrate`
  * `skale-nebula`
  * `sora-mainnet`
  * `subsocial-parachain`
  * `superseed-mainnet`
  * `tanssi`
  * `ternoa`
  * `turing-avail`
  * `turing-mainnet`
</Accordion>

## What to do

Each entry above is the dataset name you'd see at the end of a Portal URL or in your Pipes config. Check your data sources against the list. Nothing you run should still depend on one of these after August 20.

If you need to keep indexing one of these chains, you can run it off your own RPC instead:

* **Stay on your current processor.** Drop `setGateway()` and keep [`setRpcEndpoint()`](/en/sdk/squid-sdk/substrate/reference/substrate-processor/general#set-rpc-endpoint).
* **Or upgrade to [`EvmRpcDataSourceBuilder`](/en/sdk/squid-sdk/evm/reference/evm-rpc-stream) on EVM.** Same query surface as the Portal stream, with `setRpc(...)` in place of `setPortal(...)`.
* **A [private Portal](/en/portal/self-hosting).** Run the Portal API yourself.

Expect syncing to be one to two orders of magnitude slower, since serving that data quickly is what the gateway was doing.

## FAQ

<AccordionGroup>
  <Accordion title="Will any of these datasets come back?">
    Not in the current plan. If you need one of them, [get in touch](https://sqd.dev/contact) before August 20.
  </Accordion>

  <Accordion title="Where will future retirements be announced?">
    Here on the [Announcements](/announcements) page and in our [Telegram community](https://t.me/HydraDevs).
  </Accordion>
</AccordionGroup>

Questions? [Get in touch](https://sqd.dev/contact).


## Related topics

- [Announcements](/announcements.md)
- [Changelog](/changelog.md)
- [May 2026 gateway deprecations](/announcements/gateway-deprecations-may-2026.md)
- [Pricing Details & Examples](/en/cloud/pricing/pricing-details.md)
- [Eclipse](/en/data/solana/eclipse-mainnet.md)
