Skip to content

Commit

Permalink
Merge pull request NomicFoundation#3114 from schmidsi/patch-1
Browse files Browse the repository at this point in the history
Add @graphprotocol/hardhat-graph
  • Loading branch information
alcuadrado committed Sep 6, 2022
2 parents 3fb2d07 + ee745eb commit c6c66e2
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 @@ -508,6 +508,14 @@ const communityPlugins: IPlugin[] = [
"frontend",
],
},
{
name: "@graphprotocol/hardhat-graph",
author: "The Graph",
authorUrl: "https://thegraph.com",
description:
"Develop your subgraph side by side with your contracts to save gas and increase productivity.",
tags: ["graphprotocol", "subgraph", "graphql", "development", "deployment"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit c6c66e2

Please sign in to comment.