Skip to content

Commit 91f1a43

Browse files
authored
Merge pull request #3594 from Saszr/main
doc: add hardhat-flat-exporter plugin to community plugins list
2 parents 3b39a74 + f129c14 commit 91f1a43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,13 @@ const communityPlugins: IPlugin[] = [
687687
"Hardhat plugin to test scilla contracts. Scilla is Zillqa's programming language to develop smart contracts.",
688688
tags: ["Scilla", "Testing", "Zilliqa"],
689689
},
690+
{
691+
name: "hardhat-flat-exporter",
692+
author: "Laz",
693+
authorUrl: "https://github.com/Saszr",
694+
description: "Export flat contract on compilation via Hardhat.",
695+
tags: ["Flatten", "Smart contract", "Solidity", "Deployment"],
696+
},
690697
];
691698

692699
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)