Skip to content

Commit

Permalink
Merge pull request #1906 from dappnode/Voss/update-chain-descriptions…
Browse files Browse the repository at this point in the history
…-stakers-ui
  • Loading branch information
alexpeterson91 authored Apr 18, 2024
2 parents 5298ca5 + 5cc2c9c commit 0ec95d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/admin-ui/src/pages/stakers/components/StakersRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const StakersRoot: React.FC = () => {
StakerNetwork({
network: "mainnet",
description:
"Ethereum is an open source, distributed software platform that is based on blockchain technology. It has its own native cryptocurrency called Ether and a programming language called Solidity."
"Ethereum is a decentralized, permissionless blockchain platform that employs a proof-of-stake (PoS) consensus mechanism, where validators stake Ether (ETH, native token of Ethereum) to secure the network and validate transactions in exchange for ETH rewards. This approach enhances network security and energy efficiency while also supporting the development and execution of smart contracts enabling robust decentralized applications (dApps) creating endless opportunities in its open-source ecosystem."
})
},
{
Expand All @@ -27,7 +27,7 @@ const StakersRoot: React.FC = () => {
StakerNetwork({
network: "gnosis",
description:
"Gnosis Chain is a reliable payments EVM blockchain built for rapid and cheap transactions. xDai is a stable token. GNO will provide Proof of Stake protection using the consensus-layer Gnosis Beacon Chain"
"The Gnosis Chain Network is a highly efficient, Ethereum-compatible blockchain that emphasizes security, low transaction costs, and fast execution speeds, catering primarily to decentralized finance (DeFi) applications and prediction markets. Leveraging a unique proof-of-stake consensus mechanism, it enables developers to build scalable dApps, fostering innovation and accessibility within the broader blockchain ecosystem."
})
},
{
Expand All @@ -37,7 +37,7 @@ const StakersRoot: React.FC = () => {
StakerNetwork({
network: "holesky",
description:
"Holesky is a merged-from-genesis public Ethereum testnet which will replace Goerli as a staking, infrastructure, and protocol-developer testnet. This network is primarily focused on testing the Ethereum protocol."
"Holesky is the latest public Ethereum testnet which will/has replaced Goerli as a staking, infrastructure, and protocol-developer testnet. This network is primarily focused on testing the Ethereum protocol in a Post-Merged environment, best reflecting the latest iteration of the Ethereum Mainnet chain."
})
},
{
Expand All @@ -47,7 +47,7 @@ const StakersRoot: React.FC = () => {
StakerNetwork({
network: "prater",
description:
"The resulting testnet from the Prater and Göerli merge is the long-standing Ethereum testnet. Node operators can use it to test their node setups and app developers to test their stack"
"Göerli, the proper name for the resulting testnet created from the Prater and Göerli merge, is the long-standing Ethereum testnet. Node operators can use it to test their node setups and app developers to test their stack before deploying to the Mainnet. It has since been replaced by the Holesky Testnet that was launched in a merged state and did not need to merge EL and CL layers as was done in Göerli"
})
},
{
Expand All @@ -57,7 +57,7 @@ const StakersRoot: React.FC = () => {
StakerNetwork({
network: "lukso",
description:
"LUKSO blockchain provides creators and users with future-proof tools and standards to unleash their creative force in an open interoperable ecosystem."
"The LUKSO Blockchain is a next-gen, Ethereum-based platform designed specifically for the fashion, gaming, design, and social media industries, focusing on creating a new digital lifestyle space. It introduces standards for digital certificates of authenticity and ownership, enabling the development of unique digital identities, assets, and experiences through blockchain technology."
})
}
];
Expand Down

0 comments on commit 0ec95d4

Please sign in to comment.