Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: cloudclaim <[email protected]>
  • Loading branch information
cloudclaim committed Jun 7, 2024
1 parent 5d744e5 commit a205ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You can get a `WEB3_INFURA_PROJECT_ID` by getting a free trial of [Infura](https

You'll also need testnet ETH and LINK. You can get LINK and ETH into your wallet by using the [faucets located here](https://faucets.chain.link/). If you're new to this, [watch this video.](https://www.youtube.com/watch?v=P7FX_1PePX0). Look at the `sepolia` section for those specific testnet faucets.

You can add your environment variables to a `.env` file. You can use the [.env.exmple](https://github.com/smartcontractkit/chainlink-mix/blob/master/.env.example) as a template, just fill in the values and rename it to '.env'. Then, uncomment the line `# dotenv: .env` in `brownie-config.yaml`
You can add your environment variables to a `.env` file. You can use the [.env.example](https://github.com/smartcontractkit/chainlink-mix/blob/master/.env.example) as a template, just fill in the values and rename it to '.env'. Then, uncomment the line `# dotenv: .env` in `brownie-config.yaml`

Here is what your `.env` should look like:

Expand Down
2 changes: 1 addition & 1 deletion scripts/helpful_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_contract(contract_name):
Returns:
brownie.network.contract.ProjectContract: The most recently deployed
Contract of the type specificed by the dictionary. This could be either
Contract of the type specified by the dictionary. This could be either
a mock or the 'real' contract on a live network.
"""
contract_type = contract_to_mock[contract_name]
Expand Down

0 comments on commit a205ba1

Please sign in to comment.