@@ -7,57 +7,57 @@ interface Article {
7
7
/** Articles by Danny Ryan (Ethereum Foundation) */
8
8
export const dannyArticles : Array < Article > = [
9
9
{
10
- title : "Finalized no. 34 " ,
11
- description : "23 March 2022" ,
12
- link : "https://blog.ethereum.org/2022/03/23 /finalized-no-34 /" ,
10
+ title : "Finalized no. 37 " ,
11
+ description : "26 August 2022" ,
12
+ link : "https://blog.ethereum.org/2022/08/26 /finalized-no-37 /" ,
13
13
} ,
14
14
{
15
- title : "Finalized no. 33 " ,
16
- description : "31 January 2022" ,
17
- link : "https://blog.ethereum.org/2022/01/31 /finalized-no-33 /" ,
15
+ title : "Finalized no. 36 " ,
16
+ description : "12 August 2022" ,
17
+ link : "https://blog.ethereum.org/2022/08/12 /finalized-no-36 /" ,
18
18
} ,
19
19
{
20
- title : "Finalized no. 32 " ,
21
- description : "22 November 2021 " ,
22
- link : "https://blog.ethereum.org/2021/11/22 /finalized-no-32 /" ,
20
+ title : "Finalized no. 35 " ,
21
+ description : "19 May 2022 " ,
22
+ link : "https://blog.ethereum.org/2022/05/19 /finalized-no-35 /" ,
23
23
} ,
24
24
{
25
- title : "Finalized no. 31 " ,
26
- description : "2 November 2021 " ,
27
- link : "https://blog.ethereum.org/2021/11/02 /finalized-no-31 /" ,
25
+ title : "Finalized no. 34 " ,
26
+ description : "23 March 2022 " ,
27
+ link : "https://blog.ethereum.org/2022/03/23 /finalized-no-34 /" ,
28
28
} ,
29
29
{
30
- title : "Finalized no. 30 " ,
31
- description : "19 October 2021 " ,
32
- link : "https://blog.ethereum.org/2021/10/19 /finalized-no-30 /" ,
30
+ title : "Finalized no. 33 " ,
31
+ description : "31 January 2022 " ,
32
+ link : "https://blog.ethereum.org/2022/01/31 /finalized-no-33 /" ,
33
33
} ,
34
34
]
35
35
36
36
/** Articles by Ben Edgington (PegaSys, ConsenSys) */
37
37
export const benArticles : Array < Article > = [
38
38
{
39
- title : "What’s New in Eth2 – #92 " ,
40
- description : "6 May 2022" ,
41
- link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220506 " ,
39
+ title : "What’s New in Eth2 – #100 " ,
40
+ description : "26 August 2022" ,
41
+ link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220826 " ,
42
42
} ,
43
43
{
44
- title : "What’s New in Eth2 – #91 " ,
45
- description : "8 April 2022" ,
46
- link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220408 " ,
44
+ title : "What’s New in Eth2 – #99 " ,
45
+ description : "12 August 2022" ,
46
+ link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220812 " ,
47
47
} ,
48
48
{
49
- title : "What’s New in Eth2 – #90 " ,
50
- description : "25 March 2022" ,
51
- link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220325 " ,
49
+ title : "What’s New in Eth2 – #98 " ,
50
+ description : "29 July 2022" ,
51
+ link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220729 " ,
52
52
} ,
53
53
{
54
- title : "What’s New in Eth2 – #89 " ,
55
- description : "11 March 2022" ,
56
- link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220311 " ,
54
+ title : "What’s New in Eth2 – #97 " ,
55
+ description : "15 July 2022" ,
56
+ link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220715 " ,
57
57
} ,
58
58
{
59
- title : "What’s New in Eth2 – #88 " ,
60
- description : "25 February 2022" ,
61
- link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220225 " ,
59
+ title : "What’s New in Eth2 – #96 " ,
60
+ description : "1 July 2022" ,
61
+ link : "https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_220701 " ,
62
62
} ,
63
63
]
0 commit comments