File tree 1 file changed +13
-0
lines changed
packages/hardhat-etherscan
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
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 `
You can’t perform that action at this time.
0 commit comments