# Supported Networks
Source: https://docs.chain.link/cre/supported-networks-ts
Last Updated: 2026-05-22

> For the complete documentation index, see [llms.txt](/llms.txt).

This page lists all EVM-compatible networks supported by CRE workflows, along with the minimum CLI and SDK versions required for each network.

## Version Requirements

Network support depends on your CLI and SDK versions. The tables below show the minimum versions required for each network.

- **New projects:** Run `cre update` to get the latest CLI, which includes compatible SDK versions.
- **Existing projects:** You may need to update your SDK dependency. See [Updating Dependencies](/cre/reference/project-configuration-ts#5-updating-dependencies) for instructions.

## Mainnets

| Network             | CLI      | Go SDK   | TS SDK  |
| ------------------- | -------- | -------- | ------- |
| ADI Mainnet         | v1.16.0+ | v1.10.0+ | v1.8.0+ |
| Arbitrum One        | v1.0.0+  | v1.0.0+  | v1.0.1+ |
| Avalanche           | v1.0.0+  | v1.0.0+  | v1.0.1+ |
| Base                | v1.0.0+  | v1.0.0+  | v1.0.1+ |
| BNB Chain           | v1.0.0+  | v1.0.0+  | v1.0.1+ |
| Celo                | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| Ethereum            | v1.0.0+  | v1.0.0+  | v1.0.1+ |
| Gnosis Chain        | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| Hyperliquid Mainnet | v1.7.0+  | v1.7.0+  | v1.4.0+ |
| Ink                 | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| Jovay               | v1.3.0+  | v1.4.0+  | v1.3.1+ |
| Linea               | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| Mantle              | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| MegaETH             | v1.5.0+  | v1.6.0+  | v1.3.1+ |
| OP Mainnet          | v1.0.0+  | v1.0.0+  | v1.0.1+ |
| Pharos              | v1.3.0+  | v1.4.0+  | v1.3.1+ |
| Plasma              | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| Polygon             | v1.0.0+  | v1.0.0+  | v1.0.1+ |
| Scroll              | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| Sonic               | v1.5.0+  | v1.6.0+  | v1.3.0+ |
| World Chain         | v1.0.11+ | v1.2.0+  | v1.0.9+ |
| XLayer              | v1.3.0+  | v1.4.0+  | v1.1.3+ |
| ZKSync Era          | v1.0.6+  | v1.1.3+  | v1.0.7+ |

## Testnets

| Network                 | CLI      | Go SDK  | TS SDK  |
| ----------------------- | -------- | ------- | ------- |
| ADI Testnet             | v1.15.0+ | v1.9.0+ | v1.7.0+ |
| Apechain Curtis         | v1.0.7+  | v1.1.4+ | v1.0.7+ |
| Arc Testnet             | v1.0.7+  | v1.1.4+ | v1.3.1+ |
| Arbitrum Sepolia        | v1.0.0+  | v1.0.0+ | v1.0.1+ |
| Avalanche Fuji          | v1.0.0+  | v1.0.0+ | v1.0.1+ |
| Base Sepolia            | v1.0.0+  | v1.0.0+ | v1.0.1+ |
| BNB Chain Testnet       | v1.0.0+  | v1.0.0+ | v1.0.1+ |
| Celo Sepolia            | v1.15.0+ | v1.9.0+ | v1.7.0+ |
| Cronos Testnet          | v1.5.0+  | v1.6.0+ | v1.3.0+ |
| Ethereum Sepolia        | v1.0.0+  | v1.0.0+ | v1.0.1+ |
| Gnosis Chiado           | v1.7.0+  | v1.7.0+ | v1.4.0+ |
| Hyperliquid Testnet     | v1.0.7+  | v1.1.4+ | v1.0.7+ |
| Ink Sepolia             | v1.0.7+  | v1.1.4+ | v1.0.7+ |
| Jovay Testnet           | v1.0.7+  | v1.1.4+ | v1.0.7+ |
| Linea Sepolia           | v1.0.7+  | v1.1.4+ | v1.0.7+ |
| Mantle Sepolia          | v1.5.0+  | v1.6.0+ | v1.3.0+ |
| MegaETH Testnet 2       | v1.5.0+  | v1.6.0+ | v1.3.1+ |
| OP Sepolia              | v1.0.0+  | v1.0.0+ | v1.0.1+ |
| Pharos Atlantic Testnet | v1.3.0+  | v1.5.0+ | v1.3.1+ |
| Plasma Testnet          | v1.0.7+  | v1.1.4+ | v1.0.7+ |
| Polygon Amoy            | v1.0.0+  | v1.0.0+ | v1.0.1+ |
| Scroll Sepolia          | v1.5.0+  | v1.6.0+ | v1.3.0+ |
| Sonic Testnet           | v1.5.0+  | v1.6.0+ | v1.3.1+ |
| TAC Testnet             | v1.5.0+  | v1.6.0+ | v1.3.0+ |
| Unichain Sepolia        | v1.5.0+  | v1.6.0+ | v1.3.0+ |
| World Chain Sepolia     | v1.0.7+  | v1.1.4+ | v1.0.7+ |
| XLayer Testnet          | v1.5.0+  | v1.6.0+ | v1.3.1+ |
| ZKSync Era Sepolia      | v1.0.6+  | v1.1.2+ | v1.0.7+ |

## Forwarder Addresses

For forwarder contract addresses and chain names, see the [Forwarder Directory](/cre/guides/workflow/using-evm-client/forwarder-directory). Forwarder addresses are used when building consumer contracts that receive workflow reports onchain. Learn more about [Onchain Write](/cre/guides/workflow/using-evm-client/onchain-write/overview).