Skip to content

Commit

Permalink
shutterized -> to change to shutter enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshika-srivastava committed Aug 1, 2024
1 parent edc86c6 commit 0244f05
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions docs/about/networks/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ Gnosis maintains a [Configs Repo](https://github.com/gnosischain/configs/) that
- [xDai Bridge](../../bridges/About%20Token%20Bridges/xdai-bridge#key-contracts)
- [AMB Bridge](../../bridges/About%20Token%20Bridges/amb-bridge#key-contracts)
- [OmniBridge](../../bridges/About%20Token%20Bridges/omnibridge#key-contracts)
- [Beacon Chain](/about/specs/gbc/README.md)

- [Beacon Chain](/about/specs/gbc/README.md)
2 changes: 1 addition & 1 deletion docs/shutterized-gc/DeployedContracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
title : Deployed Contracts
---

### Deployed Contract for Shutterized Gnosis Chain Mainnet([Github](https://github.com/shutter-network/shutter-keyper-deployment/tree/gnosis/main?tab=readme-ov-file#contract-deployments))
### Deployed Contract for integrated Shutter Network on Gnosis Chain([Github](https://github.com/shutter-network/shutter-keyper-deployment/tree/gnosis/main?tab=readme-ov-file#contract-deployments))

| Contract Name | Gnosis Chain Mainnet |
| ------------ | ------------------------------------ |
Expand Down
16 changes: 8 additions & 8 deletions docs/shutterized-gc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 1
title: Shutterized Gnosis Chain
description: The Shutterized Gnosis Chain tackles significant issues, focusing on base-layer neutrality, countering the risk of malicious Maximal Extractable Value (MEV), and maintaining censorship resistance.
title: Shutter Network on Gnosis Chain
description: Shutter Embedded Encryption on Gnosis Chain tackles significant issues, focusing on base-layer neutrality, countering the risk of malicious Maximal Extractable Value (MEV), and maintaining censorship resistance.

keywords: [shutter network shutterized gnosis chain MEV attacks frontrunning]
---
Expand All @@ -10,27 +10,27 @@ import React from 'react';
import Button from '@site/src/components/Button';
import { changeOrAddNetwork } from '@site/src/utils/changeNetwork';

### Protecting Against MEV Attacks: Shutterized Gnosis Chain
### Protecting Against MEV Attacks: Shutter embedded Gnosis Chain

Maximal Extractable Value (MEV) refers to the maximum value that can be extracted from block production in blockchain protocols, particularly in Ethereum. It represents the profits that can be made by miners or validators by reordering, including, or censoring transactions within a block.
To combat this, the Shutterized Gnosis Chain introduces a mechanism for submitting transactions that resist censorship and front-running attacks by allowing users to encrypt their transactions.
To combat this, the Shutter network on Gnosis Chain introduces a mechanism for submitting transactions that resist censorship and front-running attacks by allowing users to encrypt their transactions.

Transactions on the Shutterized Gnosis Chain are only decrypted and executed after their inclusion in the blockchain is confirmed and the order of preceding transactions is finalized. Consequently, any third-party attempting to censor or front-run the transaction will be unable to do so without knowledge of its content, thereby nullifying their efforts. This ensures that transactions are protected from MEV attacks, safeguarding users from financial exploitation and maintaining the integrity of the decentralized system.
Transactions on the Shutterized enabled Gnosis Chain are only decrypted and executed after their inclusion in the blockchain is confirmed and the order of preceding transactions is finalized. Consequently, any third-party attempting to censor or front-run the transaction will be unable to do so without knowledge of its content, thereby nullifying their efforts. This ensures that transactions are protected from MEV attacks, safeguarding users from financial exploitation and maintaining the integrity of the decentralized system.

### 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 Shutter access on Gnosis Chain"
onClick={changeOrAddNetwork}
/>

### Shutter Protocol and Threshold Encryption

The Shutter Protocol employs threshold encryption to shield transactions. By encrypting transactions before they enter the public mempool, the protocol prevents malicious actors from exploiting them to their advantage. Participating validators on the Gnosis Chain commit to including these encrypted transactions, making it virtually impossible for front-runners to interfere. This level of protection ensures that end-users are shielded from financial losses and market manipulation, maintaining the integrity of the decentralized system.

With the contribution from teams of [Shutter Network](https://shutter.network/), [Gnosis](https://www.gnosis.io/) and [Nethermind](https://www.nethermind.io/), we released shutterized chiado testnet followed by mainnet release.
With the contribution from teams of [Shutter Network](https://shutter.network/), [Gnosis](https://www.gnosis.io/) and [Nethermind](https://www.nethermind.io/), we released shutter access on chiado testnet followed by mainnet release.

### Shutterized Chiado Testnet and Gnosis Mainnet
### Shutter access Chiado Testnet and Gnosis Mainnet


| Network Name | Gnosis (mainnet) | Chiado (testnet) |
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const config = {
announcementBar: {
id: "support_us",
content:
'Shutterized Gnosis Chain is live now.',
'Shutter Embedded Encryption on Gnosis Chain is live now.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: false,
Expand Down
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const FeatureList = [
},
{
id: 5,
title: 'Shutterized Gnosis Chain',
title: 'Shutter Embedded Encryption on Gnosis Chain',
subtitle:
'Learn about Shutterized Gnosis Chain, RPC details and more.',
'Learn about Shutterized access on Gnosis Chain, RPC details and more.',
link: '/shutterized-gc',
Svg: require('@site/static/img/features/shutter.svg').default,
},
Expand Down

0 comments on commit 0244f05

Please sign in to comment.