From ec686a73e87015baf565e7da92176aeea2aafb03 Mon Sep 17 00:00:00 2001 From: Crystal Gomes Date: Fri, 8 Mar 2024 15:31:08 -0500 Subject: [PATCH] Add V1 revalidation content (#1804) --- src/content/chainlink-automation/concepts/best-practice.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/chainlink-automation/concepts/best-practice.mdx b/src/content/chainlink-automation/concepts/best-practice.mdx index 7319879884b..e8a48b9f75a 100644 --- a/src/content/chainlink-automation/concepts/best-practice.mdx +++ b/src/content/chainlink-automation/concepts/best-practice.mdx @@ -37,3 +37,7 @@ Test all of your mission-critical contracts, and stress-test the contract to con ### Using ERC-677 Tokens For registration on Mainnet, you need ERC-677 LINK. Many token bridges give you ERC-20 LINK tokens. Use PegSwap to [convert Chainlink tokens (LINK) to be ERC-677 compatible](https://pegswap.chain.link/). To register on a supported testnet, get [LINK](/resources/link-token-contracts) for the testnet that you want to use from our faucet. + +### Automation v1 upkeep revalidation + +If your upkeep is on Automation v1, we recommend that you revalidate the conditions specified in `checkUpkeep` in your `performUpkeep` function. Automation v1 uses a turn taking system where nodes rotate to monitor your upkeep. It does not use consensus.