Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AwaisBinKaleem authored Sep 4, 2024
1 parent d297be9 commit bbc16ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost

::::

To run Hardhat Network on specific port and allow traffic from specific address add hostname in this way, run `npx hardhat node --hostname 127.0.0.1 --port 8545`:
To run Hardhat Network on specific port and allow traffic from specific address add hostname in this way, run `npx hardhat node --hostname 127.0.0.1 --port 8545`:<br /><br />
`--hostname 0.0.0.0` will allow access to rpc from any external ip.

Congrats! You have created a project and compiled, tested and deployed a smart contract.
Expand Down

0 comments on commit bbc16ee

Please sign in to comment.