Skip to content

Commit

Permalink
feat: updated headers
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Jul 3, 2024
1 parent cca1ce5 commit 95c5350
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
11 changes: 1 addition & 10 deletions src/pages/Clients/Execution/Stereum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,13 @@ const ImageContainer = styled.div`
// eslint-disable-next-line no-unused-vars
export const StereumDetails = () => (
<>
<SectionTitle level={2} className="mb5">
<FormattedMessage defaultMessage="Description" />
</SectionTitle>
<Text className="mt10">
<FormattedMessage defaultMessage="Stereum is an open-source toolkit designed to simplify the process of setting up and maintaining an Ethereum-based node. It helps users to further decentralize the Stratis network by making it easier to stake their own coins using their own machines." />
</Text>
<Text className="mt10">
<FormattedMessage defaultMessage="The following steps will guide you through using the Stratis Launcher to configure a remote Linux-based host to run a Stratis Validator. The Stratis Launcher provides you with simplified management of your host and validator, simplifying the process or managing validator keys and monitoring the node status." />
</Text>
<section>
<SectionTitle level={2} className="mb5">
<FormattedMessage defaultMessage="Setup" />
</SectionTitle>
<Text className="mb20 mt10">
<FormattedMessage defaultMessage="Make sure you do the following to get your execution client working properly." />
</Text>
<section>
{!IS_MAINNET && IS_GOERLI && (
<>
<Heading level={3} className="mt20">
Expand Down
6 changes: 0 additions & 6 deletions src/pages/GenerateKeys/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,11 @@ const _GenerateKeysPage = ({
<Paper className="mt20">
<Box className="flex flex-column space-between mt10">
<ClientDescriptionContainer>
<SectionTitle level={2} className="mb5">
<FormattedMessage defaultMessage="Introduction" />
</SectionTitle>
<Text className="mt20">
<FormattedMessage
defaultMessage="The Stratis Wagyu Keygen tool can be used to create validator keys, including the related keystore files and deposit data files. Keystore files can be imported into your validator client via the Stratis Launcher. The deposit data file can be used to perform the validator deposit on the launchpad site. It can also be used to create a signature to add a withdrawal address to your validator."
/>
</Text>
<SectionTitle level={2} className="mb5">
<FormattedMessage defaultMessage="Instructions" />
</SectionTitle>
<Heading level={3} className="mt20" size="small">
<FormattedMessage defaultMessage="Step 1" />
</Heading>
Expand Down

0 comments on commit 95c5350

Please sign in to comment.