diff --git a/README.md b/README.md index 6c5a6e9..554c581 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 |