Skip to content

Commit

Permalink
add eip-5792 to curated list of extension (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Oct 3, 2024
1 parent 9e89ace commit ee86623
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-points-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

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

export { CURATED_EXTENSIONS };

0 comments on commit ee86623

Please sign in to comment.