From 2d867f624ea68db1c5f893697e3fe73c73f73dbb Mon Sep 17 00:00:00 2001 From: 0xcryptotalent Date: Fri, 5 May 2023 14:49:12 +0700 Subject: [PATCH] Remove --show-accounts from README.md This flag was removed in https://github.com/wighawag/hardhat-deploy/issues/234 But the docs were not updated --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a41a1c2..673febd 100644 --- a/README.md +++ b/README.md @@ -346,8 +346,6 @@ It add similar options than the `deploy` task : `--no-reset`: This flag prevent the reseting of the existing deployments. This is usually not desired when running the `node` task as a network is created from scratch and previous deployemnt are irrelevant. -`--show-accounts`: this flag will output the account private keys - `--silent`: This flag removes **hardhat-deploy** log output (see log function and log options for [`hre.deployments`](#the-deployments-field)) `--watch`: This flag makes the task never-ending, watching for file changes in the deploy scripts folder and the contract source folder. If any changes happen the contracts are recompiled and the deploy script are re-run. Combined with a proxy deployment ([Proxies](#deploying-and-upgrading-proxies) or [Diamond](#builtin-in-support-for-diamonds-eip2535)) this allow to have HCR (Hot Contract Replacement).