Skip to content

Commit

Permalink
Merge pull request #4229 from 0x3bfc/patch-1
Browse files Browse the repository at this point in the history
feat: adding new plugin `hardhat-gasless-deployer`
  • Loading branch information
fvictorio authored Aug 2, 2023
2 parents b003b46 + a89a37b commit 5ea9427
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,14 @@ const communityPlugins: IPlugin[] = [
"generate an output file of organized function selectors for all ABI/.json files within ./artifacts/contracts",
tags: ["function", "selectors", "tooling", "router"],
},
{
name: "hardhat-gasless-deployer",
author: "Ahmed Ali",
authorUrl: "https://twitter.com/0xAhmedAli",
npmPackage: "https://www.npmjs.com/package/hardhat-gasless-deployer",
description: "Deploy contracts with Hardhat using Gas Station Network",
tags: ["GSN", "Gasless", "Deployment"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit 5ea9427

Please sign in to comment.