Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example extension to curated #194

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/extensions.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Loading