Skip to content

Commit 89ac019

Browse files
authored
Merge pull request #5715 from 0xNeshi/patch-1
Remove hardhat-change-network plugin
2 parents e8ad5a5 + 9494f67 commit 89ac019

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

-7
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,6 @@ const communityPlugins: IPlugin[] = [
279279
description: "View contracts' layouts with CLI and .json output",
280280
tags: ["solidity", "storage"],
281281
},
282-
{
283-
name: "hardhat-change-network",
284-
author: "David Mihal",
285-
authorUrl: "https://github.com/dmihal",
286-
description: "Allows changing the current network in Hardhat.",
287-
tags: ["Testing"],
288-
},
289282
{
290283
name: "hardhat-packager",
291284
author: "Paul Razvan Berg",

0 commit comments

Comments
 (0)