Skip to content

Commit 15fed10

Browse files
Merge pull request #1742 from ethereum/deposit-contract-tweaks
Deposit contract tweaks
2 parents b93b9ce + 5c061cd commit 15fed10

File tree

4 files changed

+34
-24
lines changed

4 files changed

+34
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",
71.4 KB
Loading

src/components/Eth2Articles.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ const Column = styled.div`
1515
`
1616

1717
const dannyArticles = [
18+
{
19+
title: "Eth2 quick update no. 19",
20+
description: "4 November 2020",
21+
link: "https://blog.ethereum.org/2020/11/04/eth2-quick-update-no-19/",
22+
},
1823
{
1924
title: "Eth2 quick update no. 18: Spadina Postmortem",
2025
description: "1 October 2020",
@@ -30,37 +35,32 @@ const dannyArticles = [
3035
description: "14 September 2020",
3136
link: "https://blog.ethereum.org/2020/09/14/eth2-quick-update-no-16/",
3237
},
33-
{
34-
title: "The State of Eth2, June 2020",
35-
description: "2 June 2020",
36-
link: "https://blog.ethereum.org/2020/06/02/the-state-of-eth2-june-2020/",
37-
},
3838
]
3939

4040
const benArticles = [
4141
{
42-
title: "What’s New in Eth2 #52",
43-
description: "19 September 2020",
42+
title: "What’s New in Eth2 #54",
43+
description: "18 October 2020",
4444
link:
45-
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200919",
45+
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_201018",
4646
},
4747
{
48-
title: "What’s New in Eth2 #51",
49-
description: "5 September 2020",
48+
title: "What’s New in Eth2 #53",
49+
description: "2 October 2020",
5050
link:
51-
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200905",
51+
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_201002",
5252
},
5353
{
54-
title: "What’s New in Eth2 #50: Medalla Meltdown redux",
55-
description: "22 August 2020",
54+
title: "What’s New in Eth2 #52",
55+
description: "19 September 2020",
5656
link:
57-
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200822",
57+
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200919",
5858
},
5959
{
60-
title: "What’s New in Eth2 #49: Medalla meltdown special edition",
61-
description: "17 August 2020",
60+
title: "What’s New in Eth2 #51",
61+
description: "5 September 2020",
6262
link:
63-
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200817",
63+
"https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200905",
6464
},
6565
]
6666

src/pages/eth2/deposit-contract.js

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import CardList from "../../components/CardList"
99
import Checkbox from "../../components/Checkbox"
1010
import CopyToClipboard from "../../components/CopyToClipboard"
1111
import Link from "../../components/Link"
12+
import PageMetadata from "../../components/PageMetadata"
1213
import Tooltip from "../../components/Tooltip"
1314
import { Twemoji } from "react-emoji-render"
1415
import Warning from "../../components/Warning"
@@ -261,10 +262,14 @@ const DepositContractPage = ({ data, location }) => {
261262
},
262263
{
263264
title: "Etherscan",
264-
link:
265-
"https://etherscan.io/address/0x00000000219ab540356cbb839cbe05303d7705fa",
265+
link: `https://etherscan.io/address/${DEPOSIT_CONTRACT_ADDRESS}`,
266266
image: data.etherscan.childImageSharp.fixed,
267267
},
268+
{
269+
title: "Ethereum Foundation",
270+
link: "https://blog.ethereum.org/2020/11/04/eth2-quick-update-no-19/",
271+
image: data.ef.childImageSharp.fixed,
272+
},
268273
]
269274

270275
const isButtonEnabled =
@@ -280,6 +285,10 @@ const DepositContractPage = ({ data, location }) => {
280285
: ":speaker:"
281286
return (
282287
<Page>
288+
<PageMetadata
289+
title="Eth2 deposit contract address"
290+
description="Verify the deposit contract address for Eth2 staking."
291+
/>
283292
<LeftColumn>
284293
<Breadcrumbs slug={location.pathname} startDepth={1} />
285294
<Title>Check the deposit contract address</Title>
@@ -337,8 +346,8 @@ const DepositContractPage = ({ data, location }) => {
337346
})
338347
}
339348
>
340-
I understand not to send ETH to this address in order to
341-
stake.
349+
I understand that I need to use the launchpad to stake. Simple
350+
transfers to this address won’t work.
342351
</StyledCheckbox>
343352
<StyledCheckbox
344353
size={1.5}
@@ -350,7 +359,8 @@ const DepositContractPage = ({ data, location }) => {
350359
})
351360
}
352361
>
353-
I'm going to check with other sources.
362+
I'm going to check the deposit contract address with other
363+
sources.
354364
</StyledCheckbox>
355365
<CopyButton
356366
disabled={!isButtonEnabled}
@@ -440,7 +450,7 @@ export const query = graphql`
440450
consensys: file(relativePath: { eq: "eth2-staking/consensys.png" }) {
441451
...sourceImage
442452
}
443-
ethhub: file(relativePath: { eq: "eth2-staking/ethhub.png" }) {
453+
ef: file(relativePath: { eq: "eth2-staking/ef-blog-logo.png" }) {
444454
...sourceImage
445455
}
446456
etherscan: file(

0 commit comments

Comments
 (0)