-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust VRF Sepolia lane and CLA deprecation notice (#2103)
- Loading branch information
1 parent
65a00d5
commit b6e1b93
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
import { Aside } from "@components" | ||
|
||
<Aside type="caution" title="Deprecation of older upkeeps"> | ||
Existing upkeeps on versions earlier than v2.1 will stop being performed on **August 29, 2024**. [Migrate your older | ||
upkeeps to the latest version of Automation](/chainlink-automation/guides/migrate-to-v2). | ||
The only supported Automation registries are v2.1 and later. [Migrate your older | ||
upkeeps](/chainlink-automation/guides/migrate-to-v2) if you need them to be performed. Unmigrated upkeeps on | ||
registries earlier than v2.1 will not be performed anymore, and you will see a "deprecated" notice in the [Chainlink | ||
Automation App](https://automation.chain.link). | ||
</Aside> |