Skip to content

Commit 9236590

Browse files
authored
Merge pull request #5476 from yankeguo/patch-1
Update plugins.ts, add @yankeguo/hardhat-trezor
2 parents 73e7be5 + 978fcb1 commit 9236590

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)