From a9e50079efb61e1b69c89ad1048495eda9de9a35 Mon Sep 17 00:00:00 2001 From: Gabriel Cardona Date: Tue, 2 Mar 2021 10:41:56 -0800 Subject: [PATCH] Remove flag from example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ede972b..d56c770 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Edit the deployment script in `scripts/deploy.js` Hardhat enables deploying to multiple environments. In [`package.json`](./package.json) there is a script for deploying. ```json -"deploy": "npx hardhat run scripts/deploy.js --network mainnet", +"deploy": "npx hardhat run scripts/deploy.js", ``` You can chose which environment that you want to deploy to by passing in the `--network` flag with `avash`, `fuji`, or `mainnet` for each respective environment. If you don't pass in `--network` then it will default to the hardhat network. For example, if you want to deploy to mainnet