Skip to content

Commit f6bb065

Browse files
authored
Merge pull request #5449 from Arvolear/update-distributed-lab-plugins
Update Distributed Lab plugins
2 parents 53c422c + c731d3a commit f6bb065

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

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

+18-4
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ const communityPlugins: IPlugin[] = [
660660
authorUrl: "https://distributedlab.com/",
661661
description:
662662
"Hardhat plugin to automate the deployment and verification of contracts",
663-
tags: ["Deployment", "Verification", "Migration"],
663+
tags: ["Deployment", "Verification", "Migration", "Solarity"],
664664
},
665665
{
666666
name: "hardhat-notifier",
@@ -683,7 +683,7 @@ const communityPlugins: IPlugin[] = [
683683
authorUrl: "https://distributedlab.com/",
684684
description:
685685
"Hardhat plugin to generate smart contract bindings for Golang",
686-
tags: ["Bindings", "Go", "Testing"],
686+
tags: ["Bindings", "Go", "Testing", "Solarity"],
687687
},
688688
{
689689
name: "hardhat-storage-vault",
@@ -729,7 +729,7 @@ const communityPlugins: IPlugin[] = [
729729
authorUrl: "https://distributedlab.com/",
730730
description:
731731
"Hardhat plugin to generate customizable smart contracts documentation",
732-
tags: ["Documentation", "NatSpec", "Markdown"],
732+
tags: ["Documentation", "NatSpec", "Markdown", "Solarity"],
733733
},
734734
{
735735
name: "hardhat-contract-clarity",
@@ -843,7 +843,7 @@ const communityPlugins: IPlugin[] = [
843843
author: "Distributed Lab",
844844
authorUrl: "https://distributedlab.com/",
845845
description: "Hardhat plugin to deeply compare smart contracts",
846-
tags: ["Storage Layout", "Bytecode", "Diff", "Compare"],
846+
tags: ["Storage Layout", "Bytecode", "Diff", "Compare", "Solarity"],
847847
},
848848
{
849849
name: "hardhat-logger",
@@ -974,6 +974,20 @@ const communityPlugins: IPlugin[] = [
974974
"Hardhat plugin for verifying smart contracts deployed on the EVM chains including X Layer",
975975
tags: ["OKX Explorer", "Verification", "X Layer"],
976976
},
977+
{
978+
name: "@solarity/hardhat-zkit",
979+
author: "Distributed Lab",
980+
authorUrl: "https://distributedlab.com/",
981+
description: "The ultimate environment for building with Circom",
982+
tags: ["Circom", "zk", "SnarkJS", "environment", "Solarity"],
983+
},
984+
{
985+
name: "@solarity/hardhat-habits",
986+
author: "Distributed Lab",
987+
authorUrl: "https://distributedlab.com/",
988+
description: "Hardhat plugin to get interfaceid",
989+
tags: ["ABI", "interfaceid", "Solarity"],
990+
},
977991
];
978992

979993
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)