From 978fcb16d799666288b02e3b8a4bc1388e34a70b Mon Sep 17 00:00:00 2001 From: Yanke G Date: Wed, 3 Jul 2024 16:44:33 +0800 Subject: [PATCH] Update plugins.ts Add @yankeguo/hardhat-trezor --- docs/src/content/hardhat-runner/plugins/plugins.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/content/hardhat-runner/plugins/plugins.ts b/docs/src/content/hardhat-runner/plugins/plugins.ts index 38ee9072f2..ef37dc9040 100644 --- a/docs/src/content/hardhat-runner/plugins/plugins.ts +++ b/docs/src/content/hardhat-runner/plugins/plugins.ts @@ -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[] = [