Skip to content

Commit a8ce5c9

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

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
@@ -76,7 +76,7 @@ Finally, it attempts to call the withdrawal function on the contract, but it cat
7676
Run your interaction script.
7777

7878
```bash
79-
npx hardhat run scripts/interact.js --network polkadotHubLocal
79+
npx hardhat run scripts/interact.js --network polkadotTestNet
8080
```
8181
<!-- TODO: add a terminal output snippet -->
8282

0 commit comments

Comments
 (0)