We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e6ed32 + 173afad commit e8ad5a5Copy full SHA for e8ad5a5
docs/src/content/hardhat-runner/plugins/plugins.ts
@@ -995,6 +995,14 @@ const communityPlugins: IPlugin[] = [
995
description: "Hardhat plugin for the Trezor hardware wallet",
996
tags: ["Trezor", "Wallet"],
997
},
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
+ },
1006
];
1007
1008
const officialPlugins: IPlugin[] = [
0 commit comments