Skip to content

Commit

Permalink
Merge pull request #5449 from Arvolear/update-distributed-lab-plugins
Browse files Browse the repository at this point in the history
Update Distributed Lab plugins
  • Loading branch information
schaable authored Jun 28, 2024
2 parents 53c422c + c731d3a commit f6bb065
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ const communityPlugins: IPlugin[] = [
authorUrl: "https://distributedlab.com/",
description:
"Hardhat plugin to automate the deployment and verification of contracts",
tags: ["Deployment", "Verification", "Migration"],
tags: ["Deployment", "Verification", "Migration", "Solarity"],
},
{
name: "hardhat-notifier",
Expand All @@ -683,7 +683,7 @@ const communityPlugins: IPlugin[] = [
authorUrl: "https://distributedlab.com/",
description:
"Hardhat plugin to generate smart contract bindings for Golang",
tags: ["Bindings", "Go", "Testing"],
tags: ["Bindings", "Go", "Testing", "Solarity"],
},
{
name: "hardhat-storage-vault",
Expand Down Expand Up @@ -729,7 +729,7 @@ const communityPlugins: IPlugin[] = [
authorUrl: "https://distributedlab.com/",
description:
"Hardhat plugin to generate customizable smart contracts documentation",
tags: ["Documentation", "NatSpec", "Markdown"],
tags: ["Documentation", "NatSpec", "Markdown", "Solarity"],
},
{
name: "hardhat-contract-clarity",
Expand Down Expand Up @@ -843,7 +843,7 @@ const communityPlugins: IPlugin[] = [
author: "Distributed Lab",
authorUrl: "https://distributedlab.com/",
description: "Hardhat plugin to deeply compare smart contracts",
tags: ["Storage Layout", "Bytecode", "Diff", "Compare"],
tags: ["Storage Layout", "Bytecode", "Diff", "Compare", "Solarity"],
},
{
name: "hardhat-logger",
Expand Down Expand Up @@ -974,6 +974,20 @@ const communityPlugins: IPlugin[] = [
"Hardhat plugin for verifying smart contracts deployed on the EVM chains including X Layer",
tags: ["OKX Explorer", "Verification", "X Layer"],
},
{
name: "@solarity/hardhat-zkit",
author: "Distributed Lab",
authorUrl: "https://distributedlab.com/",
description: "The ultimate environment for building with Circom",
tags: ["Circom", "zk", "SnarkJS", "environment", "Solarity"],
},
{
name: "@solarity/hardhat-habits",
author: "Distributed Lab",
authorUrl: "https://distributedlab.com/",
description: "Hardhat plugin to get interfaceid",
tags: ["ABI", "interfaceid", "Solarity"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit f6bb065

Please sign in to comment.