Skip to content

Commit 173afad

Browse files
authoredSep 2, 2024··
Add hardhat-switch-network plugin
1 parent 3e6ed32 commit 173afad

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)
Please sign in to comment.