Chainlink's CCIP now supports WETH (Wrapped Ether) transfers through the Lock and Unlock token mechanism.
This feature allows CCIP to securely lock tokens on the source blockchain and subsequently release an equivalent amount of tokens on the destination blockchain, facilitating seamless cross-chain transfers of WETH. The introduction of this mechanism enables WETH transfers across several key lanes.
For a specific lane configuration, see the Supported Networks page. For more detailed information about the Lock and Unlock mechanism and its applications, read the Token Pools page.
Chainlink Node v2.10.0 is now available. See the Release Notes for details.
CCIP v1.0.0 is no longer supported on mainnet. You must use the new router addresses listed in the CCIP v1.2.0 configuration page.
Creating new Fantom subscriptions in the VRF Subscription Manager is no longer supported. Existing Fantom subscriptions are still supported.
Chainlink Functions is available as an open beta on the BASE Sepolia and Optimism Sepolia testnets. These networks have USD-denominated fixed premium fees. This means that the premium fees are set in USD, but no USD is ever used. The LINK equivalent of the fee is calculated at request time, and then deducted from your subscription in LINK at response time. See the example cost calculation for more information.
Chainlink CCIP is publicly available on Wemix and Kroma for both mainnet and testnet. See the Supported Networks page for network details.
The Automation StreamsLookup error handler is available to help you handle potential errors with StreamsLookup upkeeps. When you add the new checkErrorHandler
function, you can define custom logic to handle some errors offchain and handle other errors onchain in performUpkeep
.
Chainlink Node v2.9.1 is now available. See the Release Notes for details.
The Chainlink Automation debugging script is available to help you debug and diagnose possible issues with registered upkeeps in Automation 2.1 registries. The script can debug custom logic upkeeps, log trigger upkeeps, and upkeeps that use StreamsLookup
.