Skip to content

Commit

Permalink
Remove rocketpool from staking page [Fixes ethereum#5633]
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Mar 9, 2022
1 parent eb56978 commit d0379d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/intl/en/page-staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"page-staking-more-sharding": "More on sharding",
"page-staking-pool": "Stake in a pool",
"page-staking-pool-desc": "If you have less than 32 ETH, you will be able to add a smaller stake to staking pools. Some companies can do it all on your behalf so you won't have to worry about staying online. Here are some companies to check out.",
"page-staking-rocket-pool": "You can stake on Rocket Pool by swapping ETH for Rocket Pool's liquid token rETH with as little as 0.01 ETH. Want to run a node? You can also run a staking node on Rocket Pool starting from 16 ETH. The remaining ETH gets assigned from the Rocket Pool protocol, using ETH users have deposited to the pool.",
"page-staking-pos-explained": "Proof-of-stake explained",
"page-staking-pos-explained-desc": "Staking is what you need to do to become a validator in a proof-of-stake system. This is a consensus mechanism that is going to replace the proof-of-work system currently in place. Consensus mechanisms are what keep blockchains like Ethereum secure and decentralized.",
"page-staking-pos-explained-desc-1": "Proof-of-stake helps secure the network in a number of ways:",
Expand Down
11 changes: 2 additions & 9 deletions src/pages/staking/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ const StyledCard = styled(Card)`
`

const BoxText = styled.div`
font-size: 1.25rem;`
font-size: 1.25rem;
`

const Box = styled.div`
padding: 1.5rem;
Expand Down Expand Up @@ -269,14 +270,6 @@ const StakingPage = ({ data, location }) => {
<H3>
<Translation id="page-staking-pool" />
</H3>
<p>
<Translation id="page-staking-rocket-pool" />
</p>
<p>
<Link to="https://rocketpool.net">
<Translation id="Learn more on their website" />
</Link>
</p>
<p>
<Translation id="page-staking-pool-desc" />
</p>
Expand Down

0 comments on commit d0379d5

Please sign in to comment.