From 370890a95473ebd0b19f28836b5dc38be41aa5a2 Mon Sep 17 00:00:00 2001 From: Seth Date: Thu, 2 May 2024 15:14:50 +0800 Subject: [PATCH] docs: mention deployment key prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7faecf..82bbe3f 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ Can only be called by default admin or role admin. ## Deployment -In all the deployment commands, you can replace `network` argument to any of the [supported networks](#supported-networks). Optionally, you can also supply `--verify=1` if you wish to verify the contracts. +In all the deployment commands, you can replace `network` argument to any of the [supported networks](#supported-networks). Optionally, you can also supply `--verify=1` if you wish to verify the contracts. During deployment, you will be prompted to supply your private key interactively. > [!IMPORTANT] > The `DEPLOYER_ADDRESS` in `.env` is required to be the address of the deployer. See [Configuration](#configuration) section.