Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Sep 13, 2024
1 parent bbc16ee commit a3e732d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +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`:<br /><br />
`--hostname 0.0.0.0` will allow access to rpc from any external ip.
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 a3e732d

Please sign in to comment.