Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from jaybuidl/master
Browse files Browse the repository at this point in the history
Updated Etherscan verify command
  • Loading branch information
Rahul Sethuram authored Feb 27, 2021
2 parents bf467e9 + 681ff0f commit 032a99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Create/modify network config in `hardhat.config.ts` and add API key and private

### Verify on Etherscan

Add Etherscan API key to `hardhat.config.ts`, then run:
Using the [hardhat-etherscan plugin](https://hardhat.org/plugins/nomiclabs-hardhat-etherscan.html), add Etherscan API key to `hardhat.config.ts`, then run:

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

PRs and feedback welcome!

0 comments on commit 032a99a

Please sign in to comment.