Skip to content

Commit

Permalink
Remove flag from example.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcardona committed Mar 2, 2021
1 parent 9446f3a commit a9e5007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9e5007

Please sign in to comment.