From 628ea6ae2e10fb105cd9ed928a121a47c4c82eb7 Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Tue, 23 Jul 2024 13:26:12 +0200 Subject: [PATCH] lint --- docs/guides/external-node/09_decentralization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/external-node/09_decentralization.md b/docs/guides/external-node/09_decentralization.md index 08a0df8f0e8b..bf1eaafc1643 100644 --- a/docs/guides/external-node/09_decentralization.md +++ b/docs/guides/external-node/09_decentralization.md @@ -7,7 +7,7 @@ will eventually be used instead of ZKsync API for synchronizing data. On the gossipnet, the data integrity will be protected by the BFT (byzantine fault tolerant) consensus algorithm (currently data is signed just by the main node though). -## Enabling gossipnet on your node. +## Enabling gossipnet on your node > [!NOTE] > @@ -60,7 +60,7 @@ for more details): the nodes maintained by Matterlabs, but you can add more if you know any. Note that the list contains both the network address AND the public key of the node - this prevents spoofing attacks. -### Setting environment variables: +### Setting environment variables Uncomment (or add) the following lines in your `.env` config: