Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Karim H. <[email protected]>
  • Loading branch information
thedriftofwords and khadni authored Aug 30, 2024
1 parent c0c4b6a commit 6775668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/quickstarts/automation-station.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Before you start this tutorial, complete the following items:

- If you are new to smart contract development, learn how to [Deploy Your First Smart Contract](/getting-started/deploy-your-first-contract).
- Set up a cryptocurrency wallet such as [MetaMask](https://metamask.io/).
- To deploy this contract on testnets, ensure the deployer account has testnet ERC-677 LINK. Use the [LINK faucet](https://faucets.chain.link/) to retrieve testnet LINK.
- Install [Nodejs](https://nodejs.org/en/)
- Install [yarn](https://yarnpkg.com/getting-started/install)
- To deploy this contract on testnets, ensure the deployer account has testnet ERC-677 LINK and native tokens. Use the [Chainlink faucet](https://faucets.chain.link/) to retrieve them.
- Install [Node.js](https://nodejs.org/en/).
- Install [yarn](https://yarnpkg.com/getting-started/install).

## Steps to implement

Expand Down

0 comments on commit 6775668

Please sign in to comment.