Skip to content

Commit 076875f

Browse files
committed
Update docs to use hh-verify
1 parent 498ccce commit 076875f

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

docs/redirects.config.js

+7-2
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ const customRedirects = [
6363
},
6464
{
6565
source: "/verify-custom-networks",
66-
destination: "/plugins/nomiclabs-hardhat-etherscan#adding-support-for-other-networks",
66+
destination: "/plugins/nomicfoundation-hardhat-verify#adding-support-for-other-networks",
6767
permanent: false
6868
},
6969
{
7070
source: "/verify-multiple-networks",
71-
destination: "plugins/nomiclabs-hardhat-etherscan.html#multiple-api-keys-and-alternative-block-explorers",
71+
destination: "plugins/nomicfoundation-hardhat-verify.html#multiple-api-keys-and-alternative-block-explorers",
7272
permanent: false
7373
},
7474
{
@@ -261,6 +261,11 @@ const customRedirects = [
261261
destination: "/hardhat-network-helpers/docs/:slug",
262262
permanent: false
263263
},
264+
{
265+
source: "/hardhat-runner/plugins/nomiclabs-hardhat-etherscan",
266+
destination: "/hardhat-runner/plugins/nomicfoundation-hardhat-verify",
267+
permanent: false
268+
},
264269
...loadErrorRedirects()
265270
];
266271

docs/src/components/Navigation.mocks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
"href": "/plugins/nomiclabs-hardhat-waffle"
163163
},
164164
{
165-
"label": "@nomiclabs/hardhat-etherscan",
166-
"href": "/plugins/nomiclabs-hardhat-etherscan"
165+
"label": "@nomicfoundation/hardhat-verify",
166+
"href": "/plugins/nomicfoundation-hardhat-verify"
167167
},
168168
{
169169
"label": "@nomiclabs/hardhat-web3",

docs/src/content/hardhat-runner/docs/guides/verifying.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ If you get an error saying that the address does not have bytecode, it probably
155155

156156
After the task is successfully executed, you'll see a link to the publicly verified code of your contract.
157157

158-
To learn more about verifying, read the [hardhat-etherscan](/hardhat-runner/plugins/nomiclabs-hardhat-etherscan) documentation.
158+
To learn more about verifying, read the [hardhat-verify](/hardhat-runner/plugins/nomicfoundation-hardhat-verify) documentation.

docs/src/content/hardhat-runner/plugins/_dirinfo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order:
44
- "@nomicfoundation/hardhat-toolbox"
55
- "@nomicfoundation/hardhat-chai-matchers"
66
- "@nomiclabs/hardhat-ethers"
7-
- "@nomiclabs/hardhat-etherscan"
7+
- "@nomicfoundation/hardhat-verify"
88
- "@nomicfoundation/hardhat-foundry"
99
- "@nomiclabs/hardhat-vyper"
1010
- "@nomiclabs/hardhat-solhint"

docs/src/content/hardhat-runner/plugins/plugins.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -798,10 +798,10 @@ const officialPlugins: IPlugin[] = [
798798
tags: ["Ethers.js", "Testing", "Tasks", "Scripts"],
799799
},
800800
{
801-
name: "@nomiclabs/hardhat-etherscan",
801+
name: "@nomicfoundation/hardhat-verify",
802802
author: "Nomic Foundation",
803803
authorUrl: "https://twitter.com/NomicFoundation",
804-
description: "Automatically verify contracts on Etherscan",
804+
description: "Automatically verify contracts",
805805
tags: ["Etherscan", "Verification"],
806806
},
807807
{

0 commit comments

Comments
 (0)