Skip to content

Commit

Permalink
Update tutorials/eth-api/hardhat-start-to-end.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Shaben <eshaben@icloud.com>
  • Loading branch information
themacexpert and eshaben committed Apr 18, 2024
1 parent 6eed3e9 commit 6864789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/eth-api/hardhat-start-to-end.md
Expand Up @@ -463,7 +463,7 @@ module.exports = buildModule("DelegationDAOModule", (m) => {
To run the script and deploy the `DelegationDAO.sol` contract, use the following command, which requires you to specify the network name as defined in your `hardhat.config.js`. If you don't specify a network, Hardhat will deploy the contract to a local Hardhat network by default.
```sh
npx hardhat ignition deploy ./ignition/modules/DelegationDao.js --network moonbase --deployment-id YOUR-NAME-HERE
npx hardhat ignition deploy ./ignition/modules/DelegationDao.js --network moonbase --deployment-id INSERT_YOUR_NAME
```
You'll be prompted to confirm the network you wish to deploy to. After a few seconds after you confirm, the contract is deployed, and you'll see the contract address in the terminal.
Expand Down

0 comments on commit 6864789

Please sign in to comment.