Skip to content

Commit 5eb2686

Browse files
committed
Add deprecation notice for hardhat-etherscan
1 parent 076875f commit 5eb2686

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/hardhat-etherscan/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[![npm](https://img.shields.io/npm/v/@nomiclabs/hardhat-etherscan.svg)](https://www.npmjs.com/package/@nomiclabs/hardhat-etherscan) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)
2+
3+
# hardhat-etherscan
4+
5+
The `@nomiclabs/hardhat-etherscan` plugin is deprecated in favor of our new [`@nomicfoundation/hardhat-verify`](/packages/hardhat-verify) plugin.
6+
7+
## Migrating to `hardhat-verify`
8+
9+
`hardhat-verify` is a drop-in replacement of `hardhat-etherscan`. To migrate to it:
10+
11+
1. Uninstall the `@nomiclabs/hardhat-etherscan` package
12+
2. Install the `@nomicfoundation/hardhat-verify` package
13+
3. Update your Hardhat config to import `@nomicfoundation/hardhat-verify` instead of `@nomiclabs/hardhat-etherscan`

0 commit comments

Comments
 (0)