Skip to content

Commit

Permalink
Add ponder as curated extension (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex authored Jul 25, 2024
1 parent f1033a6 commit 12ae58d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-carpets-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

Add curated Ponder extension
4 changes: 4 additions & 0 deletions src/curated-extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ const CURATED_EXTENSIONS: { [key: string]: ExternalExtension } = {
repository: "https://github.com/scaffold-eth/create-eth-extensions",
branch: "eip-712",
},
ponder: {
repository: "https://github.com/scaffold-eth/create-eth-extensions",
branch: "ponder",
},
};

export { CURATED_EXTENSIONS };

0 comments on commit 12ae58d

Please sign in to comment.