rhlsthrm / typescript-solidity-dev-starter-kit

Starter kit for smart contract development using Typescript
409 stars 127 forks source link

Updated Etherscan verify command #17

Closed jaybuidl closed 3 years ago

jaybuidl commented 3 years ago

Updated npx hardhat verify-contract --contract-name Counter --address <DEPLOYED ADDRESS> --> npx hardhat verify --network rinkeby <DEPLOYED ADDRESS>

Added a reference to https://hardhat.org/plugins/nomiclabs-hardhat-etherscan.html