From 3bafc9e2c4f5aac273858fd411332bbf34c3d770 Mon Sep 17 00:00:00 2001 From: Rinat Date: Mon, 6 Jan 2025 17:28:37 +0100 Subject: [PATCH] feat: add example extension to curated --- src/extensions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/extensions.json b/src/extensions.json index d0abe4108..fb4e106cb 100644 --- a/src/extensions.json +++ b/src/extensions.json @@ -1,4 +1,10 @@ [ + { + "extensionFlagValue": "example", + "description": "This Scaffold-ETH 2 extension includes examples of all possible .args.mjs files and demonstrates how to replace default contracts with custom implementations, add custom deployment scripts and contract tests, update package.json files, and integrate custom Next.js pages.", + "repository": "https://github.com/scaffold-eth/create-eth-extensions", + "branch": "example" + }, { "extensionFlagValue": "subgraph", "description": "This Scaffold-ETH 2 extension helps you build and test subgraphs locally for your contracts. It also enables interaction with the front-end and facilitates easy deployment to Subgraph Studio.",