Skip to content

Commit 517570f

Browse files
committed
add ECH newsletter
1 parent 525a97f commit 517570f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
226226
href: "https://stark.mirror.xyz/",
227227
feed: "https://stark.mirror.xyz/feed/atom",
228228
},
229+
{
230+
href: "https://medium.com/ethereum-cat-herders/newsletter",
231+
feed: "https://medium.com/feed/ethereum-cat-herders",
232+
},
229233
]
230234

231235
export const BLOG_FEEDS = COMMUNITY_BLOGS.map(({ feed }) => feed).filter(

0 commit comments

Comments
 (0)