@@ -660,7 +660,7 @@ const communityPlugins: IPlugin[] = [
660
660
authorUrl : "https://distributedlab.com/" ,
661
661
description :
662
662
"Hardhat plugin to automate the deployment and verification of contracts" ,
663
- tags : [ "Deployment" , "Verification" , "Migration" ] ,
663
+ tags : [ "Deployment" , "Verification" , "Migration" , "Solarity" ] ,
664
664
} ,
665
665
{
666
666
name : "hardhat-notifier" ,
@@ -683,7 +683,7 @@ const communityPlugins: IPlugin[] = [
683
683
authorUrl : "https://distributedlab.com/" ,
684
684
description :
685
685
"Hardhat plugin to generate smart contract bindings for Golang" ,
686
- tags : [ "Bindings" , "Go" , "Testing" ] ,
686
+ tags : [ "Bindings" , "Go" , "Testing" , "Solarity" ] ,
687
687
} ,
688
688
{
689
689
name : "hardhat-storage-vault" ,
@@ -729,7 +729,7 @@ const communityPlugins: IPlugin[] = [
729
729
authorUrl : "https://distributedlab.com/" ,
730
730
description :
731
731
"Hardhat plugin to generate customizable smart contracts documentation" ,
732
- tags : [ "Documentation" , "NatSpec" , "Markdown" ] ,
732
+ tags : [ "Documentation" , "NatSpec" , "Markdown" , "Solarity" ] ,
733
733
} ,
734
734
{
735
735
name : "hardhat-contract-clarity" ,
@@ -843,7 +843,7 @@ const communityPlugins: IPlugin[] = [
843
843
author : "Distributed Lab" ,
844
844
authorUrl : "https://distributedlab.com/" ,
845
845
description : "Hardhat plugin to deeply compare smart contracts" ,
846
- tags : [ "Storage Layout" , "Bytecode" , "Diff" , "Compare" ] ,
846
+ tags : [ "Storage Layout" , "Bytecode" , "Diff" , "Compare" , "Solarity" ] ,
847
847
} ,
848
848
{
849
849
name : "hardhat-logger" ,
@@ -974,6 +974,20 @@ const communityPlugins: IPlugin[] = [
974
974
"Hardhat plugin for verifying smart contracts deployed on the EVM chains including X Layer" ,
975
975
tags : [ "OKX Explorer" , "Verification" , "X Layer" ] ,
976
976
} ,
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
+ } ,
977
991
] ;
978
992
979
993
const officialPlugins : IPlugin [ ] = [
0 commit comments