Supported Networks
This page lists networks supported by CRE workflows, along with the minimum CLI and SDK versions required for each network. CRE supports two chain families: EVM-compatible chains and Solana.
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 updateto get the latest CLI, which includes compatible SDK versions. - Existing projects: You may need to update your SDK dependency. See 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 EVM forwarder contract addresses and chain names, see the Forwarder Directory. Forwarder addresses are used when building consumer contracts that receive workflow reports onchain. Learn more about EVM Onchain Write.
Run cre workflow supported-chains anytime to list the chains and mock forwarder addresses currently enabled for your tenant.
Solana Networks
Solana support is currently write-only. Read and Log Trigger capabilities are in development. Solana write requires
CRE CLI v1.24.0 or later (cre version / cre update).
| Network | CLI | Capabilities | Chain Selector |
|---|---|---|---|
| Solana Mainnet | v1.24.0+ | Write | 124615329519749607 |
| Solana Devnet | v1.24.0+ | Write | 16423721717087811551 |
In TypeScript, use SolanaClient.SUPPORTED_CHAIN_SELECTORS['solana-mainnet'] (returns 124615329519749607n) or pass the selector directly as a bigint.
For Solana forwarder program and state account addresses (simulation and production), see the Solana Forwarder Directory.
Learn more in the Solana Chain Interactions guide.