diff --git a/docs/src/content/hardhat-runner/plugins/plugins.ts b/docs/src/content/hardhat-runner/plugins/plugins.ts index 20da99ba26..3613136abb 100644 --- a/docs/src/content/hardhat-runner/plugins/plugins.ts +++ b/docs/src/content/hardhat-runner/plugins/plugins.ts @@ -279,13 +279,6 @@ const communityPlugins: IPlugin[] = [ description: "View contracts' layouts with CLI and .json output", tags: ["solidity", "storage"], }, - { - name: "hardhat-change-network", - author: "David Mihal", - authorUrl: "https://github.com/dmihal", - description: "Allows changing the current network in Hardhat.", - tags: ["Testing"], - }, { name: "hardhat-packager", author: "Paul Razvan Berg",