@@ -15,46 +15,28 @@ const ShardChainsList: React.FC<IProps> = () => {
15
15
const intl = useIntl ( )
16
16
const reads : Array < CardListItem > = [
17
17
{
18
- title : translateMessageId (
19
- "page-upgrade-article-title-sharding-is-great" ,
20
- intl
21
- ) ,
22
- description : "Vitalik Buterin" ,
18
+ title : translateMessageId ( "page-upgrade-article-title-sharding-is-great" , intl ) ,
19
+ description : translateMessageId ( "page-upgrade-article-author-vitalik-buterin" , intl ) ,
23
20
link : "https://vitalik.ca/general/2021/04/07/sharding.html" ,
24
21
} ,
25
22
{
26
- title : translateMessageId (
27
- "page-upgrade-article-title-rollup-roadmap" ,
28
- intl
29
- ) ,
30
- description : "Vitalik Buterin" ,
23
+ title : translateMessageId ( "page-upgrade-article-title-rollup-roadmap" , intl ) ,
24
+ description : translateMessageId ( "page-upgrade-article-author-vitalik-buterin" , intl ) ,
31
25
link : "https://ethereum-magicians.org/t/a-rollup-centric-ethereum-roadmap/4698" ,
32
26
} ,
33
27
{
34
- title : translateMessageId (
35
- "page-upgrade-article-title-two-point-oh" ,
36
- intl
37
- ) ,
38
- description : "Ethos.dev" ,
28
+ title : translateMessageId ( "page-upgrade-article-title-two-point-oh" , intl ) ,
29
+ description : translateMessageId ( "page-upgrade-article-author-ethos-dev" , intl ) ,
39
30
link : "https://ethos.dev/beacon-chain/" ,
40
31
} ,
41
32
{
42
- title : translateMessageId (
43
- "page-upgrade-article-title-sharding-consensus" ,
44
- intl
45
- ) ,
46
- description : translateMessageId (
47
- "page-upgrade-article-author-ethereum-foundation" ,
48
- intl
49
- ) ,
33
+ title : translateMessageId ( "page-upgrade-article-title-sharding-consensus" , intl ) ,
34
+ description : translateMessageId ( "page-upgrade-article-author-ethereum-foundation" , intl ) ,
50
35
link : "https://blog.ethereum.org/2020/03/27/sharding-consensus/" ,
51
36
} ,
52
37
{
53
- title : translateMessageId (
54
- "page-upgrade-article-title-hitchhikers-guide-to-ethereum" ,
55
- intl
56
- ) ,
57
- description : "Delphi Digital" ,
38
+ title : translateMessageId ( "page-upgrade-article-title-hitchhikers-guide-to-ethereum" , intl ) ,
39
+ description : translateMessageId ( "page-upgrade-article-author-delphi-digital" , intl ) ,
58
40
link : "https://members.delphidigital.io/reports/the-hitchhikers-guide-to-ethereum" ,
59
41
} ,
60
42
]
0 commit comments