Skip to content

Commit 498ccce

Browse files
committed
Update hh-verify readme
1 parent 08c2b05 commit 498ccce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/hardhat-verify/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![npm](https://img.shields.io/npm/v/@nomicfoundation/hardhat-verify.svg)](https://www.npmjs.com/package/@nomicfoundation/hardhat-verify) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)
22

3-
# hardhat-etherscan
3+
# hardhat-verify
44

5-
[Hardhat](https://hardhat.org) plugin for integration with [Etherscan](https://etherscan.io)'s contract verification service.
5+
[Hardhat](https://hardhat.org) plugin to verify the source of code of deployed contracts.
66

77
## What
88

9-
This plugin helps you verify the source code for your Solidity contracts on [Etherscan](https://etherscan.io).
9+
This plugin helps you verify the source code for your Solidity contracts. At the moment, it supports [Etherscan](https://etherscan.io)-based explorers and explorers compatible with its API like [Blockscout](https://www.blockscout.com/).
1010

1111
It's smart and it tries to do as much as possible to facilitate the process:
1212

0 commit comments

Comments
 (0)