File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -168,38 +168,31 @@ export const _0X_PARC_FEED = "https://rss.app/feeds/cWXGYts0ZM8C3F6t.xml"
168
168
169
169
export const COMMUNITY_BLOGS : CommunityBlog [ ] = [
170
170
{
171
- name : "Vitalik Buterin" ,
172
171
href : "https://vitalik.eth.limo/" ,
173
172
feed : VITALIK_FEED ,
174
173
} ,
175
174
{
176
- name : "Ethereum Foundation" ,
177
175
href : "https://blog.ethereum.org/" ,
178
176
feed : "https://blog.ethereum.org/en/feed.xml" ,
179
177
} ,
180
178
{
181
- name : "ethPandaOps" ,
182
179
href : "https://ethpandaops.io/posts/" ,
183
180
feed : "https://ethpandaops.io/posts/index.xml" ,
184
181
} ,
185
182
{
186
- name : "EthStaker" ,
187
183
href : "https://ethstaker.cc/blog" ,
188
184
feed : "https://paragraph.xyz/api/blogs/rss/@ethstaker" ,
189
185
} ,
190
186
{
191
- name : "0xParc" ,
192
187
href : "https://0xparc.org/blog" ,
193
188
feed : _0X_PARC_FEED ,
194
189
} ,
195
190
{
196
- name : "Attestant" ,
197
191
href : "https://www.attestant.io/posts/" ,
198
192
feed : "https://www.attestant.io/posts/" ,
199
193
} ,
200
194
{ name : "Devcon" , href : "https://devcon.org/en/blogs/" } ,
201
195
{
202
- name : "Solidity" ,
203
196
href : "https://soliditylang.org/blog/" ,
204
197
feed : SOLIDITY_FEED ,
205
198
} ,
Original file line number Diff line number Diff line change @@ -803,10 +803,8 @@ export type RSSResult = {
803
803
}
804
804
805
805
export type CommunityBlog = {
806
- name : string
807
806
href : string
808
- feed ?: string
809
- }
807
+ } & ( { name : string ; feed ?: string } | { name ?: string ; feed : string } )
810
808
811
809
type NestedDivs = {
812
810
div : NestedDivs [ ]
You can’t perform that action at this time.
0 commit comments