Skip to content

Commit ec686a7

Browse files
Add V1 revalidation content (#1804)
1 parent 4de97cc commit ec686a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/chainlink-automation/concepts/best-practice.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ Test all of your mission-critical contracts, and stress-test the contract to con
3737
### Using ERC-677 Tokens
3838

3939
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.
40+
41+
### Automation v1 upkeep revalidation
42+
43+
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.

0 commit comments

Comments
 (0)