Skip to content

Commit

Permalink
Add V1 revalidation content (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords authored Mar 8, 2024
1 parent 4de97cc commit ec686a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/chainlink-automation/concepts/best-practice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ec686a7

Please sign in to comment.