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

Commit

Permalink
Fixed etherscan verify command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl authored Jan 24, 2021
1 parent 66a8332 commit 681ff0f
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 681ff0f

Please sign in to comment.