Skip to content

Commit ea7349f

Browse files
committed
Avoid address duplication in etherscan URL
1 parent a9f5199 commit ea7349f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/eth2/deposit-contract.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ const DepositContractPage = ({ data, location }) => {
262262
},
263263
{
264264
title: "Etherscan",
265-
link:
266-
"https://etherscan.io/address/0x00000000219ab540356cbb839cbe05303d7705fa",
265+
link: `https://etherscan.io/address/${DEPOSIT_CONTRACT_ADDRESS}`,
267266
image: data.etherscan.childImageSharp.fixed,
268267
},
269268
{

0 commit comments

Comments
 (0)