diff --git a/.changeset/sixty-grapes-push.md b/.changeset/sixty-grapes-push.md new file mode 100644 index 000000000..5e1958949 --- /dev/null +++ b/.changeset/sixty-grapes-push.md @@ -0,0 +1,5 @@ +--- +"create-eth": patch +--- + +Add curated ERC-20 extension diff --git a/src/curated-extensions.ts b/src/curated-extensions.ts index cffd4848a..360492cf7 100644 --- a/src/curated-extensions.ts +++ b/src/curated-extensions.ts @@ -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 };