Skip to content

Commit e8ad5a5

Browse files
authored
Merge pull request #5703 from 0xNeshi/patch-1
Add hardhat-switch-network plugin
2 parents 3e6ed32 + 173afad commit e8ad5a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,14 @@ const communityPlugins: IPlugin[] = [
995995
description: "Hardhat plugin for the Trezor hardware wallet",
996996
tags: ["Trezor", "Wallet"],
997997
},
998+
{
999+
name: "hardhat-switch-network",
1000+
author: "0xNeshi",
1001+
authorUrl: "https://github.com/0xNeshi",
1002+
description:
1003+
"Hardhat plugin for enabling on-the-fly network switching within your Hardhat scripts and tasks",
1004+
tags: ["Tasks", "Scripts", "Testing"],
1005+
},
9981006
];
9991007

10001008
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)