diff --git a/README.md b/README.md index eb0d27f..9b7974c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/scripts/helpful_scripts.py b/scripts/helpful_scripts.py index e89fecc..fae20ae 100644 --- a/scripts/helpful_scripts.py +++ b/scripts/helpful_scripts.py @@ -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]