From 89ef087aded2ae22d94cf2fa1700eec33d263a46 Mon Sep 17 00:00:00 2001 From: Priyanshu Kumar Sinha <132668995+priyanshu9899@users.noreply.github.com> Date: Sun, 21 May 2023 16:58:50 +0530 Subject: [PATCH] Update 5_guardianNetwork.md #2 The signing scheme of the VAAs can be changed without affecting downstream users, and multiple relay mechanisms can exist independently. xAssets can be implemented purely at the application layer and xDapps can utilize whatever components suits them. "suit" updated to "suits" --- src/wormhole/5_guardianNetwork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/5_guardianNetwork.md b/src/wormhole/5_guardianNetwork.md index 6388dd4..38af065 100644 --- a/src/wormhole/5_guardianNetwork.md +++ b/src/wormhole/5_guardianNetwork.md @@ -38,7 +38,7 @@ With our perspective on Decentralization laid out, the remaining elements fall i The Guardian Network is robust and trustworthy by itself, so there's no need for components like the relayer to contribute to the security model. That makes Wormhole able to have simple components that are very good at the one thing they do. That way, Guardians only need to verify on-chain activity and produce VAAs while Relayers only need to interact with blockchains and deliver messages. -The signing scheme of the VAAs can be changed without affecting downstream users, and multiple relay mechanisms can exist independently. xAssets can be implemented purely at the application layer and xDapps can utilize whatever components suit them. +The signing scheme of the VAAs can be changed without affecting downstream users, and multiple relay mechanisms can exist independently. xAssets can be implemented purely at the application layer and xDapps can utilize whatever components suits them. ## Chain Agnosticism