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[] = [