Skip to content

Commit db9f471

Browse files
Update develop/smart-contracts/dev-environments/hardhat.md
Co-authored-by: Dawn Kelly <[email protected]>
1 parent d17d466 commit db9f471

File tree

1 file changed

+1
-1
lines changed
  • develop/smart-contracts/dev-environments

1 file changed

+1
-1
lines changed

develop/smart-contracts/dev-environments/hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Once you have set up the binaries as per the [Compile Your Contract](#compile-yo
129129
npx hardhat node
130130
```
131131
132-
This command will launch a local node along with the ETH-RPC adapter, providing you with a complete testing environment ready for contract deployment and interaction. By default, the Substrate node will be running on `localhost:8000` and the ETH-RPC adapter on `localhost:8545`.
132+
This command launches a local node with the ETH-RPC adapter, providing a complete testing environment ready for contract deployment and interaction. By default, the Substrate node runs on `localhost:8000`, and the ETH-RPC adapter on `localhost:8545`.
133133
134134
The output will be something like this:
135135

0 commit comments

Comments
 (0)