Skip to content

Commit 2a064d8

Browse files
Update smart-contracts/dev-environments/hardhat/deploy-a-contract.md
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent f7b8fd2 commit 2a064d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart-contracts/dev-environments/hardhat/deploy-a-contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This guide will use the Local Development Node as the target network. Here's how
5656
Hardhat Ignition uses this module to orchestrate the deployment:
5757
5858
```bash
59-
npx hardhat ignition deploy ./ignition/modules/Lock.js --network polkadotHubLocal
59+
npx hardhat ignition deploy ./ignition/modules/Lock.js --network polkadotTestNet
6060
```
6161
6262
## Interaction with Your Contract

0 commit comments

Comments
 (0)