Skip to content

Commit 299fd89

Browse files
authored
Merge pull request #11794 from bskrksyp9/patch-41
Fix typo on sidechains developer doc
2 parents 23de469 + 8961670 commit 299fd89

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/scaling/sidechains

1 file changed

+1
-1
lines changed

public/content/developers/docs/scaling/sidechains/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ While bridges help users move funds between Ethereum and the sidechain, the asse
5151

5252
| Pros | Cons |
5353
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
54-
| The technology underpinning sidechains is well-established and benefits from extensive research and improvements in design. | Sidechains trade off some measure of decentralization and trustlesness for scalability. |
54+
| The technology underpinning sidechains is well-established and benefits from extensive research and improvements in design. | Sidechains trade off some measure of decentralization and trustlessness for scalability. |
5555
| Sidechains support general computation and offer EVM compatibility (they can run Ethereum-native dapps). | A sidechain uses a separate consensus mechanism and doesn't benefit from Ethereum's security guarantees. |
5656
| Sidechains use different consensus models to efficiently process transactions and lower transaction fees for users. | Sidechains require higher trust assumptions (e.g., a quorum of malicious sidechain validators can commit fraud). |
5757
| EVM-compatible sidechains allow dapps to expand their ecosystem. | |

0 commit comments

Comments
 (0)