From bf43371b1605a76662dc24003e01116428728c80 Mon Sep 17 00:00:00 2001 From: Mikhail <16622558+mmv08@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:39:18 +0200 Subject: [PATCH] Add deployment guidance to README with env variable requirements --- modules/allowances/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/allowances/README.md b/modules/allowances/README.md index 195b9549..1eccbbc0 100644 --- a/modules/allowances/README.md +++ b/modules/allowances/README.md @@ -126,6 +126,8 @@ pnpm build ## Deploying and verifying contracts +Specify all the necessary environment variables in `.env`, following the `.env.sample` file. + ```bash pnpm i pnpm run deploy