Skip to content

Commit 5ea9427

Browse files
authored
Merge pull request #4229 from 0x3bfc/patch-1
feat: adding new plugin `hardhat-gasless-deployer`
2 parents b003b46 + a89a37b commit 5ea9427

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,14 @@ const communityPlugins: IPlugin[] = [
807807
"generate an output file of organized function selectors for all ABI/.json files within ./artifacts/contracts",
808808
tags: ["function", "selectors", "tooling", "router"],
809809
},
810+
{
811+
name: "hardhat-gasless-deployer",
812+
author: "Ahmed Ali",
813+
authorUrl: "https://twitter.com/0xAhmedAli",
814+
npmPackage: "https://www.npmjs.com/package/hardhat-gasless-deployer",
815+
description: "Deploy contracts with Hardhat using Gas Station Network",
816+
tags: ["GSN", "Gasless", "Deployment"],
817+
},
810818
];
811819

812820
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)