Skip to content

Commit

Permalink
Merge pull request #27 from aave/chore/update-readme-docs
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
kartojal authored Jan 25, 2023
2 parents ee153f6 + 0bb93f6 commit d696d34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Edit the `.env` file to fill the environment variables `MNEMONIC`, `ALCHEMY_KEY`
nano .env
```

Run the deployments script
Run the deployments scripts and specify which network & aave market configs you wish to deploy.

```
HARDHAT_NETWORK=goerli npx hardhat deploy
Expand Down Expand Up @@ -106,6 +106,12 @@ describe('Tests', () => {
```

## How to verify your contract deployments

```
npx hardhat --network XYZ etherscan-verify --api-key YZX
```

## Project Structure

| Path | Description |
Expand Down

0 comments on commit d696d34

Please sign in to comment.