You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Make sure to update the Solidity compiler version here based on what is required in your contract(s).
67
+
67
68
## **Compile Smart contract file**
68
69
69
70
```bash
@@ -91,7 +92,7 @@ You can check the deployment status here: https://mumbai.polygonscan.com/
91
92
92
93
## **Verifying contract on Polygonscan**
93
94
94
-
Run the following commands to quickly verify your contract on Polygonscan. This makes it easy for anyone to see the source code of your deployed contract.
95
+
Run the following commands to quickly verify your contract on Polygonscan. This makes it easy for anyone to see the source code of your deployed contract. For contracts that have a constructor with a complex argument list, see [here](https://hardhat.org/plugins/nomiclabs-hardhat-etherscan.html).
0 commit comments