Skip to content

Commit 978fcb1

Browse files
authored
Update plugins.ts
Add @yankeguo/hardhat-trezor
1 parent b9227a4 commit 978fcb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,13 @@ const communityPlugins: IPlugin[] = [
988988
description: "Hardhat plugin to get interfaceid",
989989
tags: ["ABI", "interfaceid", "Solarity"],
990990
},
991+
{
992+
name: "@yankeguo/hardhat-trezor",
993+
author: "Yanke G.",
994+
authorUrl: "https://yankeguo.com",
995+
description: "Hardhat plugin for the Trezor hardware wallet",
996+
tags: ["Trezor", "Wallet"],
997+
},
991998
];
992999

9931000
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)