From c5c7fd52c41973e34df2912d3545e1698a620d42 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Thu, 31 Aug 2023 14:46:19 +0300 Subject: [PATCH] Create selected client --- .../ValidatorSetup/ConsensusSelection.tsx | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx index fe8a66e8..b3aa9752 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusSelection.tsx @@ -3,7 +3,8 @@ import PairedDeviceCard from './PairedDeviceCard' import { Text } from '@status-im/components' import ConsensusGaugeCard from './ConsensusGaugeCard' import ConsensusClientCard from './ConsensusClientCard' - +import LinkWithArrow from '../../../components/General/LinkWithArrow' + const ConsensusSelection = () => { const a = [ { @@ -47,8 +48,24 @@ const ConsensusSelection = () => { Install Consensus client - + + + The resource efficient Ethereum Clients. + + Nimbus is a client implementation for both execution and consensus layers that strives + to be as lightweight as possible in terms of resources used. This allows it to perform + well on embedded systems, resource-restricted devices -- including Raspberry Pis -- and + multi-purpose servers. + + + + + )