Skip to content

Commit

Permalink
Merge pull request #5476 from yankeguo/patch-1
Browse files Browse the repository at this point in the history
Update plugins.ts, add @yankeguo/hardhat-trezor
  • Loading branch information
alcuadrado authored Jul 3, 2024
2 parents 73e7be5 + 978fcb1 commit 9236590
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,13 @@ const communityPlugins: IPlugin[] = [
description: "Hardhat plugin to get interfaceid",
tags: ["ABI", "interfaceid", "Solarity"],
},
{
name: "@yankeguo/hardhat-trezor",
author: "Yanke G.",
authorUrl: "https://yankeguo.com",
description: "Hardhat plugin for the Trezor hardware wallet",
tags: ["Trezor", "Wallet"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit 9236590

Please sign in to comment.