Skip to content

Commit

Permalink
Add erc 20 as curated extension (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianmarti authored Aug 5, 2024
1 parent 579f01e commit c408a9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-grapes-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

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

export { CURATED_EXTENSIONS };

0 comments on commit c408a9a

Please sign in to comment.