We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2542b commit abea415Copy full SHA for abea415
docs/tools/dApp-development/common-tools/hardhat.md
@@ -153,7 +153,7 @@ Run this command in root of the project directory:
153
npx hardhat run scripts/deploy.js --network polygon_amoy
154
```
155
156
-The contract will be deployed on Polygon Amoy Testnet, and you can check the deployment status here: <https://amoy.polygonscan.com/>
+The contract will be deployed on Polygon Amoy testnet, and you can check the deployment status here: <https://amoy.polygonscan.com/>
157
158
**Congratulations! You have successfully deployed Greeter Smart Contract. Now you can interact with the Smart Contract.**
159
0 commit comments