CRE CLI version 1.5.0 is now available. This release adds support for 9 new mainnets (Celo, Gnosis Chain, Ink, Linea, Mantle, MegaETH, Plasma, Scroll, and Sonic) and 8 new testnets (Cronos, Mantle Sepolia, MegaETH Testnet 2, Scroll Sepolia, Sonic Testnet, TAC Testnet, Unichain Sepolia, and XLayer Testnet), introduces the cre hash command to display content hashes for workflow artifacts, adds ${VAR} environment variable resolution in RPC URLs, JSON ABI support in cre generate-bindings, and .env file support across all commands.
Required versions for new networks: CLI v1.5.0+, Go SDK v1.6.0+, TS SDK v1.3.0+
Update your CLI by running cre update when prompted, or follow the CLI Installation guide for fresh installations.
TypeScript SDK version 1.3.0 updates EVM capabilities to support the new networks added in CLI v1.5.0.
Go SDK version 1.6.0 updates EVM capabilities to support the new networks added in CLI v1.5.0.
New Data Feeds available:
New SmartData Feeds available:
New Data Streams available on all supported networks:
We have begun upgrading the underlying infrastructure that powers Data Feeds on Arbitrum, Base, and Binance Smart Chain to improve performance and redundancy. No negative impact is expected. This includes all Data Feeds including Smart Value Recapture (SVR) feeds.
If you experience any issues, please contact your Chainlink point of contact or email.
TypeScript SDK version 1.2.0 adds a logTriggerConfig helper for configuring EVM log triggers in workflows and improves error messages with field-level context in encodeCallMsg.
CRE CLI version 1.4.0 is now available. This release enables cre workflow build, cre workflow upload, and cre workflow deploy to run as independent steps for better CI/CD pipeline integration. The HTTP capability now supports sending multiple headers per request.
Update your CLI by running cre update when prompted, or follow the CLI Installation guide for fresh installations.