Skip to content

Commit 7d2df82

Browse files
authored
Merge pull request #4768 from killroy192/main
added @dgma/hardhat-sol-bundler plugin
2 parents 8e22440 + a569386 commit 7d2df82

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
@@ -863,6 +863,13 @@ const communityPlugins: IPlugin[] = [
863863
"Display different signatures that have the methods, events and errors of your contracts by console",
864864
tags: ["functions", "errors", "events", "tooling", "selectorss"],
865865
},
866+
{
867+
name: "@dgma/hardhat-sol-bundler",
868+
author: "Dogma Labs",
869+
authorUrl: "https://github.com/dgma",
870+
description: "Build and deploy only changed smartcontracts",
871+
tags: ["deployment", "diff deployment", "ethers.js", "proxy"],
872+
},
866873
];
867874

868875
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)