Chainlink Node v2.9.0 is now available. See the Release Notes for details.
CCIP v1.0.0 is no longer supported on testnet. You must use the new router addresses listed in the CCIP v1.2.0 configuration page.
Chainlink Data Streams is available in Early Access on Arbitrum Sepolia. Verifier proxy addresses and Feed IDs are available on the Data Streams Feed IDs page.
Chainlink Node v2.8.0 is now available. See the Release Notes for details.
CCIP v1.0.0 has been deprecated on mainnet. You must use the new router addresses listed in this page before March 31st, 2024. Please note that there is no change to the router interface. The CCIP v1.0.0 mainnet routers will continue to function in parallel until March 31st, 2024, but we highly recommend switching to the v1.2.0 routers as soon as possible. If you currently use CCIP v1.0.0, use the @chainlink/contracts-ccip npm package version 0.7.6. To migrate to v1.2.0, use version 1.2.1 of the npm package or later. Please refer to the release notes for a comprehensive overview of the enhancements and new features in v1.2.0.
strict
sequencing flag from the extraArgs field in CCIP messages.You can use external module imports with Chainlink Functions source code on mainnet networks. See the Using Imports with Functions tutorial to see an example of how to import and use imported modules with your Functions source code. This feature requires the Functions Toolkit NPM package v0.2.7
or later.
Chainlink CCIP is publicly available on Arbitrum Sepolia. See the CCIP testnet configuration page for more information.
You can use external module imports with Chainlink Functions source code on testnet networks. See the Using Imports with Functions tutorial to see an example of how to import and use imported modules with your Functions source code. This feature requires the Functions Toolkit NPM package v0.2.7
or later. This feature is available only on testnets. Modules will not import or execute on Functions requests for mainnet networks at this time.