New Data Streams available on all supported networks:
CCIP is no longer supported on Everclear Mainnet.
On or shortly after April 29, 2026, the following Data Feeds on Arbitrum will be adjusted to have lower Heartbeat and Deviation thresholds:
Reach out to chainlinkdatafeeds@smartcontract.com if you have questions or concerns.
See Price Feed contract addresses for Arbitrum for feed addresses and onchain parameters.
New SmartData Feeds available:
New Data Streams available on all supported networks:
CRE CLI version 1.12.0 is now available. This release adds cre workflow list, a new command that lists all workflows deployed for your organization. It also adds a consistent details block after deploy, activate, pause, and delete showing the registry, contract address, transaction hash, workflow name, and workflow ID, fixes --limits none not fully disabling engine-level limit enforcement, and resolves an invalid owner-address bug.
Update your CLI by running cre update when prompted, or follow the CLI Installation guide for fresh installations.
We have announced the deprecation of select Data Feeds, scheduled for shutdown on May 6th, 2026. Check the list of Deprecating Data Feeds to learn more.
TypeScript SDK version 1.6.0 is now available. This release adds custom Rust plugin support — you can now inject Rust logic into your TypeScript workflows using the new --plugin flag in cre-compile, providing a pre-built .plugin.wasm compiled from your own Rust crate. The SDK ships example packages (@chainlink/cre-rust-inject-alpha, @chainlink/cre-rust-inject-beta) and a prebuilt plugin example to help you get started. This release also adds compile-time non-determinism static analysis: the SDK now emits warnings during cre workflow build and cre workflow simulate when it detects potentially non-deterministic patterns such as Date.now(), Math.random(), or Promise.race().