Skip to content

Commit

Permalink
updated shutter network details, minor changes for validator page
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshika-srivastava committed Jul 17, 2024
1 parent b4c3d68 commit 1228adf
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/node/manual/validator/deposit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Validator Deposits
sidebar_position : 2
---

## Overview
Expand Down
2 changes: 2 additions & 0 deletions docs/node/manual/validator/generate-keys/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Generate Validator Keys
sidebar_position : 1

---

The purpose of the validator private key is to actively sign on-chain operations such as block proposals and attestations.
Expand Down
2 changes: 1 addition & 1 deletion docs/shutterized-gc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Transactions on the Shutterized Gnosis Chain are only decrypted and executed aft
### Add the RPC endpoint to your wallet: Take the first step towards secure and private trades on the Gnosis Chain.

<Button
label="Add Shutterized Gnosis Chain"
label="Add np"
onClick={changeOrAddNetwork}
/>

Expand Down
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ const FeatureList = [
},
{
id: 4,
title: 'Technical guide for Developer integrations',
title: 'Technical guides',
subtitle:
'Learn how to build interactive dApps on Gnosis chain with different developer integration, SDKs and APIs',
'Check out different developer integrations, SDKs on Gnosis Chain',
link: '/technicalguides',
Svg: require('@site/static/img/features/guide.svg').default,
},
{
id: 5,
title: 'Shutterized Gnosis Chain',
subtitle:
'RPC Providers, Faucets, etc. Everything you need to to develop on Gnosis',
'Learn about Shutterized Gnosis Chain, RPC details and more.',
link: '/shutterized-gc',
Svg: require('@site/static/img/features/shutter.svg').default,
},
Expand Down

0 comments on commit 1228adf

Please sign in to comment.